@charset "UTF-8";
/*----------------------------------------------

[Master Stylesheet]

Project:    Firebird
Version:    1.0
Last change:    24.02.2025
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : Roboto
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  scroll-padding-top: 100px;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Roboto", serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

.bdr-rad-10 {
  border-radius: 10px;
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
.custom-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

header .topbar {
  background-color: #00184b;
  padding: 10px 0px;
}
header .topbar .links {
  display: flex;
  justify-content: space-between;
}
header .topbar .links ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
header .topbar .links ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #e6eaef;
}
header .topbar .links ul li a i {
  padding-right: 5px;
}
header .navbar {
  padding: 20px 0px;
  border-bottom: 1px solid #E0E0E0;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #00184b;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  position: relative;
  transition: 0.3s linear;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #b5caf6;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link:hover {
  background-color: #FFD92A;
  color: #000000;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link:hover i {
  transform: translateX(5px);
}
header .navbar .navbar-nav .nav-item:last-child .nav-link:hover::after {
  top: 0;
  left: 0;
}

.home-banner {
  background-color: rgba(242, 242, 242, 0.3490196078);
}
.home-banner .row {
  align-items: center;
}
.home-banner .banner-inn h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #6d6c80;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.home-banner .banner-inn h1 {
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-transform: capitalize;
  text-align: left;
}
.home-banner .banner-inn p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #6d6c80;
}
.home-banner .banner-inn a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #FFD92A;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00184b;
  position: relative;
  transition: 0.3s linear;
}
.home-banner .banner-inn a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-banner .banner-inn a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #d5c47c;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-banner .banner-inn a:hover {
  background-color: #00184b;
  color: #ffffff;
}
.home-banner .banner-inn a:hover i {
  transform: translateX(5px);
}
.home-banner .banner-inn a:hover::after {
  top: 0;
  left: 0;
}
.home-banner .banner-img {
  position: relative;
  z-index: 1;
}
.home-banner .banner-img .blob {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-banner .banner-img .blob img {
  animation: rotate 8s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
  width: 80%;
}
.home-banner .banner-img img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .home-banner .banner-inn h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 992px) {
  .home-banner .row {
    gap: 40px 0px;
    flex-direction: column-reverse;
  }
  .home-banner .banner-inn h1 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  .home-banner .banner-inn h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .home-banner .row {
    gap: 30px 0px;
  }
  .home-banner .banner-inn h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

.row-gap {
  gap: 40px 0px;
}

.home-funfacts {
  position: relative;
  z-index: 9999;
  background-color: #fafafa;
  margin-top: -80px;
}
.home-funfacts .funfact-inn {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #00184b;
  text-align: center;
  background-color: #00184b;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}
.home-funfacts .funfact-inn .icon {
  position: relative;
}
.home-funfacts .funfact-inn .icon i {
  font-size: 50px;
  font-weight: 100;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
}
.home-funfacts .funfact-inn .icon::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 0px;
  width: 1px;
  height: 50px;
  background-color: #8f8f8f;
}
.home-funfacts .funfact-inn .content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.home-funfacts .funfact-inn .content p {
  color: #6d6c80;
}
.home-funfacts .funfact-inn:hover {
  transform: translateY(-10px);
}
.home-funfacts .funfact-inn:hover .icon i {
  transform: rotateY(180deg);
}
@media (max-width: 1200px) {
  .home-funfacts {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .home-funfacts .funfact-inn .content h3 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .home-funfacts .funfact-inn {
    padding: 20px;
  }
  .home-funfacts .funfact-inn .content h3 {
    font-size: 18px;
  }
}

.home-about .row {
  align-items: center;
}
.home-about .about-image {
  position: relative;
}
.home-about .about-image .image {
  overflow: hidden;
}
.home-about .about-image .image img {
  border-radius: 15px;
  border-bottom-right-radius: 20px;
}
.home-about .about-image .image::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 30px;
  height: 100%;
  background-color: #FFD92A;
  width: 80%;
  border-radius: 20px;
  z-index: -1;
}
.home-about .about-image .context {
  background-color: #00184b;
  position: absolute;
  bottom: 76px;
  right: -37px;
  transform: rotate(-90deg);
  padding: 10px;
  border-bottom-left-radius: 15px;
}
.home-about .about-image .context h4 {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.home-about .about-image .context h4 span {
  font-size: 40px;
  font-weight: 800;
  display: block;
}
.home-about .about-content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
}
.home-about .about-content h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-align: left;
  text-transform: capitalize;
}
.home-about .about-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #6d6c80;
  padding-bottom: 10px;
}
.home-about .about-content .about-flex {
  padding-top: 10px;
  padding-bottom: 30px;
}
.home-about .about-content .about-flex ul li {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #00184b;
  position: relative;
  padding-left: 45px;
}
.home-about .about-content .about-flex ul li:last-child {
  padding-bottom: 0;
}
.home-about .about-content .about-flex ul li i {
  font-size: 20px;
  background-color: #00184b;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 15px;
  color: #ffffff;
  border: 1px solid #00184b;
  box-shadow: 3px 3px 0px #c3c3c3;
  position: absolute;
  left: 0;
}
.home-about .about-content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #FFD92A;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00184b;
  position: relative;
  transition: 0.3s linear;
}
.home-about .about-content a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-about .about-content a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #d5c47c;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-about .about-content a:hover {
  background-color: #00184b;
  color: #ffffff;
}
.home-about .about-content a:hover i {
  transform: translateX(5px);
}
.home-about .about-content a:hover::after {
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .home-about .about-image .image img {
    width: 100%;
    border-bottom-right-radius: 15px;
  }
  .home-about .about-image .context {
    display: none;
  }
  .home-about .about-image .context h4 span {
    font-size: 50px;
  }
  .home-about .about-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-about .about-image .context h4 span {
    font-size: 40px;
  }
  .home-about .about-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home-about .about-content .about-flex {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-about .about-image .image::after {
    top: 10px;
  }
  .home-about .about-image .context h4 span {
    font-size: 36px;
  }
  .home-about .about-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-about .about-content .about-flex ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-courses {
  background-color: rgba(242, 242, 242, 0.3490196078);
}
.home-courses .section-title {
  padding-bottom: 30px;
}
.home-courses .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
}
.home-courses .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-transform: capitalize;
  text-align: left;
}
.home-courses .section-title p {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 15px;
  color: #6d6c80;
}
.home-courses .course-inn {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.home-courses .course-inn .image {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.home-courses .course-inn .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.home-courses .course-inn .context .list-1 {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.home-courses .course-inn .context .list-1 li {
  font-size: 12px;
  line-height: 20px;
}
.home-courses .course-inn .context .list-1 li.tag {
  padding: 5px 10px;
  background-color: #e4e4e4;
  border-radius: 50px;
  font-weight: 500;
  color: #00184b;
}
.home-courses .course-inn .context .list-1 li i {
  font-size: 20px;
  color: #6d6c80;
}
.home-courses .course-inn .context h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00184b;
  text-align: center;
}
.home-courses .course-inn .context .list-2 {
  display: flex;
  gap: 6px;
  padding-bottom: 15px;
}
.home-courses .course-inn .context .list-2 li {
  font-size: 14px;
  color: #6d6c80;
}
.home-courses .course-inn .context .list-2 li i {
  font-weight: 700;
  color: #FFD92A;
}
.home-courses .course-inn .context .list-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home-courses .course-inn .context .list-3 li {
  font-size: 16px;
  font-weight: 500;
  color: #6d6c80;
}
.home-courses .course-inn .context .list-3 li i {
  padding-right: 4px;
  font-weight: 400;
  color: #00184b;
}
.home-courses .course-inn:hover .image img {
  transform: scale(1.1);
  border-radius: 10px;
}
.home-courses .link {
  padding-top: 50px;
  text-align: center;
}
.home-courses .link a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #00184b;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  position: relative;
  transition: 0.3s linear;
}
.home-courses .link a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-courses .link a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #b5caf6;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-courses .link a:hover {
  background-color: #FFD92A;
  color: #000000;
}
.home-courses .link a:hover i {
  transform: translateX(5px);
}
.home-courses .link a:hover::after {
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .home-courses .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-courses .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .home-courses .section-title p {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home-courses .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-courses .section-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-courses .course-inn .context h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.home-why-choose-us .choose-flex .choose-content {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  padding: 40px 40px;
  border-radius: 20px;
  z-index: 5;
  height: 100%;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #00184b;
  text-align: left;
  text-transform: capitalize;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #6d6c80;
  padding-bottom: 15px;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn ul {
  padding-bottom: 30px;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn ul li {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #00184b;
  position: relative;
  padding-left: 45px;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn ul li:last-child {
  padding-bottom: 0;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn ul li i {
  font-size: 20px;
  background-color: #00184b;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 15px;
  color: #ffffff;
  border: 1px solid #00184b;
  box-shadow: 3px 3px 0px #c3c3c3;
  position: absolute;
  left: 0;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn .divider {
  display: block;
  border-top: 1px solid #E0E0E0;
  padding-bottom: 20px;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn .btn-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #FFD92A;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00184b;
  position: relative;
  transition: 0.3s linear;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #d5c47c;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a:hover {
  background-color: #00184b;
  color: #ffffff;
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a:hover i {
  transform: translateX(5px);
}
.home-why-choose-us .choose-flex .choose-content .choose-inn a:hover::after {
  top: 0;
  left: 0;
}
.home-why-choose-us .choose-flex .choose-img {
  padding-bottom: 30px;
}
.home-why-choose-us .choose-flex .choose-img img {
  border-radius: 15px;
  margin-left: auto;
  display: block;
  height: 500px;
  object-fit: cover;
  object-position: 100% 22%;
  width: 100%;
}
.home-why-choose-us .choose-flex .choose-img .image-link {
  position: relative;
}
.home-why-choose-us .choose-flex .choose-img .image-link a {
  color: #00184b;
  width: 90px;
  height: 90px;
  background: #b5caf6;
  -webkit-filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  -webkit-animation: pulseBig infinite 5s linear;
  animation: pulseBig infinite 5s linear;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .home-why-choose-us .choose-flex .choose-content {
    width: 100%;
    padding: 30px;
  }
  .home-why-choose-us .choose-flex .choose-content .choose-inn {
    width: 100%;
  }
  .home-why-choose-us .choose-flex .choose-content .choose-inn h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-why-choose-us .choose-flex .choose-content {
    padding: 20px;
  }
  .home-why-choose-us .choose-flex .choose-content .choose-inn h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .home-why-choose-us .choose-flex .choose-content .choose-inn ul {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-why-choose-us .choose-flex .choose-content .choose-inn h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 15px;
  }
  .home-why-choose-us .choose-flex .choose-content .choose-inn ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-events {
  position: relative;
  padding: 120px 0px;
}
.home-events::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #00184b;
  width: 100%;
  height: 58%;
  z-index: -1;
}
.home-events .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.home-events .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
}
.home-events .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #ffffff;
}
.home-events .section-title p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #ffffff;
}
.home-events .events-card .grid-1 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  border: 1px solid #E0E0E0;
}
.home-events .events-card .grid-1 .articles .image {
  margin-bottom: 15px;
}
.home-events .events-card .grid-1 .articles .image img {
  border-radius: 10px;
}
.home-events .events-card .grid-1 .articles .context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 5px;
}
.home-events .events-card .grid-1 .articles .context p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #6d6c80;
  padding-bottom: 15px;
}
.home-events .events-card .grid-1 .articles .context ul {
  display: flex;
  gap: 20px;
}
.home-events .events-card .grid-1 .articles .context ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #6d6c80;
}
.home-events .events-card .grid-1 .articles .context ul li i {
  font-weight: 500;
  color: #00184b;
  padding-right: 5px;
}
.home-events .events-card .grid-2 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  border: 1px solid #E0E0E0;
}
.home-events .events-card .grid-2 .articles {
  margin-bottom: 15px;
}
.home-events .events-card .grid-2 .articles:last-child {
  margin-bottom: 0;
}
.home-events .events-card .grid-2 .articles .article-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.home-events .events-card .grid-2 .articles .article-flex .image {
  margin-bottom: 15px;
}
.home-events .events-card .grid-2 .articles .article-flex .image img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.home-events .events-card .grid-2 .articles .article-flex .context span {
  background-color: #FFD92A;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.home-events .events-card .grid-2 .articles .article-flex .context span i {
  font-size: 16px;
  color: #00184b;
  padding-right: 5px;
}
.home-events .events-card .grid-2 .articles .article-flex .context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 5px;
}
.home-events .events-card .grid-2 .articles .article-flex .context p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #6d6c80;
  padding-bottom: 15px;
}
.home-events .events-card .grid-2 .articles .article-flex .context ul {
  display: flex;
  gap: 20px;
}
.home-events .events-card .grid-2 .articles .article-flex .context ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #6d6c80;
}
.home-events .events-card .grid-2 .articles .article-flex .context ul li i {
  font-weight: 500;
  color: #00184b;
  padding-right: 5px;
}
.home-events .link {
  padding-top: 50px;
  text-align: center;
}
.home-events .link a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #00184b;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  position: relative;
  transition: 0.3s linear;
}
.home-events .link a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-events .link a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #b5caf6;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-events .link a:hover {
  background-color: #FFD92A;
  color: #000000;
}
.home-events .link a:hover i {
  transform: translateX(5px);
}
.home-events .link a:hover::after {
  top: 0;
  left: 0;
}
@media (max-width: 1400px) {
  .home-events .events-card .grid-2 .articles .article-flex .image img {
    height: 200px;
  }
}

.home-counter {
  position: relative;
  background: #00184b;
}
.home-counter .row {
  gap: 30px 0px;
  margin-bottom: 50px;
}
.home-counter .row-gap-start {
  align-items: center;
}
.home-counter .counter-inn h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.home-counter .counter-inn h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #ffffff;
}
.home-counter .counter-inn h5 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #ffffff;
}
.home-counter .counter-inn p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #f5f5f5;
  padding-bottom: 20px;
}
.home-counter .counter-inn ul {
  padding-bottom: 30px;
}
.home-counter .counter-inn ul li {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 45px;
}
.home-counter .counter-inn ul li:last-child {
  padding-bottom: 0;
}
.home-counter .counter-inn ul li i {
  font-size: 20px;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 15px;
  color: #00184b;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
}
.home-counter .counter-inn a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #FFD92A;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00184b;
  position: relative;
  transition: 0.3s linear;
}
.home-counter .counter-inn a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-counter .counter-inn a::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #d5c47c;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s linear;
}
.home-counter .counter-inn a:hover {
  background-color: #FFD92A;
  color: #000000;
}
.home-counter .counter-inn a:hover i {
  transform: translateX(5px);
}
.home-counter .counter-inn a:hover::after {
  top: 0;
  left: 0;
}
.home-counter .counter-img img {
  border-radius: 10px;
  width: 100%;
}
.home-counter .counter-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.home-counter .counter-flex .counter {
  text-align: center;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #6d6c80;
  padding: 30px;
}
.home-counter .counter-flex .counter h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #00184b;
  padding-bottom: 5px;
}
.home-counter .counter-flex .counter p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #6d6c80;
}
.home-counter .counter-card {
  padding: 30px;
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px;
}
.home-counter .counter-card p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #6d6c80;
  padding-bottom: 10px;
}
.home-counter .counter-card p:last-child {
  padding-bottom: 0;
}
.home-counter .counter-card ul {
  padding-bottom: 15px;
}
.home-counter .counter-card ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #00184b;
  position: relative;
}
.home-counter .counter-card ul li i {
  color: #00184b;
}
.home-counter .counter-card ul li span:first-child {
  display: block;
  color: #00184b;
}
.home-counter .counter-card ul li span:last-child {
  color: #6d6c80;
}
@media (max-width: 992px) {
  .home-counter .counter-inn h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-counter .row {
    margin-bottom: 30px;
  }
  .home-counter .counter-flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-counter .counter-flex .counter {
    padding: 20px;
  }
  .home-counter .counter-inn h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-counter .counter-flex {
    gap: 20px 0px;
  }
  .home-counter .counter-flex .counter h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .home-counter .counter-inn h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-counter .counter-inn p {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-newsletter {
  background-image: url(../images/newsletter.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.home-newsletter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00184b;
  opacity: 0.75;
  z-index: -1;
}
.home-newsletter h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.home-newsletter h2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 45px;
  text-transform: capitalize;
}
.home-newsletter .newsletter-inn {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.home-newsletter .newsletter-inn .image {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.home-newsletter .newsletter-inn .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.home-newsletter .newsletter-inn .context .list-1 {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.home-newsletter .newsletter-inn .context .list-1 li {
  font-size: 12px;
  line-height: 20px;
}
.home-newsletter .newsletter-inn .context .list-1 li.tag {
  padding: 5px 10px;
  background-color: #e4e4e4;
  border-radius: 50px;
  font-weight: 500;
  color: #00184b;
}
.home-newsletter .newsletter-inn .context .list-1 li i {
  font-size: 20px;
  color: #6d6c80;
}
.home-newsletter .newsletter-inn .context h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00184b;
  text-align: center;
}
.home-newsletter .newsletter-inn .context .list-2 {
  display: flex;
  gap: 6px;
  padding-bottom: 15px;
}
.home-newsletter .newsletter-inn .context .list-2 li {
  font-size: 14px;
  color: #6d6c80;
}
.home-newsletter .newsletter-inn .context .list-2 li i {
  font-weight: 700;
  color: #FFD92A;
}
.home-newsletter .newsletter-inn .context .list-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home-newsletter .newsletter-inn .context .list-3 li {
  font-size: 16px;
  font-weight: 500;
  color: #6d6c80;
}
.home-newsletter .newsletter-inn .context .list-3 li i {
  padding-right: 4px;
  font-weight: 400;
  color: #00184b;
}
.home-newsletter .newsletter-inn:hover .image img {
  transform: scale(1.1);
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .home-newsletter h2 {
    font-size: 50px;
    line-height: 62px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .home-newsletter h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .home-newsletter h2 {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home-newsletter h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 25px;
  }
  .home-newsletter .newsletter-inn .context h3 {
    font-size: 18px;
  }
}

.home-testimonials .row-gap {
  align-items: center;
}
.home-testimonials .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.home-testimonials .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.home-testimonials .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-transform: capitalize;
}
.home-testimonials .testimonial-list ul li {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #00184b;
  position: relative;
  padding-left: 45px;
}
.home-testimonials .testimonial-list ul li:last-child {
  padding-bottom: 0;
}
.home-testimonials .testimonial-list ul li i {
  font-size: 20px;
  background-color: #00184b;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 15px;
  color: #ffffff;
  border: 1px solid #00184b;
  box-shadow: 3px 3px 0px #c3c3c3;
  position: absolute;
  left: 0;
}
.home-testimonials .swiper .swiper-wrapper {
  padding-bottom: 80px;
}
.home-testimonials .swiper .swiper-slide .instructed-item {
  display: flex;
  justify-content: center;
}
.home-testimonials .swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-in-out;
  border-radius: 50px;
  background-color: #00184b !important;
}
.home-testimonials .swiper .swiper-pagination-bullet-active {
  background: #00184b !important;
  width: 25px;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 992px) {
  .home-testimonials .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-testimonials .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-testimonials .section-title h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 0;
  }
  .home-testimonials .testimonial-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-clients {
  background-color: #ebf1ff;
}
.home-clients .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.home-clients .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.home-clients .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-transform: capitalize;
}
.home-clients .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  .home-clients .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-clients .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-clients .section-title h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 0;
  }
}

.home-blog .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.home-blog .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.home-blog .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
  text-transform: capitalize;
}
.home-blog .swiper-wrapper {
  padding-bottom: 80px;
}
.home-blog .swiper-wrapper .swiper-slide {
  height: auto;
}
.home-blog .swiper-wrapper .swiper-slide .blog-card {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(242, 242, 242, 0.3490196078);
}
.home-blog .swiper-wrapper .swiper-slide .blog-card .image {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.home-blog .swiper-wrapper .swiper-slide .blog-card .image img {
  border-radius: 15px;
  height: 180px;
  object-fit: cover;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.home-blog .swiper-wrapper .swiper-slide .blog-card .context h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00184b;
  padding-bottom: 10px;
}
.home-blog .swiper-wrapper .swiper-slide .blog-card:hover {
  box-shadow: 8px 8px 0px #c3c3c3;
}
.home-blog .swiper-wrapper .swiper-slide .blog-card:hover .image img {
  transform: scale(1.1);
  border-radius: 10px;
}
.home-blog .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-in-out;
  border-radius: 50px;
  background-color: #00184b !important;
}
.home-blog .swiper-pagination-bullet-active {
  background: #00184b !important;
  width: 25px;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 992px) {
  .home-blog .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-blog .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-blog .section-title h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 0;
  }
  .home-blog .swiper-wrapper .swiper-slide .blog-card .context h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.home-feed {
  background-color: rgba(242, 242, 242, 0.3490196078);
}
.home-feed .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.home-feed .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
}
.home-feed .section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #00184b;
}
.home-feed .section-title p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #6d6c80;
}
.home-feed .feed-inn {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-feed .feed-inn .image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.home-feed .feed-inn .image img {
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.home-feed .feed-inn .context .list-1 {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.home-feed .feed-inn .context .list-1 li {
  font-size: 12px;
  line-height: 20px;
}
.home-feed .feed-inn .context .list-1 li.tag {
  padding: 5px 10px;
  background-color: #e4e4e4;
  border-radius: 50px;
  font-weight: 500;
  color: #00184b;
}
.home-feed .feed-inn .context .list-1 li i {
  font-size: 20px;
  color: #6d6c80;
}
.home-feed .feed-inn .context h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00184b;
}
.home-feed .feed-inn .context .list-3 {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.home-feed .feed-inn .context .list-3 li {
  font-size: 16px;
  font-weight: 400;
  color: #6d6c80;
}
.home-feed .feed-inn .context .list-3 li i {
  padding-right: 4px;
  font-weight: 400;
  color: #00184b;
}
.home-feed .feed-inn:hover {
  box-shadow: 8px 8px 0px #c3c3c3;
}
.home-feed .feed-inn:hover .image img {
  transform: scale(1.1);
  border-radius: 10px;
}
.home-feed .row-gap {
  gap: 40px 0px;
}

.home-cta {
  text-align: center;
  background-color: #00184b;
}
.home-cta h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 25px;
}
.home-cta h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #ffffff;
}
.home-cta a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #FFD92A;
  border-radius: 50px;
  padding: 12px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00184b;
  position: relative;
  transition: 0.3s linear;
}
.home-cta a i {
  font-size: 20px;
  padding-left: 5px;
  transition: 0.3s linear;
  font-weight: 400;
}
.home-cta a:hover {
  background-color: #FFD92A;
  color: #000000;
}
.home-cta a:hover i {
  transform: translateX(5px);
}

/*------------------------------------------------Footer------------------------------------------------*/
footer .footer-top {
  background-color: #00184b;
  border-bottom: 1px solid #363636;
}
footer .footer-top .footer-inn {
  padding-bottom: 20px;
}
footer .footer-top .footer-inn .footer-logo p {
  font-size: 16px;
  line-height: 24px;
  color: #d2d2d2;
}
footer .footer-top .footer-inn:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn h3 {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
}
footer .footer-top .footer-inn h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #ffffff;
}
footer .footer-top .footer-inn p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #d2d2d2;
  padding-bottom: 20px;
}
footer .footer-top .footer-inn ul {
  padding-bottom: 15px;
}
footer .footer-top .footer-inn ul:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn ul li {
  padding-bottom: 15px;
  line-height: 0;
}
footer .footer-top .footer-inn ul li:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn ul li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #d2d2d2;
}
footer .footer-top .footer-inn .address li {
  position: relative;
}
footer .footer-top .footer-inn .address li i {
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 3px;
  color: #00184b;
}
footer .footer-top .footer-inn .social-links ul {
  display: flex;
  gap: 0px 15px;
}
footer .footer-top .footer-inn .social-links ul li a {
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
footer .footer-top .footer-inn .social-links ul li a i {
  color: #00184b;
}
@media (max-width: 576px) {
  footer .footer-top .footer-inn h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
footer .footer-top .row {
  gap: 30px 0px;
}
@media (max-width: 768px) {
  footer .footer-top .row {
    gap: 20px 0px;
  }
}
footer .footer-bottom {
  padding: 15px 0px;
  background-color: #00184b;
  text-align: center;
}
footer .footer-bottom ul {
  display: flex;
  justify-content: center;
}
footer .footer-bottom ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-bottom ul li a {
  color: #FFD92A;
}
@media (max-width: 768px) {
  footer .footer-bottom ul {
    display: block;
    text-align: center;
  }
  footer .footer-bottom ul li {
    padding-bottom: 10px;
  }
  footer .footer-bottom ul li:last-child {
    padding-bottom: 0;
  }
}

/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
@media (max-width: 992px) {
  .flex-direct .row {
    flex-direction: column-reverse;
    gap: 30px 0px;
  }
}
/* -------------------------- Max-Width: < 768px ---------------------- */
@media (max-width: 768px) {
  .row-gap {
    gap: 30px 0px;
  }
}
/* -------------------------- Max-Width: < 576px ---------------------- */
@media (max-width: 576px) {
  .row-gap {
    gap: 20px 0px;
  }
}
/*------------------------------------------------Key-Frames------------------------------------------------*/
@keyframes bounce {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(20deg);
  }
}
@keyframes rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #16223b;
    box-shadow: 0 0 0 0 #d3d3d4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #16223b;
    box-shadow: 0 0 0 0 #d3d3d4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.bg-light-blue {
  background-color: rgba(242, 242, 242, 0.3490196078);
}

.bg-white {
  background-color: #ffffff;
}

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