@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none !important;
  transition: .4s ease all;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header {
  background-color: #2d5587;
  color: #ffffff;
}

.top-header ul {
  display: flex;
  justify-content: flex-end;
}

.dropdown .btn-secondary {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.top-header ul li {
  padding: 7px 0;
  border-right: 1px solid #3e6594;
}

.top-header ul li a {
  color: #ffffff;
  padding: 0px 20px;
}

.top-header ul li a:hover {
  color: #bea02b;
}

.top-header ul li:first-child {
  padding: 0;
}

.top-header ul li:last-child {
  border-right: 0;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown button:hover {
  color: #bea02b;
}

.dropdown-menu a {
  color: #333333 !important;
  padding: 5px 10px !important;
}

.dropdown-menu a:hover {
  color: #ffffff !important;
  background-color: #2d5587;
}

.navbar-brand img {
  width: 140px;
}

/*header {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px !important;
  color: #333 !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-nav .nav-link:hover {
  color: #1f539f !important;
}

.banner-section {
  /* background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: center; */
  /* padding: 100px 0; */
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* .banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    background-color: #333333;
    z-index: -1;
} */

.navbar {
  padding: 10px 0 !important;
}

.banner-section h1 {
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: sans-serif !important;
  text-shadow: 0 5px 6px #333;
}
.paragraph_slide {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.banner-section .video iframe {
  width: 100%;
  height: 320px;
}

.learn-more {
  text-transform: uppercase;
  background-color: #bea02b;
  color: #ffffff;
  padding: 2px 25px;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}

.learn-more:hover {
  background-color: #2d5587;
  color: #ffffff;
}

.carousel-control-prev, .carousel-control-next {
  opacity: .7;
}

.carousel-control-prev {
  left: 60px;
  width: 5%;
}

.carousel-control-next {
  right: 60px;
  width: 5%;
}

.common-padding {
  padding: 45px 0 70px 0;
}

.blog-section h4 {
  font-weight: 300;
  color: #000;
  line-height: 30px;
  font-size: 2.5rem;
}

.blog-box {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 263px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(27, 85, 128, .65);
  overflow: hidden;
  width: 100%;
  height: 70px;
  transition: .5s ease;
}

.blog-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
}

.text h5 {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
  min-height: 45px;
}

.text p {
  font-size: 14px;
}

.text a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline !important;
}

.blog-section .learn-more {
  min-width: 230px;
}

.work-section {
  background-image: url('../images/work-bg.png');
  background-size: cover;
  background-position: center;
}

.work-section p {
  font-size: 32px;
  color: #fff;
}

.blue-link {
  background-color: #2d5587;
}

.blue-link:hover {
  background-color: #bea02b;
  color: #ffffff;
}

.story-section h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2d5587;
  text-align: center;
  font-size: 26px;
  margin-bottom: 25px;
}

.feature-box {
  background-color: #f1f5f6;
  padding: 15px 15px 20px;
}

.feature-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.story-section p {
  text-align: left;
}

footer {
  background-color: #43494c;
  padding: 20px 0;
  color: #ffffff;
}

footer h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

footer h5::after {
  content: '';
  background-color: #beaa28;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

footer h6 {
  font-weight: 700;
  color: #e6e6e6;
  margin-bottom: 15px;
}

footer p {
  font-size: 15px;
  line-height: 26px;
}

footer .learn-more {
  color: #2d5587;
  font-weight: 700;
  font-size: 18px;
  background-color: #beaa28;
  padding: 8px 15px;
}

.hiring {
  margin-top: 40px;
}

.certificate-list {
  display: flex;
  align-items: center;
}

.certificate-list li {
  margin-right: 15px;
}

.certificate-list li img {
  height: 50px;
}

.certificate-list li:last-child, .social-list li:last-child {
  margin-right: 0;
}

.social-list {
  display: flex;
}

.social-list li {
  margin-right: 15px;
}

.social-list li a {
  background-color: #ffffff;
  color: #2d5587;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.social-list li a:hover {
  background-color: #beaa28;
  color: #ffffff;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
}

.carousel-item img {
  width: 100%;
  position: absolute;
  /*z-index: -1;*/
  height: 100%;
}

.banner-text-wrapper {
  /* padding: 100px 25px; */
  padding: 50px 25px;
}

.carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  background-color: #333333;
  z-index: -1;
}

.owl-carousel .owl-item img {
  height: 60px;
  width: auto !important;
  margin: auto;
}
.owl-nav{
  display: none;
}

.banner-section iframe {
  width: 100%;
  height: 380px;
}
.banner-section video {
  width: 100%;
  height: 380px;
}
.banner-section video {
  object-fit: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
.banner-section .banner-text-wrapper {
  height: 380px;
}

.banner-section .carousel {
  height: 380px;
}

.banner-section .block {
  margin: 0;
}
.play-btn{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 80px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  height: 80px;
}

@media (max-width: 690px) {
  .banner-section video {
    height: 300px;
  }
  .banner-section .banner-text-wrapper {
    height: 300px;
  }
}
@media (max-width: 380px) {
    .banner-section h1 {
        font-size: 20px !important;
    }
    .paragraph_slide {
        font-size: 18px;
    }
    .slide_btn1, .slide_btn2 {
        margin: 0 5px;
    }
}