* {
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #101828;
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .displayFlex {
  gap: 25px;
}

.displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.displayFlex ul {
  text-decoration: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.displayFlex ul li a {
  color: #fff;
  font-size: 20px;
}
.displayFlex ul li i {
  color: #fff;
}

ul a {
  text-decoration: none;
}

.dropdown {
  position: absolute;
  left: -30px;
  top: 80px;
  display: none;
  z-index: 999;
}
.dropdown ul {
  background-color: white;
  color: rgb(29, 29, 29);
  border-radius: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  text-align: start;
}
.dropdown ul .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.dropdown ul li {
  width: 250px;
}
.dropdown ul li h3 {
  color: #101828;
}
.dropdown ul li a h1 {
  color: #101828;
}
.dropdown ul span {
  color: rgb(75, 75, 75);
}
.dropdown ul i {
  color: #2675A7;
}

li {
  position: relative;
}

.show {
  display: block !important;
}

.hero-cnt .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  left: 30%;
  top: 250px;
}
.hero-cnt .displayFlex .header {
  font-weight: 500;
  font-size: 45px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
.hero-cnt .displayFlex p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.hero {
  background: url(hero.jpg);
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 121, 208, 0.669)), to(rgba(74, 121, 208, 0.669))), url(hero.jpg);
  background: linear-gradient(rgba(74, 121, 208, 0.669), rgba(74, 121, 208, 0.669)), url(hero.jpg);
  background-size: cover;
}
.hero nav .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero nav .displayFlex pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero nav .displayFlex pad .logo {
  padding-right: 35px;
}

.btn {
  background-color: rgba(255, 230, 0, 0.0901960784);
  border: #FFE500 1px solid;
  border-radius: 15px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}
.btn a {
  text-decoration: none;
  color: #fff;
}
.btn i {
  margin-left: 12px;
  color: #fff;
}

.search i {
  color: #fff;
}
.search .searchbar {
  border: 1px solid white;
  border-radius: 15px;
  position: absolute;
  left: 30%;
  top: 200px;
  padding: 15px 850px 15px 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.search .searchbar i {
  color: rgb(59, 59, 59);
  margin-left: 10px;
  margin-right: 10px;
}
.search .searchbar span {
  color: rgb(59, 59, 59);
}

.nav {
  position: fixed;
  width: 100%;
  background-color: #101828;
  z-index: 99999;
}
.nav .search i {
  color: #fff;
}
.nav .search .searchbar {
  border: 1px solid white;
  border-radius: 15px;
  position: absolute;
  left: 30%;
  top: 200px;
  padding: 15px 850px 15px 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7C7D82;
}
.nav .search .searchbar i {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.nav .search .searchbar span {
  color: white;
}

@media (max-width: 992px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .displayFlex {
    gap: 25px;
  }
  .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
  }
  .displayFlex ul {
    text-decoration: none;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .displayFlex ul li a {
    color: #fff;
    font-size: 15px;
  }
  .displayFlex ul li i {
    color: #fff;
  }
  ul a {
    text-decoration: none;
  }
  .dropdown {
    position: absolute;
    left: -30px;
    top: 80px;
    display: none;
    z-index: 999;
  }
  .dropdown ul {
    background-color: white;
    color: rgb(29, 29, 29);
    border-radius: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    text-align: start;
  }
  .dropdown ul .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .dropdown ul li {
    width: 250px;
  }
  .dropdown ul li h3 {
    color: #101828;
  }
  .dropdown ul li a h1 {
    color: #101828;
  }
  .dropdown ul span {
    color: rgb(75, 75, 75);
  }
  .dropdown ul i {
    color: #2675A7;
  }
  li {
    position: relative;
  }
  .show {
    display: block !important;
  }
  .hero-cnt .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    left: 50px;
    top: 60px;
    gap: 5px;
  }
  .hero-cnt .displayFlex .header {
    font-weight: 500;
    font-size: 25px;
    line-height: 72px;
    text-align: center;
    color: #fff;
  }
  .hero-cnt .displayFlex p {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 650px;
  }
  .hero {
    background: url(hero.jpg);
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    width: 120%;
    height: 80vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 121, 208, 0.669)), to(rgba(74, 121, 208, 0.669))), url(hero.jpg);
    background: linear-gradient(rgba(74, 121, 208, 0.669), rgba(74, 121, 208, 0.669)), url(hero.jpg);
    background-size: cover;
  }
  .hero nav .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero nav .displayFlex pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero nav .displayFlex pad .logo {
    padding-right: 15px;
  }
  .btn {
    background-color: rgba(255, 230, 0, 0.0901960784);
    border: #FFE500 1px solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  .btn a {
    text-decoration: none;
    color: #fff;
  }
  .btn i {
    margin-left: 12px;
    color: #fff;
  }
  .search i {
    color: #fff;
  }
  .search .searchbar {
    border: 1px solid white;
    border-radius: 15px;
    position: absolute;
    left: 30%;
    top: 130px;
    padding: 15px 450px 15px 10px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .search .searchbar i {
    color: rgb(59, 59, 59);
    margin-left: 10px;
    margin-right: 10px;
  }
  .search .searchbar span {
    color: rgb(59, 59, 59);
  }
  .nav {
    position: fixed;
    width: 100%;
    background-color: #101828;
    z-index: 99999;
  }
  .nav .search i {
    color: #fff;
    font-size: 20px;
  }
  .nav .search .searchbar {
    border: 1px solid white;
    border-radius: 15px;
    position: absolute;
    left: 30%;
    top: 130px;
    padding: 15px 450px 15px 10px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #7C7D82;
  }
  .nav .search .searchbar i {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav .search .searchbar span {
    color: white;
  }
}
@media (min-width: 992px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .container .displayFlex {
    gap: 25px;
  }
  .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
  }
  .displayFlex ul {
    text-decoration: none;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .displayFlex ul li a {
    color: #fff;
    font-size: 18px;
  }
  .displayFlex ul li i {
    color: #fff;
  }
  ul a {
    text-decoration: none;
  }
  .dropdown {
    position: absolute;
    left: -30px;
    top: 80px;
    display: none;
    z-index: 999;
  }
  .dropdown ul {
    background-color: white;
    color: rgb(29, 29, 29);
    border-radius: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    text-align: start;
  }
  .dropdown ul .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .dropdown ul li {
    width: 250px;
  }
  .dropdown ul li h3 {
    color: #101828;
  }
  .dropdown ul li a h1 {
    color: #101828;
  }
  .dropdown ul span {
    color: rgb(75, 75, 75);
  }
  .dropdown ul i {
    color: #2675A7;
  }
  li {
    position: relative;
  }
  .show {
    display: block !important;
  }
  .hero-cnt .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    position: relative;
    top: 120px;
    left: 80px;
  }
  .hero-cnt .displayFlex .header {
    font-weight: 500;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    color: #fff;
  }
  .hero-cnt .displayFlex p {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 800px;
  }
  .hero {
    background: url(hero.jpg);
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 120vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 121, 208, 0.669)), to(rgba(74, 121, 208, 0.669))), url(hero.jpg);
    background: linear-gradient(rgba(74, 121, 208, 0.669), rgba(74, 121, 208, 0.669)), url(hero.jpg);
    background-size: cover;
  }
  .hero nav .displayFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero nav .displayFlex pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero nav .displayFlex pad .logo {
    padding-right: 15px;
  }
  .btn {
    background-color: rgba(255, 230, 0, 0.0901960784);
    border: #FFE500 1px solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .btn a {
    text-decoration: none;
    color: #fff;
  }
  .btn i {
    margin-left: 12px;
    color: #fff;
  }
  .search i {
    color: #fff;
  }
  .search .searchbar {
    border: 1px solid white;
    border-radius: 15px;
    position: absolute;
    left: 30%;
    top: 130px;
    padding: 15px 450px 15px 10px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .search .searchbar i {
    color: rgb(59, 59, 59);
    margin-left: 10px;
    margin-right: 10px;
  }
  .search .searchbar span {
    color: rgb(59, 59, 59);
  }
  .nav {
    position: fixed;
    width: 100%;
    background-color: #101828;
    z-index: 99999;
  }
  .nav .search i {
    color: #fff;
  }
  .nav .search .searchbar {
    border: 1px solid white;
    border-radius: 15px;
    position: absolute;
    left: 30%;
    top: 130px;
    padding: 15px 450px 15px 10px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #7C7D82;
  }
  .nav .search .searchbar i {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav .search .searchbar span {
    color: white;
  }
}
.campaigns {
  background-color: #f9f9ff;
}
.campaigns .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.campaigns .displayFlex h1 {
  font-weight: 700;
  font-size: 45px;
}
.campaigns .container .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 35px 45px;
  gap: 50px;
}
.campaigns .container .row .col {
  border-radius: 15px;
}
.campaigns .container .row .col .box {
  background-color: rgba(16, 24, 40, 0.1450980392);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
.campaigns .container .row .col .box .top {
  width: 100%;
}
.campaigns .container .row .col .box .top img {
  width: 100%;
}
.campaigns .container .row .col .box .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  gap: 25px;
  padding: 10px;
}
.campaigns .container .row .col .box .mid h6 {
  font-weight: 500;
  font-size: 25px;
}
.campaigns .container .row .col .box .mid p {
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
.campaigns .container .row .col .box .footer {
  margin-left: 15px;
}
.campaigns .container .row .col .box .footer a {
  text-decoration: none;
}
.campaigns .container .header {
  font-weight: 500;
  font-size: 5px;
  line-height: 72px;
  text-align: center;
}
.campaigns .container p {
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.campaigns .d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  body {
    margin: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .campaigns {
    padding: 50px 0;
    background-color: #f9f9ff;
    width: 120%;
    height: auto;
  }
  .campaigns .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .campaigns .container .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .campaigns .container .row .col .box {
    background-color: rgba(16, 24, 40, 0.1450980392);
    border-radius: 15px;
    overflow: hidden;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .campaigns {
    padding: 50px 0;
    background-color: #f9f9ff;
    width: 100%;
    height: auto;
  }
  .campaigns .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .campaigns .container .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .campaigns .container .row .col .box {
    background-color: rgba(16, 24, 40, 0.1450980392);
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
  }
}
.who_we_are .container {
  padding: 80px 105px;
}
.who_we_are .container .row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.who_we_are .container .row .col h1 {
  color: #101828;
  text-align: start;
  font-weight: 700;
  font-size: 45px;
}
.who_we_are .container .row .col p {
  color: #101828;
  text-align: start;
  padding-bottom: 20px;
}
.who_we_are .container .row .col a {
  color: #1D6FA3;
  text-decoration: none;
}
.who_we_are .container .row .col a i {
  color: #1D6FA3;
}
.who_we_are .container .row .col .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.who_we_are .container .row .col .box1 img:hover {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.who_we_are .container .row .col .box1 .area .box {
  width: 328px;
  height: 415px;
  border-radius: 16px;
  overflow: hidden;
}
.who_we_are .container .row .col .box1 .area .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who_we_are .container .row .col .box1 .area h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.who_we_are .container .row .col-2 {
  padding-top: 100px;
}
.who_we_are .container .row .col-2 .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.who_we_are .container .row .col-2 .box1 img:hover {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.who_we_are .container .row .col-2 .box1 .area .box {
  width: 328px;
  height: 415px;
  border-radius: 16px;
  overflow: hidden;
}
.who_we_are .container .row .col-2 .box1 .area .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who_we_are .container .row .col-2 .box1 .area h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel .container {
  padding: 15px 50px;
}
.carousel .container .arrow-left img {
  width: 355px;
}
.carousel .container .logo img {
  width: 200px;
}
.carousel .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel .container {
  padding: 80px 80px;
}

.news {
  padding: 80px 80px;
  background-color: #e0e0e6;
}
.news .container {
  padding: 0 105px;
  display: block;
}
.news .container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.news .container .head h1 {
  color: #101828;
}
.news .container .head p {
  color: #101828;
  width: 85%;
}
.news .container .box .row {
  padding-top: 15px;
  display: grid;
  gap: 48px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(4, 1fr);
}
.news .container .box .row .col-hidden {
  display: none;
}
.news .container .box .row .col-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 15px;
  gap: 48px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .container .box .row .col {
  width: 315px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.news .container .box .row .col .box-1 {
  width: 315px;
  height: 201px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .container .box .row .col .box-1 img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.news .container .box .row .col .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .container .box .row .col .txt-box h3 {
  color: #101828;
  font-size: 20px;
  padding-left: 10px;
}
.news .container .box .row .col .txt-box p {
  color: #101828;
  font-size: 19px;
  text-align: start;
  padding-left: 10px;
}
.news .container .box .row .col .footer {
  margin-top: 15px;
  margin-left: 15px;
  text-align: left;
  padding-bottom: 10px;
}
.news .container .box .row .col .footer a {
  color: #1D6FA3;
  text-decoration: none;
}
.news .container .box .row .col .footer a i {
  color: #1D6FA3;
}
.news .container .foot {
  text-align: center;
  margin-top: 60px;
  display: block;
}
.news .container .foot a {
  border: 1px #1D6FA3 solid;
  color: #101828;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.latest_resources {
  background-color: #f9f9ff;
}
.latest_resources .container {
  padding: 25px 105px;
  display: block;
  text-align: center;
}
.latest_resources .container h1 {
  color: #101828;
  padding-top: 25px;
  font-weight: 600;
  font-size: 32px;
}
.latest_resources .container h4 {
  color: #101828;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 400;
}
.latest_resources .container .displayGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 15px 85px;
  gap: 30px;
}
.latest_resources .container .displayGrid .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 25px;
  background-color: #fff;
  border-radius: 25px;
  padding: 35px;
  margin-top: 20px;
}
.latest_resources .container .displayGrid .box .footer {
  text-align: left;
}
.latest_resources .container .displayGrid .box .footer a {
  color: #1D6FA3;
  text-decoration: none;
}
.latest_resources .container .displayGrid .box .footer a i {
  color: #1D6FA3;
}
.latest_resources .container .displayGrid .box h2 {
  color: #101828;
  font-size: x-large;
  text-align: left;
}
.latest_resources .container .displayGrid .box p {
  color: #101828;
  font-size: large;
  font-weight: 400;
  text-align: left;
}
.latest_resources .container .displayGrid .box .tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest_resources .container .displayGrid .box .tool i {
  padding: 10px;
  border-radius: 10px;
  background-color: #eddbff;
  color: #a276ff;
  font-size: x-large;
}
.latest_resources .container .displayGrid .box .tool h6 {
  color: #101828;
  font-size: 18px;
  font-weight: 400;
}
.latest_resources .container .foot {
  text-align: center;
  margin-top: 30px;
  display: block;
}
.latest_resources .container .foot a {
  border: 2px #1D6FA3 solid;
  color: #101828;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.contact {
  background-color: #f9f9ff;
}
.contact .container {
  padding: 25px 105px;
  display: block;
}
.contact .container .h1 {
  color: #101828;
  padding-top: 25px;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.contact .container p {
  color: #101828;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.contact .container form {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .container form .mb-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .container form .mb-1 .form-label {
  color: #101828;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 500;
}
.contact .container form .mb-1 .form-control {
  border-radius: 10px;
  margin-top: 15px;
  width: 300px;
  height: 45px;
  padding: 0 15px;
  border: 1px rgba(196, 196, 196, 0.598) solid;
}
.contact .container form .mb-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}
.contact .container form .mb-2 .form-label {
  color: #101828;
  font-size: 16px;
  font-weight: 500;
}
.contact .container form .mb-2 .form-control {
  border-radius: 10px;
  margin-top: 15px;
  width: 650px;
  height: 45px;
  padding: 0 15px;
  border: 1px rgba(196, 196, 196, 0.598) solid;
}
.contact .container form .mb-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}
.contact .container form .mb-3 .form-label {
  color: #101828;
  font-size: 16px;
  font-weight: 500;
}
.contact .container form .mb-3 .form-control {
  border-radius: 10px;
  margin-top: 15px;
  width: 650px;
  height: 145px;
  padding: 0 15px;
  border: 1px rgba(196, 196, 196, 0.598) solid;
}
.contact .container form .form-submit {
  margin: 15px 0;
  padding: 10px 25px;
  width: 120px;
  background-color: #f9f9ff;
  border: #1D6FA3 1px solid;
  border-radius: 5px;
  font-size: large;
  text-align: center;
}

.hero2 {
  background: url(hero2.jpg);
  position: relative;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 80vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 136, 215, 0.5882352941)), to(rgba(9, 49, 87, 0.568627451))), url(hero2.jpg);
  background: linear-gradient(rgba(51, 136, 215, 0.5882352941), rgba(9, 49, 87, 0.568627451)), url(hero2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container {
  padding: 0 150px;
  padding-top: 250px;
}
.footer .container .displayGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.footer .container .displayGrid .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .container .displayGrid .logo img {
  width: 180px;
}
.footer .container .displayGrid .logo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  width: 304px;
  text-align: left;
  color: #f9f9ff;
}
.footer .container .displayGrid .logo .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
}
.footer .container .displayGrid .logo .displayFlex i {
  padding: 10px;
  border-radius: 50%;
  background-color: #f9f9ff;
}
.footer .container .displayGrid .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .container .displayGrid .links .link h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #fff;
}
.footer .container .displayGrid .links .link ul {
  text-decoration: none;
  list-style: none;
}
.footer .container .displayGrid .links .link ul li {
  padding: 5px 0;
  font-weight: 300;
  font-size: 14px;
}
.footer .container .displayGrid .links .link ul li a {
  text-decoration: none;
  color: #fff;
}
.footer .container .displayGrid .links .resources h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #fff;
}
.footer .container .displayGrid .links .resources ul {
  text-decoration: none;
  list-style: none;
}
.footer .container .displayGrid .links .resources ul li {
  padding: 5px 0;
  font-weight: 300;
  font-size: 14px;
}
.footer .container .displayGrid .links .resources ul li a {
  text-decoration: none;
  color: #fff;
}
.footer .container .displayGrid .links .work h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #fff;
}
.footer .container .displayGrid .links .work ul {
  text-decoration: none;
  list-style: none;
}
.footer .container .displayGrid .links .work ul li {
  padding: 5px 0;
  font-weight: 300;
  font-size: 14px;
}
.footer .container .displayGrid .links .work ul li a {
  text-decoration: none;
  color: #fff;
}

.footer_end .displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 125px;
}
.footer_end .displayFlex img {
  width: 120px;
}
.footer_end .displayFlex p {
  color: #7C7D82;
  font-weight: 400;
  font-size: 14px;
}

.arrow {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999999;
}
.arrow i {
  text-align: center;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: rgba(124, 125, 130, 0.3019607843);
  color: rgba(16, 24, 40, 0.3529411765);
  font-size: larger;
}/*# sourceMappingURL=style.css.map */