@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins';
  outline: none !important;
}

body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  background: none;
  border: none;
}

.fi {
  line-height: 1;
}

li {
  list-style-type: none;
}

.mini-t {
  font-weight: bold;
  color: #0E77B0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-title {
  text-align: center;
  margin-bottom: 25px;
}

.top-title h2 {
  margin: 0;
}

.btn {
  background: #0E77B0;
  color: #fff;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}

.hero .hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 4/1.5;
  background-size: cover;
  background-position: center;
}

.hero .hero-item .container {
  position: relative;
  height: 100%;
}

.hero .hero-item .content {
  position: absolute;
  height: calc(100% - 74px);
  bottom: 0;
  left: 0;
  padding: 25px;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .hero-item .content .t {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  color: #033359;
}

.hero .hero-item .content p {
  font-size: 18px;
  margin: 25px 0;
}

.about-section {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}

.about-section::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: rgba(14, 119, 176, 0.05);
  height: 80%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section h2 {
  margin: 7px 0;
}

.about-section p {
  margin: 17px 0;
}

.about-section .side-img {
  display: block;
  margin: auto;
  width: 95%;
}

.about-section.reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.why-us-section {
  margin: 70px 0;
}

.why-us-section .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-us-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  border-radius: 15px;
  margin-bottom: 30px;
  background-color: rgba(14, 119, 176, 0.05);
  padding: 25px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.why-us-section .box h3 {
  margin: 0;
  margin-bottom: 10px;
}

.why-us-section .box img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.why-us-section .box i {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  margin-right: 15px;
}

.why-us-section .box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 0 50px;
          box-shadow: rgba(0, 0, 0, 0.14) 0 0 50px;
  background-color: rgba(14, 119, 176, 0.07);
}

.services-section .cards-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-section .card {
  width: 23%;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  padding: 10px;
  background-color: rgba(14, 119, 176, 0.05);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.services-section .card h3 {
  margin: 0;
  line-height: 1.3;
  width: 170px;
  min-height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-section .card p {
  margin-bottom: 0px;
}

.services-section .card img {
  margin-top: -80px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.services-section .card .btn {
  position: relative;
  bottom: -25px;
}

.services-section .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 0 50px;
          box-shadow: rgba(0, 0, 0, 0.14) 0 0 50px;
  background-color: rgba(14, 119, 176, 0.07);
}

.services-section .card:hover img {
  top: -20px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-footer {
  width: 100%;
  background-image: url("../imgs/footer.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.top-footer h2 {
  max-width: 700px;
  margin: auto;
  margin-bottom: 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.top-footer .btn {
  background: #fff;
  color: #0E77B0;
}

footer {
  background-color: #033359;
  padding-top: 50px;
}

footer .part1 .imgspan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .part1 .imgspan h1 {
  color: #645d1c;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 5px;
}

footer .part1 .imgspan img {
  width: 30PX;
  height: 30PX;
  margin-top: 15px;
}

footer .part1 .imgspan span {
  margin-top: 0%;
  font-size: 10px;
  color: white;
  padding-left: 10px;
  padding-top: 0%;
}

footer .part1 .contact {
  color: #fff;
  font-size: 15px;
}

footer .part1 .contact li {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .part1 .contact li i {
  font-size: 18px;
  margin-right: 7px;
}

footer .part2 .links {
  color: #fff;
  font-size: 15px;
}

footer .part2 .links li {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .part2 .links li i {
  font-size: 18px;
  margin-right: 7px;
}

footer .part2 .links li a {
  color: #fff;
}

footer .part3 span {
  color: rgba(206, 194, 194, 0.836);
  font-weight: 400;
}

footer .part3 .input1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}

footer .part3 .input1 input {
  font-size: 15px;
  background-color: #0d071a;
  color: #fff;
  border: 0;
  padding: 6px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer .part3 .input1 .in {
  background-color: #0E77B0;
  padding: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .part3 .input1 .in button {
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
}

footer .part4 {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-size: 13px;
  color: #aaa;
  margin-top: 25px;
}

footer .t {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
