html {
  overflow-x: hidden;
}

/*===============s
        navbar
    ================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 100px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  background: #fff;
}

header .logo {
  width: 200px;
}
header .logo span {
  /* color: #0C649D; */
  color: #0c649d;
  font-size: 1.5rem;
}

.logo-image {
  width: 190px;
  height: 69px;
}
header .navigation {
  position: relative;
  display: flex;
}
header .navigation li {
  list-style: none;
  margin-left: 30px;
}
header .navigation li a {
  text-decoration: none;
  color: #111;
  font-weight: 300;
  text-transform: uppercase;
}
header .navigation li a:hover {
  color: #0c649d;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  /* width: 263px; */
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 45rem;
  /* height: 30rem; */
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #0c649d !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content .box {
  padding: 20px 20px 0px 20px;
  font-size: 18px;
  float: left;
  width: 50%;
}

.dropdown-content .box h4 {
  font-size: 16px;
  color: #0261ab;
}

.dropdown-content .box a {
  font-size: 13px;
}

.fas {
  color: #111;
  margin-left: 7px;
}

/*================
            sticky header
        ==================*/
header.sticky {
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
header.sticky .logo {
  color: #111;
}
header.sticky .navigation li a {
  color: #111;
}
header.sticky .navigation .fas {
  color: #111;
}

header.sticky .navigation li a:hover {
  color: #0c649d;
}
/*----===== main ======----*/
.api-in-ms-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin-left: 8rem;
  margin-right: 8rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.api-in-ms-para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 50px;
}
.api-in-ms li {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 50px;
}
.api-in-ms-ul li {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 50px;
  list-style: none;
  margin-bottom: 15px;
}

.api_in_ms_image {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .api-in-ms-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/*=========================
        Footer
      ====================*/
.list-unstyled li {
  text-align: left;
  line-height: 2rem;
}
.list-unstyled a {
  text-decoration: none;
  color: #fff;
  text-align: left;
  line-height: 20px;
}

.list-unstyled a:hover {
  color: #fff;
}
.font-weight-bold {
  text-align: left;
}
.page-footer {
  padding: 40px 0px;
  background: #0261ab;
  color: #fff;
}
/*=========================
        Footer
      ====================*/

/*=================
          copy rights
      ================*/
.copyrightText {
  padding: 8px 40px;
  background: #111;
  text-align: center;
}
.copyrightText p {
  color: #fff;
}
.copyrightText a {
  color: #0c649d;
  font-weight: 500;
  text-decoration: none;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  /*===== header navbar =======*/
  header,
  header.sticky {
    padding: 10px 20px;
  }
  header .navigation {
    display: none;
  }

  header .navigation.active {
    width: 100%;
    height: calc(100% - 68px);
    position: fixed;
    top: 68px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
  }
  header .navigation li {
    margin-left: 0;
  }
  header .navigation li a {
    color: #111;
    font-size: 1.6em;
  }
  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    filter: invert(1);
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.sticky .menuToggle {
    filter: invert(1);
  }
  /*----======= Hero =====----*/
  .banner {
    height: 65vh;
  }
  .banner .content h2 {
    font-size: 25px;
    color: #fff;
  }
  .banner .content p {
    font-size: 1em;
    padding: 15px;
    color: #fff;
  }
  /*----======= About =====----*/
  .row {
    flex-direction: column;
  }
  .row .col50 {
    position: relative;
    width: 100%;
  }

  .col50 {
    border: 5px solid red;
  }

  .about {
    padding: 20px;
  }
  .row .col50 .imgBx {
    height: 300px;
    margin-top: 20px;
  }

  /*---====== menu session =======----*/
  .menu {
    padding: 20px;
  }
  .menu .content .box {
    margin: 0px;
    border: none;
  }
  .menu .content .box .text h3 {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .parallax h2 {
    color: white;
    padding: 80px 42px;
    font-size: 25px;
  }

  .parallax {
    min-height: 0px;
  }

  .overlay {
    min-height: 0px;
  }

  .parallax h2 {
    font-size: 30px;
  }
}
