@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-transform: capitalize;
}
.py-90{padding-top:90px; padding-bottom:90px;}
a {
  transition: 0.5s all ease-in-out;
}
.inquiry-section.bg-color-1 {
  background: #FFF;
  margin-top: 0px;
  color: #0f1a48;
  padding: 50px 0;
}

.form-control {
  color: #1a2553;
  background-color: #FFF;
  /* border: 0 !important; */
  border-radius: 0;
  min-height: 54px;
  border: 1px solid #1a2553;
}
.form-control:focus {
  color: #212529;
  background-color: #535f8e80;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}
.info-box.clearfix {
  padding: 0;
  list-style: none;
  padding-top: 10px;
}

.border-top {
  border-top: 1px solid #dee2e62e !important;
}
.info-box a {
  color: #0F1A48;
  list-style: none;
  text-decoration: none;
  font-size: 20px;
}
.info-box.clearfix p {
  margin-bottom: 0;
}
.inquiry-section.bg-color-1 i{
  color: #eaae21;
}
.btn.btn-primary {
  min-width: 250px;
  height: 53px;
  background: #fe1314 !important;
  border-color: #fe1314 !important;
}
.info-box.clearfix h3 {
  font-size: 23px;
  letter-spacing: 2px;
}

.type-wrap {
  font-size: 50px;
  padding: 20px;
}

/* the above is for styling puposes only */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
 @media (max-width:991px) {
.container-fluid {
  width: 100%;
}
.navbar-nav {
  background: #000;
}
/*Right*/
#navbarSupportedContent {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
  position: fixed;
  overflow-y: auto;
}
.navbar-collapse.collapse.show {
  right: 0 !important;
  width: 90%;
  height: 100vh;
  top: 0;
  background: #000;
  padding: 30px;
  padding-top: 50px;
}
.nav-link {
  white-space: nowrap;
  line-height: 23px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before {
  width: 50px;
  margin: auto;
  margin-left: 0;
}
.mobile-close-menu {
  display: block !important;
}
.navbar-toggler.mobile-close-menu {
  border: 0;
  background: transparent;
}
.navbar-toggler.mobile-close-menu .navbar-toggler-icon {
  background: transparent;
}
.navbar-brand img {
  width: 35px;
}
body {
  padding-top: 57px;
}
.navbar-light .navbar-toggler {
  border: 0;
  padding: 0
}
.navbar-brand {
  padding: 0;
}
.navbar.navbar-expand-lg.navbar-light.navbar-dark .navbar-brand img {
  width: 32px;
}
.navbar.navbar-expand-lg.navbar-light.navbar-dark .navbar-brand .logo-red.d-lg-none {
  display: none !important;
}
.navbar.navbar-expand-lg.navbar-light.navbar-dark .navbar-brand .white-logo {
  display: block !important;
}
.what-we-do-box-title {
  padding: 6px 0;
}
header .navbar-light {
  background: #FFF;
}
}
.navbar {
  background-color: rgba(0, 0, 0, 0) !important;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-function: ease-in-out;
}
.page-banner {
  position: relative;
  background-position: center !important;
  min-height: 100vh;
  background-size: cover !important;
  padding: 30px 0;
}
.page-banner p {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: #FFF;
}
.page-banner::before {
  content: "";
  position: absolute;
  background: rgba(9, 21, 68, 0.65);
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.navbar-light .navbar-brand {
  background: #FFF;
  padding:5px 20px;
  border-radius: 0 0 15px 15px;
}
.navbar-light .navbar-brand img {
  width:70px;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s all ease-in-out;
  letter-spacing: 1px;
}
.how-to-apply a {
  border: 2px solid !important;
  padding: 8px 28px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none !important;
  font-size: 14px;
  background: #fe1314;
  letter-spacing: 1px;
}
.how-to-apply a:hover {
  background: #fe1314;
  transition: 0.5s all ease-in-out;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(254, 21, 22);
}
.page-banner h1 {
  font-size:52px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.page-banner h1 span {
  -webkit-text-stroke: 2px #FFF;
  color: #00A837;
  letter-spacing: 1px
}
.page-banner .container {
  position: relative;
  z-index: 1
}
.about.section-spice {
  background: #E8DCEB;
}
.fixed-top.navbar-dark {
  background: #FFF !important;
  box-shadow: 0 0 5px #0000000a;

}

.fixed-top.navbar-dark .navbar-brand img {
  width:80px;
    transition: 0.5s all ease-in-out;
}

.fixed-top.navbar-dark .nav-link {
  color: #333;
}

.title-section {
  color: #FFF !important;
  position: relative;
  display: inline-block;
}
.title-section span {
  color: #FFF !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:38px;
  font-weight: 700;
}
.about-title img{width: 320px;}


.about-text{position: relative;}

.bout-text-sub {
  font-weight: 700;
}

.text-success {
  --bs-text-opacity: 1;
  color: #1CA041 !important;
}



.btn-theme {
  color: #2A246B;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 30px;
  border: 3px solid #2A246B;
  font-weight: 700;
  font-size: 16px;
}
.btn-theme:hover{background:#2A246B; color:#FFF; }

.fixed-top.navbar-dark .navbar-brand img {
  width: 40px;
}
.fotoer2 {
  background:#f1f1f1;
  padding: 40px 0;
}

.fotoer2 a {
  text-decoration: none;
  color: #000;
}
.fotoer2 a {
  text-decoration: none;
  color: #000;
}
.socail-foote a {
  font-size: 21px;
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
}
.socail-foote a:hover{background: #000; color: #FFF;}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fe1314;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(254, 19, 20);
}

.collapse-arrow img {
  transform: rotate(-90deg);
  width: 15px;
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 37px;
}
a.collapse-arrow[aria-expanded="true"] img{
transform: rotate(0deg);
}
.collapse-arrow {
  text-decoration: none;
  color: #000 !important;
  font-size: 22px;
  background: #f9f9f9;
  padding: 15px;
}
.tab-top-eemp .card.card-body {
  max-height:350px;
  overflow-y: auto;
}

.accordion-button:not(.collapsed) {
  color: #fe1314;
}
 @media (min-width: 992px) {
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: .6rem;
 padding-left: .6rem;
  margin-left: 15px;
}
}

 @media (max-width: 991px) {
.page-banner h1 {
  font-size: 40px;
}

.navbar-light .navbar-brand img {
  width: 60px;
}
.about-text img {
  display: none;
}


}