body {
  margin: 0;
  padding: 0;
}
/*======================== NAVBAR ======================= */
nav{
  background-color: #010f18;
}
.navbar-brand {
  margin-left: 15px;
}
.nav-bar{
  margin-right: 15px;
}
.nav-bar ul li a{
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-right: 0;
  font-family: 'Roboto', sans-serif;
  color: white;  
}
.nav-item .active {
  color: #1687AC !important;
}
.nav-bar ul li a:hover{
  color: #1687AC;
}
.logo{
  width: 90px;
}
.displayflex{
  display: flex;
}
.search_area input {
  padding-left: 2.375rem;
  border: 1px solid white;
  border-right: none;
  border-radius: 30px;
  background-color: transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius:0px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.search_btn{
  border: 1px solid white;
  border-left: none;
  border-radius: 30px;
  background-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius:0px;
  height: 38px;
  color: white;
  padding: 3px 12px 10px 10px ;
}

.title {
    color: white;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
    text-transform: uppercase;
}
.subheading {
  color: white;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.bannerContent {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-align: justify;
  font-weight: 200;
}
.Banner {
  height: 100%;
  padding: 15px;
  background: linear-gradient(105deg,
      #000e17 14.66%,
      #00415b 54.46%,
      #000e17 87.45%);
}
.abt_banner{
  width: auto;
  height: 400px;
  margin-left: auto;
  float: right;
}
.image {
  width: 100%;
  height: 100%;
}
.card-box {
  margin: 20px;
  border: 1px solid #00273a;
  @media (max-width: 50em) {
    border: none;
  }
}
.card-title {
  color: #00273a;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #23C1F1;
  border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
}

.card-content {
  color: #383838;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-top: 20px;
}

/* @media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
  .subheading {
    font-size: 24px;
    line-height: 32px;
  }
  .bannerContent {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .title {
    font-size: 28px;
  }
  .subheading {
    font-size: 28px;
    line-height: 38px;
  }
  .bannerContent {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {}
@media only screen and (min-width: 993px) {
  .title {
    font-size: 36px;
  }
  .subheading {
    font-size: 36px;
    line-height: 46px;
  }
  .bannerContent {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .card-title::after {
    width: 70px;
    left: calc(15% - 35px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .card-title::after {
    width: 80px;
    left: calc(15% - 40px);
  }
}
@media only screen and (min-width: 993px) {
  .card-title::after {
    width: 100px;
    left: calc(15% - 50px);
  }
}
@media only screen and (max-width: 600px) {
  .title::after {
    width: 70px;
    left: calc(11% - 70px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .title::after {
    width: 80px;
    left: calc(11% - 80px);
  }
}
@media only screen and (min-width: 993px) {
  .title::after {
    width: 100px;
    left: calc(11% - 100px);
  }
} */
/*=========================== FOOTER =======================*/
.footer {
  background-color: #001a2c;
  padding: 35px;
}
.footer_logo {
  width: 200px;
}
.footer_column {
  padding: auto;
}
.footer_heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid white;
  border-image: linear-gradient(to right, white 21%, transparent 10%) 100% 1;
}
.footer_column ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer_column ul li a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.clickable {
  text-decoration: none;
  font-weight: 500;
  color: white;
}
.clickable:hover {
  color: white;
  text-decoration: none;
}
.policy_area {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  border-top: 1px solid grey;
}
.policy_area a {
  text-decoration: none;
  color: #dadada;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin: 0 20px;
  @media (max-width: 50em) {
    font-size: 11px;
  }
}
.policy_area a:hover {
  color: white;
  text-decoration: none;
}
.social-icons ul li a img {
  width: 30px;
  height: 30px;
  margin: 0 9px;
}
.social-icons ul {
  display: flex;
  justify-content: center;
}
.social-icons ul li {
  border-radius: 50%;
  list-style-type: none;
}
/*===================== BOTTOM FOOTER ===========================*/
.bottom_footer {
  background-color: white;
  padding: 10px 0 1px 0;
}
.bottom_footer p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #255b94;
  font-size: 17px;
  font-weight: 300;
}
.bottom_footer a {
  font-weight: 700;
  color: #255b94;
  text-decoration: none;
}
.bottom_footer a:hover {
  color: #1687ac;
  text-decoration: none;
}
@media (max-width: 60rem) {
  .banner_main {
    font-size: 27px;
  }
}