@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:wght@300;400;500;600;700;800;900&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.container-fluid {
  width: 75%;
}
@media (max-width: 1700px) {
  .container-fluid {
    width: 85%;
  }
}
@media (max-width: 1366px) {
  .container-fluid {
    width: unset;
  }
}

.no-padding {
  padding: 0px !important;
}

@keyframes topToBottom {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.top-banner-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 40px 0;
}
.top-banner-section .top-section-inner .top-logos-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .top-logos-section {
    margin-bottom: 80px;
    flex-direction: column;
  }
}
.top-banner-section .top-section-inner .top-logos-section .left-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .top-logos-section .left-logo img {
    max-width: 200px;
  }
}
.top-banner-section .top-section-inner .top-logos-section .middle-logo {
  margin: 0 50px;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .top-logos-section .middle-logo {
    margin: 0;
  }
}
.top-banner-section .top-section-inner .top-logos-section .middle-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .top-logos-section .middle-logo img {
    max-width: 200px;
  }
}
.top-banner-section .top-section-inner .top-logos-section .right-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .top-logos-section .right-logo img {
    max-width: 150px;
  }
}
.top-banner-section .top-section-inner .bottom-title-img-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .bottom-title-img-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.top-banner-section .top-section-inner .bottom-title-img-section .left-title h1 {
  font-size: 36px;
  color: white;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .bottom-title-img-section .left-title h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper{
    display: flex;
    flex-direction: row;
    gap: 5px;
}
@media(max-width: 1024px){
    .top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper{
        flex-direction: column;
    }
}
.top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper .red-btn{
    background-color: red;
    color: #fff;
}
.top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper a {
  display: block;
  max-width: 270px;
  text-align: center;
  color: #5d7bff;
  text-transform: uppercase;
  background-color: white;
  padding: 10px 10px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper a {
    max-width: 100%;
  }
}
.top-banner-section .top-section-inner .bottom-title-img-section .left-title .link-wrapper a:hover {
  background-color: #5d7bff;
  color: white;
}
.top-banner-section .top-section-inner .bottom-title-img-section .right-img {
  text-align: right;
}
.top-banner-section .top-section-inner .bottom-title-img-section .right-img img {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top-banner-section .top-section-inner .bottom-title-img-section .right-img img {
    max-width: 100%;
    margin-right: auto;
  }
}

.address-section .address-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 25px;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .address-section .address-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.address-section .address-inner .left-address p {
  color: black;
  margin-bottom: 0;
}
.address-section .address-inner a {
  color: black;
  transition: 0.3s ease-in-out;
}
.address-section .address-inner a:hover {
  color: #5d7bff;
  text-decoration: underline;
}

.copyright-section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.copyright-section .copyright-inner {
  text-align: center;
}
.copyright-section .copyright-inner p {
  margin-bottom: 0;
  color: black;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
