@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}
.header .navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-primary .navbar-collapse {
  flex-grow: inherit;
}
.header .navbar-primary .is-mobile-view {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1rem;
  margin-top: 1rem;
  display: none;
}
@media screen and (max-width: 991px) {
  .header .navbar-primary .is-mobile-view {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-primary button.btn {
    display: none;
  }
}
.header .navbar-primary .nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0;
}
.header .navbar-secondary {
  background: #0f2445;
}
.header .navbar-secondary .nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: 200;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .header .navbar-secondary {
    display: none;
  }
}
.header .navbar-secondary .navbar-nav {
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header .navbar {
    padding: 0;
    line-height: 3rem;
  }
  .header .navbar .dropdown-menu {
    line-height: initial;
    min-width: 330px;
  }
  .header .dropdown .dropdown-menu {
    display: none;
  }
  .header .dropdown:hover > .dropdown-menu,
  .header .dropend:hover > .dropdown-menu {
    display: block;
  }
  .header .dropdown:hover > .dropdown-menu {
    margin-top: -0.5rem;
  }
  .header .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -0.5rem;
    left: 100%;
    margin-left: 0;
  }
}
.header .dropdown-toggle::after {
  top: 5px;
  position: relative;
}
.header .dropend .dropdown-toggle::after {
  top: 0;
  position: relative;
}
.header .navbar-nav .dropdown-menu {
  padding: 0;
}

.btn {
  background-color: #4a8bc3;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  transition: 0.4s;
}
.btn:hover {
  background-color: #0f2445;
  color: #4a8bc3;
}

.intro {
  overflow: hidden;
  /* Styling individual navigation buttons */
  /* Positioning specific arrows */
}
.intro .item {
  height: auto;
  position: relative;
}
.intro .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .item img.desk {
  display: none;
}
@media screen and (min-width: 992px) {
  .intro .item img.desk {
    display: block;
  }
  .intro .item img.mobile {
    display: none;
  }
}
.intro .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
}
.intro .item .cover .header-content {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
}
.intro .item .cover .header-content h2,
.intro .item .cover .header-content h3,
.intro .item .cover .header-content p {
  color: #000;
}
.intro .item .cover .header-content h3 {
  font-weight: 700;
  font-size: 16px;
}
.intro .item .cover .header-content h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
}
.intro .item .cover .header-content p {
  font-weight: 300;
  font-size: 14px;
}
.intro .item .cover .header-content.is-light h2,
.intro .item .cover .header-content.is-light h3,
.intro .item .cover .header-content.is-light p {
  color: #fff;
}
.intro .owl-item.active h3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.intro .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
}
.intro .owl-item.active p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.intro .owl-item.active a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.2s;
}
.intro .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.intro .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: none;
  justify-content: space-between;
  padding: 0 10px; /* Adjust padding as needed */
}
.intro .owl-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 2em; /* Adjust icon size */
  color: #333; /* Adjust icon color */
  cursor: pointer;
  outline: none; /* Remove outline on focus */
}
.intro .owl-carousel .owl-nav button:hover {
  color: #007bff; /* Hover effect */
}
.intro .owl-carousel .owl-prev {
  left: 0;
}
.intro .owl-carousel .owl-next {
  right: 0;
}
.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.py-70 {
  padding: 32px 0;
}

h2 {
  font-size: 45px;
  color: #000;
  font-weight: 700;
  position: relative;
}
h2.decor {
  padding-bottom: 1rem;
}
h2.decor::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.location-list h2 {
  font-size: 30px;
}

.owl-carousel .owl-item .locations-card {
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 20px;
}
.owl-carousel .owl-item .locations-card:last-child {
  margin-bottom: 0;
}
.owl-carousel .owl-item .locations-card::after {
  content: "";
  width: 1px;
  height: 60px;
  background: #000;
  position: absolute;
  right: 30px;
  top: 0;
}
.owl-carousel .owl-item .locations-card img {
  height: 60px;
  width: auto;
}
.owl-carousel .owl-item .locations-card h5 {
  font-size: 18px;
  color: #4a8bc3;
  font-weight: 700;
  margin: 0;
}
.owl-carousel .owl-item .locations-card a {
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
.owl-carousel .owl-item .locations-card a:hover {
  color: #4a8bc3;
}

.mt-50 {
  margin-top: 50px;
}

.epertise {
  background: #0f2445 url(../images/girl.jpg) no-repeat left top;
  background-size: cover;
  color: #fff;
}
.epertise h5 {
  font-size: 16px;
}
.epertise h2 {
  color: #fff;
  font-weight: 600;
}
.epertise p {
  margin-top: 2rem;
}
.epertise ul.expertise--count-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 2rem;
  gap: 2rem;
}
.epertise ul.expertise--count-list li {
  text-align: center;
  width: 100%;
}
.epertise ul.expertise--count-list li h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 900;
  color: #4a8bc3;
  line-height: 1;
}
.epertise ul.expertise--count-list li h3 span {
  color: #fff;
}
.epertise ul.expertise--count-list li h4 {
  margin: 0;
  font-size: 19px;
  color: #fff;
  font-weight: 300;
}
.epertise .btn.is-outline {
  background: none;
  border: #fff 2px solid;
  padding: 10px 30px;
  margin-top: 20px;
}
.epertise .btn.is-outline:hover {
  background: #fff;
  color: #4a8bc3;
}

.principle-card-list {
  margin-top: 2rem;
}
.principle-card-list .col-lg-4 {
  padding: 0 25px;
}
.principle-card-list .principle-card {
  text-align: center;
}
.principle-card-list .principle-card .principle-card--icon {
  width: 150px;
  height: 150px;
  background: url(../images/blob.svg) no-repeat center center;
  text-align: center;
  background-size: cover;
  margin: 0 auto;
}
.principle-card-list .principle-card .principle-card--icon img {
  height: 50px;
  margin-top: 50px;
}
.principle-card-list .principle-card h2 {
  font-size: 29px;
  color: #000;
  font-weight: 700;
  margin: 16px 0 0;
}
.principle-card-list .principle-card p {
  font-size: 18px;
  color: #444;
  margin: 16px 0;
}
.principle-card-list .principle-card .btn-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.4s;
}
.principle-card-list .principle-card .btn-icon:hover {
  background: #4a8bc3;
  color: #fff;
}

.service-list {
  background-image: url(../images/service-curve.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
  background-color: #0f2445;
}
.service-list .service-list--head {
  justify-content: space-between;
}
.service-list .service-list--head h5 {
  color: #4a8bc3;
  text-transform: uppercase;
}
.service-list .service-list--head h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}
.service-list .service-list--head p {
  font-size: 17px;
  color: #8ba3c8;
}
.service-list .service-list--card {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 30px;
}
.service-list .service-list--card img {
  overflow: hidden;
  transition: 0.4s;
  scale: 1.1;
}
.service-list .service-list--card .service-list--card--txtbox {
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  padding: 0 3rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-list .service-list--card .service-list--card--txtbox .btn-icon {
  margin-bottom: 0.5rem;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transform: rotate(-45deg);
  transition: 0.4s;
}
.service-list .service-list--card .service-list--card--txtbox h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.service-list .service-list--card:hover img {
  scale: 1;
}
.service-list .service-list--card:hover .btn-icon {
  transform: rotate(0);
}

.cta {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: #0f2445;
  color: #fff;
  height: 520px;
}
.cta img {
  opacity: 0.2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta h2 {
  color: #fff;
  font-size: 32px;
  line-height: 46px;
}
.cta p {
  margin: 8px 0 20px;
}
.cta .cta-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.core-service {
  background: #0f2445;
}
.core-service h2,
.core-service h5 {
  color: #fff;
}
.core-service h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.core-service .decor::after {
  background: #fff;
}
.core-service ul.core-service--list {
  margin-top: 50px;
  color: #fff;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.core-service ul.core-service--list li {
  padding: 2rem;
  width: 100%;
  border-bottom: 1px solid #273a58;
}
.core-service ul.core-service--list li .core-service--list--box {
  text-align: center;
}
.core-service ul.core-service--list li .core-service--list--box img {
  height: 50px;
}
.core-service ul.core-service--list li .core-service--list--box h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1.5rem 0;
}

.testimonials {
  overflow-x: hidden;
  background: #0f2445;
  background: linear-gradient(180deg, rgb(15, 36, 69) 10%, rgb(32, 100, 155) 100%);
}
.testimonials h2,
.testimonials h5 {
  color: #fff;
}
.testimonials h5 {
  font-size: 14px;
}
.testimonials .decor::after {
  background: #fff;
}

.membership-logos h2 {
  font-size: 25px;
}

.dummy {
  background: #0f2445;
  background: linear-gradient(90deg, rgb(15, 36, 69) 6%, rgb(32, 98, 153) 100%);
}
.dummy .dummy-col {
  display: flex;
}
.dummy .dummy-col h2 {
  color: #fff;
}
.dummy .dummy-col p {
  color: #698eb2;
  margin: 1rem 0 2rem;
}
.dummy .dummy-col .dummy-col--img img {
  border-radius: 30px;
}
.dummy .dummy-col ul.dummy--list {
  list-style: none;
  margin-top: 2rem;
}
.dummy .dummy-col ul.dummy--list li {
  margin-top: 3rem;
  display: flex;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.dummy .dummy-col ul.dummy--list li:last-child {
  border: 0;
}
.dummy .dummy-col ul.dummy--list li:first-child {
  margin-top: 0;
}
.dummy .dummy-col ul.dummy--list li img {
  height: 60px;
}
.dummy .dummy-col ul.dummy--list li .dummy--list--desc {
  padding-left: 2rem;
  color: #fff;
}
.dummy .dummy-col ul.dummy--list li .dummy--list--desc h3 {
  color: #17fbff;
  font-size: 21px;
  font-weight: 700;
}
.dummy .dummy-col ul.dummy--list li .dummy--list--desc h4 {
  font-size: 15px;
}
.dummy .dummy-col ul.dummy--list li .dummy--list--desc p {
  margin: 0.7rem 0 3rem;
}

.client h2 {
  font-size: 27px;
}

ul.post-list {
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
ul.post-list li {
  width: 100%;
}
ul.post-list li .post-list--box {
  display: flex;
  align-items: center;
}
ul.post-list li .post-list--box h3 {
  font-size: 22px;
  font-weight: 600;
}
ul.post-list li .post-list--box.is-row-reverse {
  flex-direction: row-reverse;
}
ul.post-list li .post-list--box img {
  border-radius: 30px;
}
ul.post-list li .post-list--box .col-md-6:nth-child(2) {
  padding: 1rem;
}

.faq {
  background: #0f2445;
}
.faq .faq-col {
  display: flex;
}
.faq .faq-col .col-lg-3 h2,
.faq .faq-col .col-lg-3 h3 {
  color: #fff;
}
.faq .faq-col .col-lg-3 h2 {
  padding-bottom: 1rem;
  border-bottom: 5px #4a8bc3 solid;
  margin-bottom: 2rem;
  font-size: 115px;
  font-weight: 800;
}
.faq .accordion {
  --bs-accordion-bg: transparent;
}
.faq .accordion .accordion-button {
  color: #fff;
}

.flexbox {
  display: flex;
}

.cta-form-col {
  padding: 2rem 1rem;
}

.cta-form .form-control {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding: 1rem 0;
}
.cta-form .form-control:focus {
  box-shadow: none;
}
.cta-form .form-floating > label {
  padding: 1rem 0;
}
.cta-form .container-fluid {
  padding: 0;
  overflow-x: hidden;
}
.cta-form .flexbox {
  align-items: center;
}
.cta-form h6 {
  text-transform: uppercase;
}

footer {
  background: #0f2445;
  padding: 70px 0;
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 1rem;
}
footer p {
  font-weight: 300;
  margin-top: 1rem;
}
footer ul.footer-nav-list {
  margin-top: 2rem;
  list-style: none;
  padding-right: 1rem;
}
footer ul.footer-nav-list:last-child {
  padding-right: 0;
}
footer ul.footer-nav-list li {
  padding: 5px 0;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer .copyrights-nav {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
footer .copyrights-nav .up {
  order: 3;
}

.accordion-button {
  padding: 30px 0;
}

.accordion-body {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.accordion-button.collapsed::after {
  background-image: url("../images/plus.svg");
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg"); /* Or use a Bootstrap Icon SVG */
  /* Optional: adjust size and position if needed */
  background-size: 1.25rem; /* Example size */
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0deg); /* Remove default rotation */
}

.dropdown-menu {
  animation: 0.5s slideup;
}

.dropdown-item {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}

.up {
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #4a8bc3;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.inner-intro {
  height: 295px;
  position: relative;
  color: #fff;
}
.inner-intro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-intro .inner-intro-col {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.inner-intro .inner-intro-col .col {
  margin-top: 5rem;
}
.inner-intro .inner-intro-col .col h3 {
  display: inline-block;
  font-size: 26px;
  position: relative;
  margin: 0;
}
.inner-intro .inner-intro-col .col h3::after {
  position: absolute;
  content: "";
  right: -75px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  top: 50%;
}
.inner-intro .inner-intro-col .col h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0;
}
.inner-intro .inner-intro-col nav {
  margin-top: 3rem;
}
.inner-intro .inner-intro-col nav ol {
  margin: 0;
}
.inner-intro .inner-intro-col nav ol a {
  color: #fff;
  text-decoration: none;
}
.inner-intro .inner-intro-col .breadcrumb-item.active {
  color: #fff;
}

.p0 {
  padding: 0;
}

.about {
  background: #0f2445;
}
.about h2,
.about h5,
.about li,
.about p {
  color: #fff;
}
.about ul {
  list-style: none;
}
.about ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about ul li h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.about ul li h4 span {
  color: #3097e3;
}
.about ul li small {
  font-size: 12px;
}

.mt-75 {
  margin-top: 32px;
}

img.curved {
  border-radius: 30px;
}

.vision-mission-box {
  background-color: #3097e2;
  padding: 32px 16px;
  border-radius: 30px;
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #fff;
  margin-top: 1.5rem;
}
.vision-mission-box img {
  height: 60px;
}
.vision-mission-box div {
  margin-top: 1.5rem;
}
.vision-mission-box div h3 {
  font-weight: 700;
  font-size: 40px;
}

.values {
  background: #0f2445;
  color: #fff;
}
.values h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
.values h4 {
  font-size: 20px;
  font-weight: 700;
  color: #4d9fde;
}
.values ul {
  list-style: none;
  margin-bottom: 1rem;
}
.values ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.values ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 15px;
  background: #4d9fde;
  position: absolute;
}

.pb-70 {
  padding-bottom: 70px;
}

.team {
  background: #0f2445;
  margin-top: 75px;
  position: relative;
  color: #fff;
}
.team .team-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -104px;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  border: 23px #fff solid;
  background: #0f2445;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .team-icon img {
  height: 60px;
}
.team .title {
  margin-top: 145px;
}
.team .title h5,
.team .title h2,
.team .title p {
  color: #fff;
}
.team .team-pic-area {
  position: relative;
  margin-top: 50px;
}
.team .team-pic-area .team-pic-col {
  position: relative;
  margin-top: 1.5rem;
}
.team .team-pic-area .team-pic-col .team-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0px;
  background-color: #4a8bc3;
}
.team .team-pic-area .team-pic-col .team-pic {
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.team .team-pic-area .team-pic-col .team-pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team .team-pic-area .team-pic-col .team-pic .content {
  position: absolute;
  width: 100%;
  height: 100%;
  border: #0f2445 18px solid;
  border-radius: 50%;
  overflow: hidden;
}

.image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.connect {
  color: #fff;
  background: url(../images/about-form-bg.jpg) no-repeat;
  background-size: cover;
}
.connect .cta-form-col {
  background-color: #fff;
  border-radius: 30px;
  padding: 32px 16px;
}
.connect .cta-form-col h6 {
  color: #000;
}
.connect .connect-box {
  background-color: rgba(255, 255, 255, 0.075);
  display: flex;
  align-items: start;
  border-radius: 30px;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  margin-top: 1rem;
}
.connect .connect-box .connect-box-desc {
  margin-top: 1.5rem;
}
.connect .connect-box.is-coloum {
  flex-direction: column;
  align-items: start;
}
.connect .connect-box.is-coloum .connect-box-desc {
  margin-top: 1.5rem;
  padding-left: 0;
}
.connect .connect-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #fff 2px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.connect .connect-box-icon img {
  height: 30px;
}
.connect .connect-box-desc h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  gap: 8px;
  margin: 0;
  align-items: center;
}
.connect .connect-box-desc h4 i {
  width: 25px;
  height: 25px;
  border: #4a8bc3 1px solid;
  border-radius: 50%;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.connect .connect-box-desc p {
  line-height: 2;
}
.connect .connect-box-desc a {
  color: #fff;
  text-decoration: none;
}

.who-we-are {
  overflow-x: hidden;
}
.who-we-are .who-we-are-desc {
  padding-left: 1.5rem;
}

.title h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.vision .vision-mission-img {
  margin-top: 1.5rem;
}

.vision-mission-img {
  height: 355px;
}

.dropdown-item {
  transition: 0.3s;
}
.dropdown-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
  }
}
.modal-content {
  background: #4a8bc3;
}

.modal-header,
.btn-close {
  color: #fff;
}

.btn-close {
  --bs-btn-close-bg: url(../images/cross.svg);
}
.btn-close:focus {
  box-shadow: none;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
  .faq .faq-col .col-lg-3 h2 {
    font-size: 62px;
  }
  .dropdown-menu.show .dropdown-menu.show {
    height: 224px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .core-service ul.core-service--list li {
    padding: 3rem;
    width: 50%;
    border-right: 1px solid #273a58;
  }
  .core-service ul.core-service--list li:nth-child(2n) {
    border-right: 0;
  }
  .core-service ul.core-service--list li:nth-child(5), .core-service ul.core-service--list li:nth-child(6) {
    border-bottom: 0;
  }
  .testimonials {
    padding-top: 0;
  }
  ul.post-list li {
    width: 50%;
    padding: 0 1rem;
  }
  ul.post-list li .post-list--box .col-md-6 {
    width: 100%;
  }
  .team .team-pic-area .team-pic-col .team-circle {
    right: 10px;
  }
  .vision {
    display: flex;
    flex-direction: column-reverse;
  }
  .vision .vision-mission-box {
    margin: 0 0 1.5rem;
  }
  .vision-mission-img {
    height: 315px;
  }
  .vision .vision-mission-img {
    margin-top: 0;
  }
  .connect .connect-box {
    flex-direction: row;
    align-items: center;
  }
  .connect .connect-box .connect-box-desc {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .team .team-pic-area .team-pic-col .team-circle {
    right: -2px;
  }
  .about {
    background: #0f2445 url(../images/aboutus-bg.jpg) no-repeat left;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-brand img {
    height: 50px;
  }
  .header .navbar-primary .nav-link {
    padding: 0 8px;
  }
  .header .navbar-secondary .nav-link {
    font-size: 16px;
    font-weight: 300;
  }
  .intro .item .cover {
    align-items: center;
  }
  .intro .item .cover .header-content {
    width: 45%;
    padding: 0;
  }
  .intro .item .cover .header-content h2 {
    font-size: 45px;
  }
  .epertise ul.expertise--count-list {
    justify-content: center;
  }
  .epertise ul.expertise--count-list li {
    flex: 1;
  }
  .epertise ul.expertise--count-list li h4 {
    font-size: 16px;
  }
  .cta {
    height: 320px;
  }
  .cta img {
    height: auto;
  }
  footer .copyrights-nav {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .copyrights-nav .up {
    order: inherit;
  }
  .inner-intro {
    height: 350px;
  }
  .py-70 {
    padding: 70px 0;
  }
  .connect .connect-box {
    margin: 0 0 1.5rem;
  }
  .vision-mission-img {
    height: 295px;
  }
  .connect .cta-form-col {
    padding: 78px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .service-list {
    background-size: 50%;
  }
  .faq .accordion {
    padding-left: 5rem;
  }
  ul.post-list li .post-list--box .col-md-6 {
    width: 50%;
  }
  .core-service ul.core-service--list li {
    width: 33.33%;
  }
  .core-service ul.core-service--list li:nth-child(2n) {
    border-right: 1px solid #273a58;
  }
  .core-service ul.core-service--list li:nth-child(3n) {
    border-right: 0;
  }
  .core-service ul.core-service--list li:nth-child(4) {
    border-bottom: 0;
  }
  .team .team-pic-area .team-pic-col .team-circle {
    right: 19px;
  }
  .connect .connect-box {
    flex-direction: row;
    align-items: center;
  }
  .about ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about ul li {
    width: 50%;
    margin-top: 0.5rem;
  }
  .who-we-are .who-we-are-desc {
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .container-fluid {
    padding: 0 2rem;
  }
  .navbar-brand img {
    height: inherit;
  }
  .who-we-are p {
    line-height: 32px;
  }
  .who-we-are p h2 {
    font-size: 32px;
  }
  .epertise h5 {
    font-size: 19px;
  }
  .header .navbar-primary .nav-link {
    padding: 0 1.3rem;
  }
  .header .navbar-secondary .nav-link {
    font-size: 16px;
  }
  .intro .item .cover .header-content h3 {
    font-weight: 700;
    font-size: 19px;
  }
  .intro .item .cover .header-content h2 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
  }
  .epertise ul.expertise--count-list li h3 {
    font-size: 70px;
  }
  .epertise ul.expertise--count-list li h4 {
    font-size: 19px;
  }
  .service-list .service-list--head h2 {
    font-size: 53px;
    line-height: 53px;
  }
  .service-list .service-list--head p {
    margin-top: 2rem;
  }
  .team .team-pic-area .team-pic-col .team-circle {
    right: 0px;
  }
  .inner-intro {
    height: 400px;
  }
  .inner-intro .inner-intro-col .col {
    margin-top: 8rem;
  }
  .inner-intro .inner-intro-col .col h1 {
    font-size: 66px;
  }
  .inner-intro .inner-intro-col nav {
    margin-top: 2rem;
  }
  .who-we-are-desc .title h2 {
    font-size: 32px;
  }
  .about h2 {
    font-size: 36px;
  }
  .about ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about ul li {
    width: 50%;
    padding-right: 1.5rem;
  }
  .vision-mission-box {
    flex-direction: row;
  }
  .vision-mission-box div {
    margin: 0;
    padding-left: 1.5rem;
  }
  .vision-mission-box div h3 {
    font-size: 33px;
  }
  .vision-mission-box div p {
    line-height: 30px;
  }
  .values h2 {
    font-size: 51px;
    line-height: 52px;
  }
  .values h4 {
    font-size: 28px;
  }
  .team .title h2 {
    font-size: 39px;
  }
  .team-pic-area h3 {
    font-weight: 700;
  }
  .team-pic-area h4 {
    font-size: 18px;
  }
  .team-pic-area h5 {
    font-size: 14px;
  }
  .connect .cta-form-col {
    padding: 62px 32px;
  }
  .who-we-are .who-we-are-desc {
    padding-left: 10rem;
  }
  .cta {
    height: 370px;
  }
  .cta .cta-desc {
    padding: 0 6rem;
  }
  .membership-logos h2 {
    font-size: 32px;
  }
  ul.post-list li {
    margin-top: 1.5rem;
  }
  ul.post-list li p {
    color: #817c7c;
  }
  footer ul.footer-nav-list {
    padding-left: 5rem;
    padding-right: 0;
  }
  .logos {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=app.css.map */