@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
}

/* ====== Navbar ====== */
.dropdown i::before {
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
#colorlib-aside #colorlib-main-menu ul li a {
  transition: color 0.4s ease;
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
  color: #02fcff;
}
/* ====== Navbar End ====== */

/* ====== Footer ====== */
footer {
  position: absolute;
  right: 0;
  background-image:
    linear-gradient(
      160deg,
      rgba(90, 38, 77, 0.5) 100%,
      rgba(48, 58, 124, 1) 30%
    ),
    url(../images/footer-bg.jpg);
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-section h4 {
  font-weight: 700;
  color: #fff;
}
.footer-section .text-center {
  text-align: start !important;
}
@media (min-width: 990px) {
  .footer-section .text-center {
    text-align: center !important;
  }
}

.footer-section p,
a {
  color: #fff;
}

.text-india {
  color: #f48a2a;
}
.text-aus {
  /* color: #41479b; */
  color: #fff;
}

.text-uk {
  color: #d80027;
}

.our-neworks-info .row div > div:first-child {
  background: transparent;
  backdrop-filter: blur(50px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.contact-info a,
.our-neworks-info h5 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-info img,
.our-neworks-info img {
  width: 30px;
  height: auto;
}

@media (min-width: 992px) {
  footer {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  footer {
    width: 75%;
  }
}
@media (min-width: 1500px) {
  footer {
    width: 80%;
  }
}

/* humbuger style */
/* .colorlib-nav-toggle {
  background: transparent;
  backdrop-filter: blur(10px);
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #fff;
} */

@media (min-width: 1024px) {
  /* Hover effect */
  .dropdown:hover i::before {
    transform: rotate(180deg);
  }
  .dropdown:hover > .dropdown-menu {
    display: inline-block;
  }
}

@media (max-width: 550px) {
  #colorlib-aside #colorlib-main-menu ul li a {
    font-size: 14px;
  }
}

/* ====== Internal Page navbar ====== */

.page-navbar h2 {
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
}
.page-navbar {
  background-image:
    linear-gradient(
      160deg,
      rgba(90, 38, 77, 0.5) 100%,
      rgba(48, 58, 124, 1) 30%
    ),
    url(../images/top-bar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  min-height: 220px;
  height: auto;
}

/* ======= Our Network ======= */
.hero-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.hero-content p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-family: 600;
  font-size: 16px;
}
.network-hero img {
  opacity: 0.4;
  object-fit: cover;
  z-index: 2;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.our-network-section p {
  text-align: justify;
}



.india .main-title span {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #000;
  /* text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); */
  color: transparent;
  background-image: url(../images/16725.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-clip: text;
}

.australia .main-title span {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #000;
  /* text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); */
  color: transparent;
  background-image: url(../images/australia-flag.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-clip: text;
}

.uk .main-title span {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #000;
  /* text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); */
  color: transparent;
  background-image: url(../images/uk-flag.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-clip: text;
}
.subtitle {
  color: transparent;
  font-weight: 700;

  background-color: #000;
  /* background: linear-gradient(90deg,rgba(248, 137, 48, 1) 15%, rgba(1, 123, 255, 1) 50%, rgba(38, 174, 128, 1) 100%); */
  background-clip: text;
}

.quates h3 {
  color: #000;
  font-weight: 700;
}
h6{
  font-weight: bold;
}

@media (max-width: 1200px) {
  .australia .main-title span,
  .india .main-title span,
  .uk .main-title span {
    font-size: 50px;
    text-align: center;
    line-height: 3rem;
  }
  h3{
    font-size: 1.4rem;
    line-height: 28px;
  }
  .our-network-section p{
    text-align: left;
  }
  
}

.copy-right{
  background: transparent;
  backdrop-filter: blur(20px);
}

footer a:hover, a:focus {
    color:#fff;
}
