/*******************************/
/********* General CSS *********/
/*******************************/

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  color: #000;
  background: #ffffff;
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #092a49;
  font-family: "Oswald", sans-serif;
}

a {
  color: #005197;
  transition: 0.3s;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #092a49;
  outline: none;
  text-decoration: none;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.container-fluid {
  max-width: 1366px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #0796fe;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top i {
  color: #092a49;
  padding-top: 10px;
}

.back-to-top:hover {
  background: #092a49;
}

.back-to-top:hover i {
  color: #0796fe;
}

@media (min-width: 992px) {
  .mt-125 {
    margin-top: 125px;
  }
}
/**********************************/
/********** Top Bar CSS ***********/
/**********************************/

.top-bar {
  position: relative;
  height: 35px;
  background-image: linear-gradient(to right, #0796fe, #092a49);
}

.top-bar .top-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .text:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .text i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
}

.top-bar .text h2 {
  color: #eeeeee;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.top-bar .text p {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.top-bar-right .social {
  display: flex;
  height: 35px;
  font-size: 0;
  /* justify-content: flex-end; */
}

.top-bar-right .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0px 5px;
}

.top-bar-right .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar-right .social a:hover {
  color: #092a49;
  background: #ffffff;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

.navbar {
  position: relative;
  transition: 0.5s;
  z-index: 999;
}

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.navbar .navbar-brand {
  background-color: #fff;
  /* height: 70px; */
  width: 200px;
  border-radius: 12px;
}

.navbar .navbar-brand img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  /* padding: 10px 10px 8px 10px; */
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
  transition: none;
  font-weight: 600;
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    position: relative;
    width: 100%;
    /* top: 35px; */
    padding: 5px 60px;
    background: rgba(9, 42, 73, 0.2) !important;
    background-color: #005197 !important;
    z-index: 9;
  }
  .navbar.nav-sticky {
    padding: 5px 60px;
    background: #092a49 !important;
    background: #005197 !important;
  }
  /* .page .navbar {
            background: #092a49 !important;
        } */
  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #092a49 !important;
  }
  .navbar a.nav-link {
    padding: 5px;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
}
/*******************************/
/********** Hero CSS ***********/
/*******************************/

.carousel {
  position: relative;
  width: 100%;
  height: calc(100vh - 35px);
  min-height: 400px;
  background: #092a49;
  /* margin-bottom: 45px; */
}

.carousel .container-fluid {
  padding: 0;
}

.carousel .carousel-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel .carousel-img {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  overflow: hidden;
}

.carousel .carousel-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 42, 73, 0.7);
  background: rgb(0 81 151 / 72%);
  z-index: 1;
}

.carousel .carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-text {
  position: absolute;
  width: 90%;
  /* margin: auto; */
  height: calc(100vh - 35px);
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.carousel .carousel-text h1 {
  text-align: left;
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.carousel .carousel-text p {
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  margin-bottom: 25px;
  max-width: 70%;
  /* background-color: #31b2db1f; */
  border-radius: 10px;
  padding: 10px;
  backdrop-filter: blur(1px);
}

.carousel .carousel-text .btn {
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.carousel .carousel-text .btn i {
  margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
  color: #0796fe;
  background: #ffffff;
}

.carousel .carousel-btn .btn:first-child {
  margin-right: 15px;
}

.carousel .owl-nav {
  position: absolute;
  width: 122px;
  right: 2px;
  bottom: 2px;
  display: flex;
  z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0796fe;
  background: #092a49;
  font-size: 22px;
  transition: 0.3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #0796fe;
}

.carousel .owl-nav .owl-prev {
  margin-right: 2px;
}

.carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .carousel-text {
    height: calc(100vh - 105px);
  }
  .carousel .carousel-text h1 {
    font-size: 35px;
  }
  .carousel .carousel-text p {
    font-size: 16px;
  }
  .carousel .carousel-text .btn {
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .carousel-text {
    height: calc(100vh - 550px);
    min-height: auto;
  }
  .carousel .carousel-text h1 {
    font-size: 30px;
  }
  .carousel .carousel-text .btn {
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .about-img-1 img {
    height: 350px;
    object-fit: cover;
  }
  .section-header h2 {
    padding-top: 25px;
  }
  .mob-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-text h1 {
    font-size: 25px;
  }
  .carousel .carousel-text .btn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
/*******************************/
/******* Section Header ********/
/*******************************/

.section-header {
  position: relative;
  text-align: left;
  margin-bottom: 45px;
}

.section-header p {
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  display: none;
}

.section-header h2 {
  margin: 0 0 0 40px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #005197;
}

.section-header h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 0;
  top: 23px;
  left: -40px;
  border-bottom: 30px solid;
  border-image: repeating-linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 1.5%,
      rgba(0, 0, 0, 0.1) 1.5%,
      rgba(0, 0, 0, 0.1) 3%
    )
    30;
}

.section-header h2:hover::after {
  border-image: repeating-linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1.5%,
      rgba(0, 0, 0, 0.05) 1.5%,
      rgba(0, 0, 0, 0.05) 3%
    )
    30;
}

@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 40px;
  }
  .open_positions {
    max-width: 100% !important;
  }
  .contact .contact-form {
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .section-header h2 {
    font-size: 35px;
  }
}
/*******************************/
/********** Fact CSS ***********/
/*******************************/

.fact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.fact .fact-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0 25px 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.fact .fact-item:hover {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.fact .fact-item img {
  max-height: 50px;
  margin-bottom: 15px;
}

.fact .fact-item h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #005197;
}
/*******************************/
/********** About CSS **********/
/*******************************/

.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
  margin-left: 0;
}

.about .about-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  content: "";
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  background: transparent;
  border: 30px solid;
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.1) 1%
    )
    30;
  z-index: 1;
}

.about .about-img:hover::after {
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.05) 1%
    )
    30;
}

.about .about-img-1 {
  position: relative;
  height: 100%;
  height: 100%;
  margin: 0 150px 150px 0;
}

.about .about-img-2 {
  position: absolute;
  height: 100%;
  height: 100%;
  top: 150px;
  left: 150px;
  z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
  position: relative;
  width: 100%;
}

.about .about-text p {
  font-size: 16px;
}

.about-text h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #092a49;
  border: 2px solid #092a49;
  border-radius: 0;
  background: none;
  transition: 0.3s;
}

.about .about-text a.btn:hover {
  color: #0796fe;
  background: #092a49;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
  .carousel .carousel-text p {
    padding: 0px;
  }
  .footer .footer-contact h2 {
    padding-top: 20px;
  }
  .careers_home h3 {
    font-size: 20px !important;
  }
}
/*******************************/
/********* Service CSS *********/
/*******************************/

.service {
  position: relative;
  width: 100%;
  /* padding: 45px 0 15px 0; */
  border-radius: 10px;
}

.service .service-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}

.service .service-item1 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}

.service_btn {
  /* position: relative; */
  /* bottom: -63px; */
  /* bottom: auto; */
  /* bottom: -60px; */
  position: absolute;
  display: inline;
  bottom: 20px;
}

.service .service-item1:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.service .service-item:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.service .service-item img {
  max-height: 50px;
  margin-bottom: 20px;
}

.service .service-item h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.service .service-item1 h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 0px;
}

.service .service-item p {
  margin-bottom: 10px;
  font-size: 16px;
}

.service .service-item a {
  font-size: 16px;
  color: #0796fe;
  transition: 0.3s;
  position: absolute;
  bottom: 20px;
  display: inline;
}

.service .service-item1 a {
  position: relative;
  font-size: 16px;
  color: #0796fe;
  transition: 0.3s;
}

.service .service-item a::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -3px;
  left: 10%;
  background: #0796fe;
}

.service .col-md-6 {
  margin: 10px 0px;
}

.service .service-item1 a::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -3px;
  left: 10%;
  background: #0796fe;
}

.service .service-item:hover a.btn {
  color: #092a49;
  background: #1d2434;
  border-color: #1d2434;
}

.service .service-item1:hover a.btn {
  color: #092a49;
  background: #1d2434;
  border-color: #1d2434;
}
/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.feature .col-md-6 {
  height: 100%;
}

.feature .feature-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.feature .feature-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: 30%;
  left: 0;
  border: 30px solid;
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.1) 1%
    )
    30;
  z-index: 1;
}

.feature .feature-img:hover::after {
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.05) 1%
    )
    30;
}

.feature .feature-img img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  /* margin: 0 30px 30px 30px; */
  z-index: 2;
}

@media (max-width: 767.98px) {
  .feature .feature-img {
    margin-bottom: 45px;
  }
}

.feature .counters .col-6 {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.feature .counters i {
  padding: 5px 15px 0 0;
  font-size: 28px;
  color: #0796fe;
}

.feature .counters h2 {
  position: relative;
  display: inline-block;
  color: #0796fe;
  font-size: 30px;
  font-weight: 300;
}

.feature .counters h2::after {
  position: absolute;
  content: "+";
  top: -15px;
  right: -15px;
}

.feature .counters p {
  color: #092a49;
  font-size: 20px;
  margin: 0;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/

.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 75px;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: absolute;
  width: calc(100% - 30px);
  height: 96px;
  bottom: -46px;
  left: 15px;
  padding: 25px 15px;
  text-align: center;
  background: rgba(256, 256, 256, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
}

.team .team-text h2 {
  color: #0796fe;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.team .team-text p {
  margin-bottom: 20px;
  color: #092a49;
}

.team .team-social {
  position: relative;
  font-size: 0;
}

.team .team-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #092a49;
  border: 2px solid #092a49;
  transition: 0.3s;
}

.team .team-social a:hover {
  color: #0796fe;
  border-color: #0796fe;
}

.team .team-item:hover .team-text {
  height: 160px;
}
/*******************************/
/******* Testimonial CSS *******/
/*******************************/

.testimonial {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background-color: #edf2fa;
  margin-bottom: 30px;
}

.testimonial .testimonials-carousel {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.testimonial .testimonial-item {
  position: relative;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.testimonial .testimonial-item img {
  position: relative;
  width: 80px;
  border-radius: 80px;
  margin-bottom: 15px;
}

.testimonial .testimonial-item p {
  margin-bottom: 15px;
}

.testimonial .testimonial-item h2 {
  position: relative;
  color: #092a49;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0796fe;
  transition: 0.3s;
}

.testimonial .testimonial-item:hover h2::before {
  width: 60px;
}

.testimonial .testimonial-item h3 {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
}

.testimonial .owl-nav {
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
  position: relative;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0796fe;
  font-size: 25px;
  transition: 0.3s;
}
/* .testimonial .owl-nav .owl-prev {
        padding-right: 80px;
    }
    
    .testimonial .owl-nav .owl-next {
        padding-left: 80px;
    }
     */

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
  color: #092a49;
}
/* .testimonial .owl-nav .owl-prev::after,
    .testimonial .owl-nav .owl-next::after {
        position: absolute;
        content: "";
        width: 80px;
        height: 3px;
        top: 11px;
        background: #0796fe;
        transition: .3s;
    } */

.testimonial .owl-nav .owl-prev::after {
  left: 9px;
}

.testimonial .owl-nav .owl-next::after {
  right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
  background: #092a49;
}

.testimonial .owl-nav .owl-next:hover::after {
  background: #092a49;
}
/*******************************/
/*********** Blog CSS **********/
/*******************************/

.blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .section-header {
  margin-bottom: 75px;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
}

.blog.blog-page .blog-item {
  margin: -30px 0 0 0;
}

.blog .blog-img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-content {
  position: relative;
  width: calc(100% - 60px);
  top: -60px;
  left: 30px;
  padding: 25px 30px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.blog .blog-content h2.blog-title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.blog .blog-meta {
  position: relative;
  margin-bottom: 15px;
}

.blog .blog-meta * {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #797979;
}

.blog .blog-meta i {
  color: #0796fe;
  margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
  margin-left: 0;
}

.blog .blog-text {
  position: relative;
}

.blog .blog-text p {
  margin-bottom: 10px;
}

.blog .blog-item a.btn {
  position: relative;
  padding: 0 0 0 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0796fe;
  transition: 0.3s;
}

.blog .blog-item a.btn:hover {
  color: #092a49;
}

.blog .blog-item a.btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 10px;
  left: 0;
  background: #0796fe;
}

.blog .owl-nav {
  position: relative;
  width: 100%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0796fe;
  font-size: 25px;
  transition: 0.3s;
}

.blog .owl-nav .owl-prev {
  padding-right: 80px;
}

.blog .owl-nav .owl-next {
  padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  top: 11px;
  background: #0796fe;
  transition: 0.3s;
}

.blog .owl-nav .owl-prev::after {
  left: 9px;
}

.blog .owl-nav .owl-next::after {
  right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
  background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
  background: #092a49;
}

.blog .pagination {
  margin-bottom: 0;
}

.blog .pagination .page-link {
  margin-top: -30px;
  color: #092a49;
  border-radius: 0;
  border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #0796fe;
  background: #092a49;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}
/*******************************/
/********* Contact CSS *********/
/*******************************/

.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contact-info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}

.contact-info:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-icon i {
  font-size: 18px;
  color: #0796fe;
  color: #005197;
}

.contact-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.contact-text h3 {
  font-size: 16px;
  font-weight: 400;
  color: #092a49;
  letter-spacing: 1px;
}

.contact-text h2 {
  font-size: 30px;
  font-weight: 400;
  color: #092a49;
  letter-spacing: 1px;
}

.contact-text p {
  margin: 0;
  font-size: 16px;
}

.contact .contact-form {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.contact .contact-form:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-form input {
  padding: 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .contact-form textarea {
  height: 100px;
  padding: 8px 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .contact-form .btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #092a49;
  background: none;
  border: 2px solid #092a49;
  border-radius: 1;
  transition: 0.3s;
}

.contact .contact-form .btn:hover {
  color: #0796fe;
  background: #092a49;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*******************************/
/******* Single Page CSS *******/
/*******************************/

.single {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.single img {
  width: 100%;
  margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
  margin-bottom: 30px;
}

.single .ul-group {
  padding: 0;
  list-style: none;
}

.single .ul-group li {
  margin-left: 2px;
}

.single .ul-group li::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.single .ol-group {
  padding-left: 18px;
}
/*******************************/
/********* Footer CSS **********/
/*******************************/

.footer {
  position: relative;
  padding-top: 40px;
  background: #092a49;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
  position: relative;
  color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0796fe;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
  text-transform: uppercase;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #0796fe;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
  margin-top: 5px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #092a49;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #999999;
}

.footer .footer-newsletter .form {
  position: relative;
  width: 100%;
}

.footer .footer-newsletter input {
  height: 60px;
  border: 2px solid #1d2434;
  border-radius: 0;
}

.footer .footer-newsletter .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 44px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #092a49;
  background: none;
  border-radius: 0;
  border: 2px solid #092a49;
  transition: 0.3s;
}

.footer .footer-newsletter .btn:hover {
  color: #0796fe;
  background: #092a49;
}

.footer .copyright {
  padding: 0 30px;
}

.footer .copyright .row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright p {
  margin: 0;
  color: #999999;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #ffffff;
}

.footer .copyright p a:hover {
  color: #0796fe;
}

@media (max-width: 767.98px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}

.careers_home {
  background-color: #005197;
  padding: 50px;
  color: #fff;
  border-radius: 10px;
}

a.btn {
  position: relative;
  margin-top: 15px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #092a49;
  border: 2px solid #092a49;
  border-radius: 7px;
  background: none;
  transition: 0.3s;
}

.careers_home h3 {
  color: #fff;
  line-height: 1.8;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Lato";
}

.careers_btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff !important;
  border: 2px solid #31b2db !important;
  border-radius: 0;
  background: none;
  transition: 0.3s;
}

.footer_logo {
  background-color: #fff;
  /* height: 70px; */
  width: 200px;
  border-radius: 12px;
}

.footer_logo img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

.footer_para {
  color: #fff;
}

.service-section .sec-title {
  margin-bottom: 10px;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  transition: all 900ms ease;
  min-height: 410px;
}

.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:before {
  background: -webkit-linear-gradient(-30deg, #fb5155, #f92a75 100%);
  background: -webkit-linear-gradient(-30deg, #005197, #0095d5 100%);
}

.service-block-one .inner-box h4 {
  margin-bottom: 30px;
  color: #054568;
}

.service-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}

.service-block-one .inner-box p {
  color: #000;
  text-align: left;
  line-height: 1.9;
}

.service-block-one .inner-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-block-one .inner-box .icon-box .border-layer {
  position: absolute;
  width: 120px;
  height: 120px;
  left: -10px;
  top: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
  transition: all 500ms ease;
  -webkit-animation: service_hexagon 2s infinite linear;
  -moz-animation: service_hexagon 2s infinite linear;
  -o-animation: service_hexagon 2s infinite linear;
  animation: service_hexagon 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  display: none;
}

.service-block-one .inner-box .icon-box .border-layer:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  left: 15px;
  bottom: 9px;
  border-radius: 50%;
}

.service-block-one .inner-box:hover:before {
  height: 100%;
  top: 0px;
}

.service-block-one .inner-box:hover h4,
.service-block-one .inner-box:hover a,
.service-block-one .inner-box:hover p {
  color: #fff;
  position: relative;
}
/** service-hexagon **/

@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.contact_home {
  background-color: #edf2fa;
  padding: 50px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.contact_home p,
h3 {
  color: #005197;
}

.contact_home h3 {
  font-size: 40px;
  font-family: "Lato";
  font-weight: bolder;
  letter-spacing: 1px;
}

.careers {
  width: 100%;
  position: relative;
}

.cntct_btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #005197 !important;
  border: 2px solid #31b2db !important;
  border-radius: 0;
  background: none;
  transition: 0.3s;
}

.service_in {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
  border-radius: 5px;
}

.open_positions .tab {
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: right;
}

.open_positions .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 4px 30px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 100px;
  margin: 0 2px;
}

.open_positions .tab button:hover {
  background-color: #ddd;
}

.open_positions .tab button.active {
  background-color: #f57e20;
  color: #fff;
  font-weight: 600;
}

.open_positions.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.careers .accordion {
  background-color: #005197;
  color: #fff;
  cursor: pointer;
  padding: 12px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 18px;
  transition: 0.4s;
  font-weight: 500;
  border-bottom: 1px solid #ffffff26;
  margin: 10px 0px;
}

.accordion:hover,
.careers .active {
  background-color: #ccc;
  background-color: #f57e20b5;
  background-color: #0095d580;
}

.accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.thm-breadcrumb .active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.open_positions p span {
  font-size: 18px;
  font-weight: 800;
  color: #005197;
}

.open_positions li {
  display: flex;
  padding-left: 10px;
}

.open_positions li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -14px;
  background: #000;
  background: linear-gradient(245deg, #000 0, #ff7100 99%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  right: 10px;
  padding-right: 10px;
  box-shadow: 1px 0 6px 1px #f57e2087;
}

.cv {
  width: 100%;
  max-width: 60%;
  margin: auto;
  padding: 20px;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
}

.cv .butn {
  max-width: 150px !important;
  font-weight: 600;
}

.butn {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 100px;
  background-color: #005197;
  margin: 10px auto;
  border-radius: 5px;
  transition: 0.2s;
  font-weight: 300;
  font-size: 14px;
  border: 0.5px solid #29a6dc;
  color: #fff;
}

.cv h3 {
  font-weight: 900;
  padding: 10px 0;
  font-family: auto;
  color: #005197;
}

.cv p {
  font-size: 14px;
  color: #848484;
}

.limit_cv,
input#uploadFile {
  font-size: 12px;
}

.careers_modal label {
  font-size: 12px;
  display: block;
}

.form_content {
  margin: 12px 0;
}
/*     
    .limit_cv {
        line-height: 22px;
        float: right;
        margin-top: 15px;
    } */

.tablinks.active:after {
  content: "" !important;
}

.sap_pages .accordion:after,
.sap_pages .active:after {
  content: "";
  position: absolute;
  right: 30px;
  top: auto;
  height: 24px;
  width: 24px;
  background-size: cover !important;
}

.accordion span {
  font-size: 15px;
  position: absolute;
  right: 10%;
}

.accordion span:nth-child(2) {
  font-size: 15px;
  position: absolute;
  right: 25%;
}

.open_positions li {
  display: flex;
  padding-left: 10px;
  position: relative;
  padding-bottom: 10px;
}

.open_positions li,
.open_positions p {
  font-size: 16px;
  color: #000;
}

.open_positions li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -14px;
  background: #000;
  background: linear-gradient(245deg, #0097d8 0, #005197 99%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  right: 10px;
  padding-right: 10px;
  box-shadow: 1px 0 6px 1px #124990b3;
}

.nav-sticky .navbar-brand img {
  width: 200px;
  height: 45px !important;
  object-fit: contain;
}

.space {
  padding: 50px 0px;
}

.smt {
  scroll-margin-top: 150px;
}

.icon-box img {
  width: 50px !important;
}
/* .bg_blue {
        background-color: #1049C8;
    } */

.owl-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 40px !important;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  transition: all 900ms ease;
  min-height: 410px;
  border: 1px solid #dddddd87;
  margin: 5px;
  box-shadow: 2px 2px 8px 0px #eeeeee;
}

.owl-prev {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0796fe;
  font-size: 25px;
  transition: 0.3s;
  background-color: #dddddd8f;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  opacity: 0.7;
}

.owl-next {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0796fe;
  font-size: 25px;
  transition: 0.3s;
  background-color: #dddddd8f;
  width: 50px;
  height: 50px;
  border-radius: 260px;
  margin: 0px 30px;
  opacity: 0.7;
}

.owl-prev:hover {
  opacity: 1;
}

.owl-next:hover {
  opacity: 1;
}

.ban_logo {
  background-color: #fff;
  width: 300px !important;
  height: 300px;
  border-radius: 10px;
}

.carousel_one {
  position: absolute;
  width: 90%;
  /* margin: auto; */
  height: calc(100vh - 35px);
  display: flex;
  /* align-items: center; */
  justify-content: flex-start !important;
  flex-direction: column;
  z-index: 2;
  margin-top: 20%;
}

.ban_h1 {
  margin-bottom: 20px;
  margin-top: 30px !important;
  margin-left: 20px !important;
}

.maps {
  border: 7px solid #005197 !important;
  border-radius: 10px;
}

.ind_img {
  width: 100px;
  height: 100px;
  background-color: #005197;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind_img img {
  width: 70%;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.ind_cards {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px #00000033;
}

.ind_cards h3 {
  padding-top: 20px;
}

a.nav-item.nav-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem !important;
  padding-left: 0.5rem;
}

.open_positions {
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.service-block-one .inner-box h4 a {
  color: #054568;
  text-decoration: none;
}

.contact .contact-form input {
  padding: 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgb(0 81 151 / 53%);
  border-radius: 4px;
}

.contact_page a {
  color: #005197 !important;
}

.contact_page p {
  color: #005197 !important;
}
