* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.wrap {
  height: 3000px;
}

.headline {
  height: 60px;
  background-color: #0B1D57;
}

.header-new {
  transition: height 0.5s ease-in;
}

.header-new.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
}

/* Setup header */
header {
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000000;
}

header .logo-box {
  position: relative;
  margin-left: 7rem;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.7rem;
}

.logo-box .logo {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background-color: var(--primary);
}

.logo img {
  width: 180px;
  height: 70px;
  margin-top:-10px;
  line-height: 0px;
}

.logo .logo-letters {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.logo-box .logo-text {
  font-size: 20px;
  color: var(--text);
}

header nav {
  position: relative;
  margin-right: 8rem;
  width: auto;
  height: auto;
  display: flex;
  gap: 0.5rem;
}

nav .header-link {
  font-size: 15px;
  padding: 6px 12px;
  color: var(--text-secondary);
  border-bottom: 5px solid transparent;
  text-decoration: none;
  font-weight: 600;
}

nav .header-link:hover {
  transition: 0.3s ease;
  cursor: pointer;
  border-bottom: 5px solid var(--primary);
}

.menu-button,
.sidebar {
  display: none;
}

.header-link55 {
  padding: 8px 14px;
  background-color: #0B1D57;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

@media screen and (max-width: 1200px) {
  header .logo-box {
    margin-left: 1rem;
  }
  header nav {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .logo-box .logo-text {
    font-size: 18px;
  }
  header nav {
    display: none;
  }
  .menu-button {
    display: block;
    position: relative;
    margin-right: 1rem;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 24px;
    border-radius: 8px;
    border: none;
    background-color: transparent;
  }
  .menu-button:hover {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background);
  }
  .menu-button:focus {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background-dark);
  }
  .sidebar {
    position: absolute;
    right: 0;
    display: none;
    flex-direction: column;
    width: 90%;
    height: 100vh;
    background-color: white;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.15);
    z-index: 1100000;
    /*     animation: sidebarIn 1s 0s forwards; */
  }
  @keyframes sidebarIn {
    0% {
      opacity: 0;
      transform: translateX(25rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes sidebarOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateX(30rem);
    }
  }
  .sidebar .sidebar-header {
    position: relative;
    width: 100%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--white-90);
  }
  .sidebar-header .sidebar-title {
    position: relative;
    margin-left: 1rem;
    font-size: 22px;
    font-weight: 600;
  }
  .sidebar-header .close-button {
    position: relative;
    margin-right: 1rem;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 16px;
    border-radius: 8px;
    border: none;
  }
  .close-button:hover {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background);
  }
  .close-button:focus {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background-dark);
  }
  .sidebar .sidebar-link {
    position: relative;
    padding: 16px 0 16px 1rem;
    font-size: 18px;
    border-bottom: 1px solid var(--white-90);
    color: var(--text-secondary);
  }
  .sidebar .sidebar-link:hover {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background);
  }
  .sidebar .sidebar-link:focus {
    transition: 0.3s ease;
    cursor: pointer;
    background-color: var(--background-dark);
  }
}
.gfgf h6 {
  line-height: 60px;
  color: white;
  font-weight: 400;
  /*border-left: 1px solid white;*/
  text-align: right;
}
.gfgf a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.gfgf i {
  padding-right: 5px;
}

.gfgf5 h6 {
  line-height: 60px;
  color: white;
  font-weight: 400;
  text-align: right;
}
.gfgf5 a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.gfgf5 i {
  padding-right: 5px;
}

.gfg2f h6 {
  line-height: 60px;
  color: white;
  font-weight: 400;
  border-left: 1px solid white;
  padding-left: 40px;
}
.gfg2f a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.gfg2f i {
  padding-right: 5px;
}

/* end banner section css   */
/*  start banner section css  */
.dgdfghgbdfgdf {
  width: 100%;
  height: 500px;
  background-color: #0B1D57;
}

.dfghdfg {
  width: 95%;
  height: 500px;
}
.dfghdfg img {
  width: 100%;
  height: 100%;
}

.dfgdfgdfg h2 {
  color: white;
  font-size: 40px;
  font-style: 600;
  padding-top: 120px;
}
.dfgdfgdfg span {
  color: red;
}
.dfgdfgdfg p {
  color: white;
  font-size: 18px;
  padding-top: 10px;
}

.sdbfghsdgsdf {
  margin-top: 30px;
}

.btn15 {
  padding: 10px 30px;
  border: 2px solid white;
  color: #0B1D57;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 20px;
}

.btn155 {
  padding: 10px 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 8px;
  background-color: transparent;
}

.xdhfgdsf {
  width: 100%;
  height: 400px;
}
.xdhfgdsf img {
  width: 100%;
  height: 100%;
}

.djhvfbsdsdf {
  width: 100%;
  padding: 40px 0;
}

.fhsfgsdf {
  width: 100%;
  text-align: center;
}
.fhsfgsdf h2 {
  color: #0B1D57;
  font-weight: 700;
  font-size: 40px;
}

.gbndfhgdf {
  margin-top: 40px;
}

.btn19 {
  padding: 8px 25px;
  border: 2px solid #0B1D57;
  color: #ffffff;
  border-radius: 8px;
  background-color: #0B1D57;
  margin-right: 20px;
}

.fhdsdf {
  margin-top: 50px;
}
.fhdsdf h2 {
  color: #0B1D57;
  font-weight: bold;
  font-size: 38px;
}
.fhdsdf p {
  font-size: 18px;
  padding-top: 5px;
}
.fhdsdf button {
  margin-top: 10px;
}

.gbdfhgdfgdf {
  width: 100%;
  padding: 40px 0;
}

.fbfdg {
  width: 100%;
  height: 200px;
}
.fbfdg img {
  width: 100%;
  height: 100%;
}

.dgdfhgdfg {
  width: 100%;
  text-align: center;
}
.dgdfhgdfg h2 {
  color: #0B1D57;
  font-weight: 700;
  font-size: 40px;
}
.dgdfhgdfg p {
  color: black;
  font-size: 17px;
}

.gdfbghdfg {
  margin-top: 60px;
}

.dfgfhfg {
  padding: 20px;
}
.dfgfhfg h4 {
  color: #0B1D57;
  font-size: 22px;
  font-weight: 600;
  height: 50px;
}
.dfgfhfg h6 {
  font-size: 16px;
  color: gray;
  height: 70px;
  font-weight: 400;
}

.dbfghdfd {
  display: flex;
  justify-content: space-between;
}

.jhcf {
  color: gray;
}

.bfb button {
  width: 100%;
  height: 42px;
  color: #fff;
  background-color: #0B1D57;
  border: none;
  line-height: 42px;
  font-size: 16px;
  color: white;
}

.ldfxfgfg {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.sfvbdfghdfgd {
  width: 100%;
  padding: 70px 0;
}

.dfhf {
  text-align: center;
}
.dfhf img {
  width: 70px;
  height: 70px;
}

.dfhfgh {
  text-align: center;
}

.sdfhsdf {
  margin-bottom: 40px;
  text-align: center;
}
.sdfhsdf h2 {
  color: #0B1D57;
  font-size: 40px;
  font-weight: 700;
}

.dfhfgh {
  margin-top: 12px;
}
.dfhfgh h6 {
  line-height: 22px;
}

.sfvbdfghdfgd {
  background-color: #e0f6f8;
}

.gfdfg {
  padding: 20px 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom:20px !important;
}

.dkjhdfgdfg {
  width: 100%;
  padding: 40px 0;
}

.hgyu h2 {
  color: #0B1D57;
  font-size: 35px;
  font-weight: bold;
}
.hgyu p {
  font-size: 18px;
}

.dfgdfgf {
  width: 100%;
  height: 400px;
}
.dfgdfgf img {
  width: 100%;
  height: 100%;
}

.dfvdfghdfgdfgdfg {
  margin-top: 60px;
  padding: 30px 0;
  background-color: #fdf3db;
}

.dfghfgdfg h4 {
  font-size: 28px;
  color: #0B1D57;
}
.dfghfgdfg p {
  font-size: 18px;
  color: #0B1D57;
}

.dfbdfh button {
  padding: 14px 35px;
  border: 0;
  background-color: #0B1D57;
  color: white;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 4px;
}

.dfnjhdf .form-control {
  padding: 14px;
}

.fgdfyg p {
  color: #0B1D57;
  font-size: 13px;
  padding-top: 10px;
}

.dfgbhyhbgdfg {
  padding: 30px 0;
  background-color: #0B1D57;
}

.nhfgfg {
  width: 100%;
  height: 120px;
}

.nhfgfg h6
{
    color:white !important;
    font-size:17px;
    font-weight:400;
}
.nhfgfg img {
  width: 100%;
  height: 100%;
}

.nhfgfg h4 {
  color: white;
  margin-bottom: 10px;
}
.nhfgfg p {
  color: #e0f6f8;
}

.ggdfsdf {
  font-size: 35px;
  color: #e0f6f8;
}

.sfhufsrdf {
  color: white;
}

.sfhufsrdf a 
{
    color:white;
    text-decoration:none;
}

.sfhufsrdf a:hover 
{
    color:white;
}
.sfhufsrdf p {
  margin-bottom: 0;
}
.sfhufsrdf h4 {
  padding-bottom: 10px;
}

.fgjhdfgdf {
  display: flex;
  margin-top: 20px;
  text-align: center;
  margin: auto;
}

.fgjhdfgdf5 p
{
    color:white;
    padding-top:70px;
}
.fgjhdfgdf h6 {
  padding-right: 10px;
  color: white;
  font-weight: 400;
  padding-top: 40px;
}

.sfhufsrdf p {
  padding-bottom: 5px;
}

/*  end banner section css  *//*# sourceMappingURL=style.css.map */