@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* Responsive */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "sans-serif";
  background: #EEEEEE !important;
  list-style: none;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Roboto", "sans-serif";
}

.red {
  color: #bf2424;
}

.Header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}

.Header.Header-scrolled {
  padding: 15px 0;
  -webkit-box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
          box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.Header .logo {
  line-height: 0;
}

.Header .logo img {
  max-height: 60px;
  margin-right: 10px;
}

/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
  z-index: 22;
}

.head-nav {
  margin-top: 20px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  z-index: 23;
}

.navbar li {
  position: relative;
  list-style-type: none;
}

.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500 !important;
  color: #fff !important;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #bf2424;
}

.Header .login-btn {
  background: -webkit-gradient(linear, left top, right top, from(#bf2424), to(#850000));
  background: linear-gradient(90deg, #bf2424 0%, #850000 100%);
  padding: 8px 30px;
  margin-left: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  z-index: 26;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #11468f), color-stop(50%, #bf2424));
  background: linear-gradient(to right, #11468f 50%, #bf2424 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.Header .login-btn:hover {
  color: #fff;
  background-position: left bottom;
}

button.contact-btn {
  background: transparent;
  color: white;
  border: none;
  padding: 0.45em 1.55em;
  border-radius: 4px;
  position: relative;
  font-size: 1.1em;
  overflow: hidden;
}

button.contact-btn i.fa {
  font-size: 13px;
  line-height: 1;
  padding-left: 10px;
  width: 23px;
  display: inline-block;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button.contact-btn span.activeSpan {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(45deg, #11468f, #1f61bb);
  background: -moz-linear-gradient(45deg, #11468f, #1f61bb);
  border-radius: 4px;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: calc(-100% + -5px);
  top: -2px;
  z-index: 1;
}

button.contact-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 0px solid #EEEEEE !important;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
  top: 0;
}

button.contact-btn:hover i.fa {
  padding-left: 4px;
}

button.contact-btn:hover span.activeSpan {
  left: -2px;
}

button.contact-btn:hover::after {
  border-color: transparent !important;
}

.Header .login-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform 330ms ease-in-out;
  transition: -webkit-transform 330ms ease-in-out;
  transition: transform 330ms ease-in-out;
  transition: transform 330ms ease-in-out, -webkit-transform 330ms ease-in-out;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(22, 22, 22, 0.445);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.137);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.137);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1080px) {
    .contact-buttons {
        display: none;
    }

    .navbar ul {
        display: none;
    }
}

@media (min-width: 1081px) {
    .btn-mobile {
        display: none !important;
    }
}

.navbar .dropdown > ul > li::before {
  content: "";
  background: #11468f;
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar .dropdown > ul > li:hover::before {
  width: 100%;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li a {
  padding: 8px 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  z-index: 111;
  padding-left: 15px;
}

.navbar .dropdown ul li a:hover {
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 11px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #f0f0f0;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
    * Mobile Navigation 
    */
.offcanvas-end {
  width: 255px !important;
}

.offcanvas-body {
  background-color: #000931;
}

.offcanvas-body .nav-link {
  color: white !important;
}

.btn-mobile i {
  color: white;
}

.offcanvas-header {
  background: #000931;
  color: white;
}

.offcanvas-header .dropdown-profile h3 {
  color: #ffffff;
}

.offcanvas-header .location-menu span {
  color: white;
}

.nav-item {
  color: white !important;
}

.nav-link:focus,
.nav-link:hover {
  color: white !important;
}

.btn-close {
  color: white;
  background-color: white;
}

.nav-link img {
  margin-right: 20px;
}

.container-social-menu {
  background: #000931;
}

.container-social-menu .social-icons {
  color: white;
}

.container-social-menu .social-icons i {
  margin: 15px;
}

.links-menu a {
  color: white !important;
  margin: 10px;
  font-size: 11px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.cta-close-btn {
  cursor: pointer;
}

section .text-wrapper {
  color: white;
  margin-top: 5rem !important;
  padding: 45px;
}

section .text-wrapper .cnt-btn {
  background: -webkit-gradient(linear, left top, right top, from(#bf2424), to(#850000));
  background: linear-gradient(90deg, #bf2424 0%, #850000 100%);
  padding: 15px 28px;
  margin-left: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  z-index: 26;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #11468f), color-stop(55%, #cc1c1c), to(#9c0202));
  background-image: linear-gradient(to right, #11468f 50%, #cc1c1c 55%, #9c0202 100%);
  background-size: 300% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}

section .text-wrapper .cnt-btn:hover {
  color: #fff;
  background-position: left bottom;
}

section .cd1 {
  background-color: #000931;
  color: white;
}

section .cd2 {
  background-color: #031048;
  color: white;
  font-size: smaller;
}

section .cd3 {
  background-color: #740000;
  color: white;
}

section .cd4 {
  background-color: #11468F;
  color: white;
}

section .cd5 {
  background-color: #000931;
  color: white;
}

section .card {
  width: auto;
  overflow: hidden;
}

section .card:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.training-p2 {
  z-index: 20;
  position: relative;
  background-color: #EEEEEE;
}

section.training-p2 .container-fluid {
  position: relative;
}

section.training-p2 .container-fluid .gimg27 {
  position: absolute;
  top: -100px;
  width: 300px;
  left: -100px;
}

section.training-p2 .container-fluid .gimg1812 {
  position: absolute;
  right: 1px;
  top: 150px;
}

section.training-p2 .container {
  position: relative;
}

section.training-p2 .container h1 {
  margin-top: 3em;
  font-size: 3.5rem;
  font-weight: 700;
}

.blue {
  color: #11468f;
  margin-right: 3px;
}

.training-p3 .dropdown-left .formS1 {
  width: auto;
  display: inline;
}

.training-p3 .dropdown-toggle {
  background-color: #FFFFFF !important;
  border: 1px solid #000931 !important;
}

.training-p3 .stars {
  color: #FF8000;
}

.training-p3 .search-btn {
  padding-left: 10px;
  background-color: #fff;
  border-left: 1px #c5c5c5 solid;
  border-top: 1px #c5c5c5 solid;
  border-bottom: 1px #c5c5c5 solid;
  border-right: 0px;
  border-radius: 3px;
}

.training-p3 .search-btn i {
  color: #b6b6b6 !important;
}

.training-p3 .search-form {
  padding: 5px;
  background-color: #fff;
  border-right: 1px #c5c5c5 solid !important;
  border-top: 1px #c5c5c5 solid !important;
  border-bottom: 1px #c5c5c5 solid !important;
  border-left: 0px #c5c5c5 solid !important;
  border-radius: 3px;
}

.training-p3 .search-form ::-webkit-input-placeholder {
  color: #c5c5c5;
}

.training-p3 .search-form :-ms-input-placeholder {
  color: #c5c5c5;
}

.training-p3 .search-form ::-ms-input-placeholder {
  color: #c5c5c5;
}

.training-p3 .search-form ::placeholder {
  color: #c5c5c5;
}

.training-p3 span.red {
  margin-right: 3px;
}

.training-p3 .search-bar {
  border: 0px;
}

.training-p3 .card {
  height: 435px;
  text-align: left;
  -webkit-box-shadow: -5px 11px 9px -10px rgba(190, 190, 190, 0.63);
          box-shadow: -5px 11px 9px -10px rgba(190, 190, 190, 0.63);
}

.training-p3 .card img {
  width: 100%;
}

.training-p3 .card:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: none;
          transform: none;
}

.training-p3 .card .badge {
  color: #06AC11;
  background-color: #E0F5E2 !important;
  font-weight: 700 !important;
  margin-bottom: 40px;
}

.training-p3 .card .card-body {
  padding: 0.1rem 1rem 1rem 1rem !important;
}

.training-p3 .card .card-body p {
  padding-bottom: 0 !important;
  margin-bottom: 3px;
}

.training-p3 .card .card-text {
  margin-bottom: 20px;
}

.black {
  color: black;
  margin-left: 10px;
  margin-right: 2px;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  z-index: -999;
}

.pagination1 {
  display: inline-block;
}

.pagination1 a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination1 .active {
  color: #bf2424 !important;
  font-weight: 700 !important;
}

.t-hover:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mySwiper {
  bottom: -120px;
  z-index: 99;
  height: 500px;
}

.mySwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mySwiper .swiper-wrapper .swiper-slide .mainCardList {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 450px;
  min-height: 400px;
  width: 400px;
  max-width: 400px;
}

@media (max-width: 1280px) {
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList {
    max-width: 350px;
  }
}

.textMidTrain {
    background: -webkit-gradient(linear, left top, right top, from(#bf2424), to(#850000));
    background: linear-gradient(90deg, #bf2424 0%, #850000 100%);
    padding: 15px 28px;
    margin-left: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    z-index: 26;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #11468f), color-stop(55%, #cc1c1c), to(#9c0202));
    background-image: linear-gradient(to right, #11468f 50%, #cc1c1c 55%, #9c0202 100%);
    background-size: 300% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
    text-decoration: none;
    margin-top: 50px;
}
    .textMidTrain:hover {
        color: #fff;
        background-position: left bottom;
    }

@media (max-width: 1080px) {
    .mySwiper .swiper-wrapper .swiper-slide .mainCardList {
    max-width: 320px;
  }
}

@media (max-width: 767.9px) {
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList {
    max-width: 320px;
  }
}

.mySwiper .swiper-wrapper .swiper-slide .mainCardList img {
  width: 100px;
  height: auto;
  margin: 20px;
}

.mySwiper .swiper-wrapper .swiper-slide .mainCardList .title {
  font-size: 40px;
  font-weight: 700;
}

.mySwiper .swiper-wrapper .swiper-slide .mainCardList .descon {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .section-training .text-wrapper {
    color: white;
    margin-top: 1rem !important;
    padding: 25px;
  }
  .section-training .text-wrapper .cnt-btn {
    background: -webkit-gradient(linear, left top, right top, from(#bf2424), to(#850000));
    background: linear-gradient(90deg, #bf2424 0%, #850000 100%);
    padding: 15px 28px;
    margin-left: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    z-index: 26;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #11468f), color-stop(55%, #cc1c1c), to(#9c0202));
    background-image: linear-gradient(to right, #11468f 50%, #cc1c1c 55%, #9c0202 100%);
    background-size: 300% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
  }
  .section-training .text-wrapper .cnt-btn:hover {
    color: #fff;
    background-position: left bottom;
  }
  .mySwiper {
    bottom: -40px;
  }
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList {
    width: 380px;
  }
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList img {
    width: 80px;
    height: auto;
    margin: 20px;
  }
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList .title {
    font-size: 40px;
    font-weight: 700;
  }
  .mySwiper .swiper-wrapper .swiper-slide .mainCardList .descon {
    font-size: 16px;
    text-align: center;
  }
}

.mySwiper .swiper-wrapper .swiper-slide .primeblue {
  background-color: #000931;
}

.mySwiper .swiper-wrapper .swiper-slide .primered {
  background-color: #740000;
}

.mySwiper .swiper-wrapper .swiper-slide .lightblue {
  background-color: #11468F;
}

.mySwiper .swiper-wrapper .swiper-slide .navalblue {
  background-color: #031048;
}

.overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.562);
  z-index: -998;
  opacity: 0.8;
}

footer {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 150px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000931;
  position: relative;
}

footer .blankDot {
  position: absolute;
  background: #EEEEEE;
  height: 65px;
  width: 110px;
  top: -2px;
  left: 245px;
}

footer .blankDot2 {
  position: absolute;
  background: #EEEEEE;
  height: 55px;
  width: 60px;
  top: -2px;
  right: 245px;
}

footer .logo {
  margin-bottom: 40px;
}

footer .container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

footer .container .sec h3 {
  position: relative;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 15px;
}

.sec.f-news {
  margin-top: 15px;
}

.sec h3 {
  text-transform: uppercase;
}

.sec ul {
  margin: 0px !important;
  padding: 0px !important;
}

@media (max-width: 767.9px) {
  .sec {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

footer .container .sec p {
  color: #FFF;
}

@media (max-width: 1080px) {
  .f-links {
    margin-top: 110px !important;
  }
}

@media (max-width: 767.9px) {
  .f-links {
    text-align: center;
  }
}

.f-links,
.f-links2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767.9px) {
  .f-links,
  .f-links2 {
    text-align: center;
  }
}

.f-links li,
.f-links2 li {
  list-style: none;
}

.f-links h3,
.f-links2 h3 {
  color: #FFF;
  text-transform: uppercase;
}

.f-links a,
.f-links2 a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.f-links a:hover,
.f-links2 a:hover {
  color: #DA1212;
}

.footer-info {
  position: relative;
}

.footer-info li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
      grid-template-columns: 30px 1fr;
  margin-bottom: 16px;
}

.footer-info li span:nth-child(1) {
  color: #FFF;
  font-size: 20px;
}

.footer-info li span {
  color: #FFF;
}

.footer-info a {
  color: #FFF;
  text-decoration: none;
}

.border-rad {
  border: 0;
  border-radius: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#bf2424), to(#850000));
  background: linear-gradient(90deg, #bf2424 0%, #850000 100%);
}

.copyrightline {
  width: 100%;
  background: #DA1212;
  padding: 8px 100px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-training .container .text-wrapper {
    padding-top: 0;
    margin-top: 2rem !important;
  }
  footer {
    padding: 40px;
  }
  footer .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  footer .container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  footer .container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
  }
}
/*# sourceMappingURL=training.css.map */