/*===============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;
}

/*----========= Hero Section =========----*/

.hero-parallax {
  background-image: url("../images/dropdown/slider2.jpg");
  min-height: 90vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-paralax-content {
  position: relative;
  top: 11rem;
}

.hero-paralax-content h1 {
  color: white;
  padding: 6rem 0px;
  /* margin: 5rem auto; */
  font-size: 54px;
  text-align: center;
}

.hero-parallax .overlay {
  background: #24211f8c;
  min-height: 90vh;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .hero-paralax-content h1 {
    font-size: 25px;
  }
}

/*------------------ Application ---------------------------------*/
.leftside,
.rightside {
  height: 100vh;
  width: 100%;
}

/*========== First Row ================*/

.first_left_side {
  margin-top: 15rem;
}

.first_left_side h2 {
  font-size: 40px;
  color: #0c5f95;
}

.first_left_side .para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 20px;
}

.first_left_side .hr2 {
  margin-left: 20px !important;
}
.first_right_side {
  margin-top: 6rem;
  width: 100%;
}
.first_right_side_img {
  height: 100%;
}
.first_right_side,
.first_right_side_img img {
  width: 100%;
  height: 84%;
}
.first_right_side::before {
  position: absolute;
  content: "";
  right: 38px;
  top: 46rem;
  border: 10px solid #c5ccd8;
  width: 40%;
  height: 75%;
  z-index: -4;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .first_right_side {
    margin-top: 0;
  }
  .first_left_side {
    margin-top: 2rem;
  }
  .first_right_side::before {
    display: none;
  }
  hr {
    display: none;
  }
  .first_left_side h2 {
    font-size: 30px;
    margin-left: 16px;
    color: #0c5f95;
  }
  .first_left_side .para {
    padding: 0 20px;
    /* padding-right: 20px; */
  }
  .col-md-6 {
    padding: 0;
  }
}

/* ===================== second row ============================ */
.second_leftside {
  margin-top: 6rem;
}

.second_leftside_img {
  height: 100%;
  padding-right: 20px;
}
.second_leftside,
.second_leftside_img img {
  width: 100%;
  height: 84%;
}

.second_leftside::before {
  position: absolute;
  content: "";
  left: 38px;
  top: 88rem;
  border: 10px solid #c5ccd8;
  width: 40%;
  height: 80%;
  z-index: -4;
}

.second_rightside {
  width: 100%;
  margin-top: 8rem;
  height: 91%;
}

.second_rightside h2 {
  font-size: 32px;
  color: #0c5f95;
}

.second_rightside .para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
}
.list_item ul {
  list-style: none;
}
.list_item li {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
}
/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .second_leftside::before {
    display: none;
  }

  .second_leftside {
    margin-top: 0;
  }
  .second_leftside_img {
    padding-right: 0px;
  }
  .second_rightside h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  .second_rightside {
    margin-top: 0;
  }
  .second_leftside,
  .second_leftside_img img {
    width: 100%;
    height: 100%;
  }
}

/*========== three Row ================*/

.three_left_side {
  margin-top: 6rem;
}

.three_left_side h2 {
  font-size: 40px;
  color: #0c5f95;
}

.three_left_side .para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 20px;
}

.three_left_side .hr2 {
  margin-left: 20px !important;
}
.three_right_side {
  margin-top: 6rem;
  width: 100%;
}
.three_right_side_img {
  height: 100%;
}
.three_right_side,
.three_right_side_img img {
  width: 100%;
  height: 84%;
}
.three_right_side::before {
  position: absolute;
  content: "";
  right: 38px;
  top: 132rem;
  border: 10px solid #c5ccd8;
  width: 40%;
  height: 80%;
  z-index: -4;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .three_right_side {
    margin-top: 0;
  }
  .three_left_side {
    margin-top: 2rem;
  }
  .three_right_side::before {
    display: none;
  }
  hr {
    display: none;
  }
  .three_left_side h2 {
    font-size: 30px;
    margin-left: 16px;
    color: #0c5f95;
  }
  .three_left_side .para {
    padding: 0 20px;
    /* padding-right: 20px; */
  }
  .col-md-6 {
    padding: 0;
  }
}

/*================== Fourth Row ===================*/
.four_leftside {
  margin-top: 6rem;
}

.four_leftside_img {
  height: 100%;
  padding-right: 20px;
}
.four_leftside,
.four_leftside_img img {
  width: 100%;
  height: 84%;
}

.four_leftside::before {
  position: absolute;
  content: "";
  left: 38px;
  top: 175em;
  border: 10px solid #c5ccd8;
  width: 40%;
  height: 78%;
  z-index: -4;
}

.four_rightside {
  width: 100%;
  margin-top: 11rem;
  height: 91%;
}

.four_rightside h2 {
  font-size: 32px;
  color: #0c5f95;
}

.four_rightside .para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
}
.list_item ul {
  list-style: none;
}
.list_item li {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .four_leftside::before {
    display: none;
  }

  .four_leftside {
    margin-top: 0;
  }
  .four_leftside_img {
    padding-right: 0px;
  }
  .four_rightside h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  .four_rightside {
    margin-top: 0;
  }
  .four_leftside,
  .four_leftside_img img {
    width: 100%;
    height: 100%;
  }
}

/* ===================== five row ============================ */

.five_left_side {
  margin-top: 6rem;
}

.five_left_side h2 {
  font-size: 40px;
  color: #0c5f95;
}

.five_left_side .para {
  font-size: 16px;
  color: #5a5a5a;
  font-family: Poppins, sans-serif;
  line-height: 29.7143px;
  text-align: justify;
  padding-right: 20px;
}

.five_left_side .hr2 {
  margin-left: 20px !important;
}
.five_right_side {
  margin-top: 6rem;
  width: 100%;
}
.five_right_side_img {
  height: 100%;
}
.five_right_side,
.five_right_side_img img {
  width: 100%;
  height: 84%;
}
.five_right_side::before {
  position: absolute;
  content: "";
  right: 38px;
  top: 218em;
  border: 10px solid #c5ccd8;
  width: 40%;
  height: 75%;
  z-index: -4;
}

/*------====== Media Queries ======------*/
@media only screen and (max-width: 991px) {
  .five_right_side {
    margin-top: 0;
  }
  .five_left_side {
    margin-top: 2rem;
  }
  .five_right_side::before {
    display: none;
  }
  hr {
    display: none;
  }
  .five_left_side h2 {
    font-size: 30px;
    margin-left: 16px;
    color: #0c5f95;
  }
  .five_left_side .para {
    padding: 0 20px;
    /* padding-right: 20px; */
  }
  .col-md-6 {
    padding: 0;
  }
  .list_item li {
    text-align: left;
  }
}

/*=========================
      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;
  }

  /*---====== 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;
  }
}
