@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..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&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
@font-face {
  font-family: playfair;
  src: url(../font/PlayfairDisplay-Regular.ttf);
}
a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
ul {
  list-style-type: none;
}
h1,
.title1 {
  font-size: 36px;
}
h2,
.title2 {
  font-size: 30px;
}
p,
.para {
  font-size: 15px !important;
}
/* Header */
.header-bottom {
  /* background: rgb(1, 21, 40); */
  background-color: #0e469f;
  color: #ccc;
}
.header-top {
  background-color: #ffffff;
  color: #252525;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
}


.offcanvas-body {
  justify-content: space-between;
}
.navbar-brand {
  height: 120px;
  width: 225px;
  padding: 0 !important;
}
.navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.logo2 {
  width: 100px;
  margin-right: 0;
}
.logo2 img {
  object-fit: contain !important;
  padding-block: 2px;
}
.nav-link {
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.dropdown-item.nav-link {
  color: #252525 !important;
}
.nav-link:hover {
  color: #ff9500 !important;
}
.navbar-expand-lg .offcanvas {
  flex-grow: 0;
  width: fit-content;
  max-width: fit-content;
}
.login {
  color: #252525;
  padding: 8px 30px;
  font-weight: 500;
  /* border: 1px solid #ff9500; */
  background-color: #ffffff;
  border-radius: 25px;
}
.login:hover {
  background-color: #ff9500;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
  background-color: #ff9500;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
.navbar {
  padding: 0 !important;
}

.dropdown-menu {
  display: none !important;
  background-color: white;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.nav-btn-sm {
  display: none;
}
/* Quick links */
.wp-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.fa-whatsapp {
  font-size: 40px;
  background-color: green;
  color: white;
  border-radius: 20%;
  padding: 5px;
}
.fa-whatsapp:hover {
  background-color: rgb(0, 61, 0);
  transition: all;
  /* 0.3s ease-in-out; */
}
/* Footer section */
.footer-section {
  background-color: #0e469f;
  color: white;
  padding: 45px 0 15px;
  text-align: center;
}
.footer-logo {
  height: 105px;
  width: 215px;
  /* margin: 0 auto 15px; */
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-list {
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ff9500;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 22px;
}
.footer-list li a,
.add {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.footer-list li a:hover {
  color: #ff9500;
}
.map iframe {
  width: 100%;
  height: 150px;
  border: none;
}
.footer-para {
  text-align: start;
  font-size: 15px;
}
.social-links {
  padding-left: 20px;
}
.social-links li a {
  font-size: 20px;
  height: 32px;
  width: 32px;
  padding: 4px;
  border-radius: 50%;
  background-color: white;
  color: #001d53;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links li a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #ff9500;
  font-size: 22px;
}

.jk-logo {
  max-width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo2 {
  height: 100px;
  width: 120px;
}
.footer-logo2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* position: absolute;
  right: 0;
  bottom: 0; */
}
.footer-top + hr {
  border: 1px solid white;
}
.footer-bottom a {
  color: white;
  position: relative;
}
.evahaan {
  margin-right: 22px;
}
.footer-bottom a:hover {
  color: #ff9500;
}
.evahaan::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  height: 20px;
  width: 1px;
  background-color: white;
}
.footer-bottom p {
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {

  .navbar-toggler {
    border: none;
    outline: none;
    background-color: whitesmoke;
  }
  .offcanvas-body {
    flex-direction: column;
    gap: 20px;
    background-color: rgb(1, 21, 40);
  }
  .dropdown-item {
    text-align: center;
  }
  .dropdown-menu {
    border-radius: 0;
  }
  .navbar-expand-lg .offcanvas {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .title1 {
    font-size: 32px;
  }
  h2,
  .title2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .navbar-expand-lg .offcanvas {
    max-width: 100%;
  }
  
  
  .navbar-brand {
    width: 150px;
    height: auto;
  }
  h1,
  .title1 {
    font-size: 28px;
  }
  h2,
  .title2 {
    font-size: 24px;
  }
  .navbar-toggler {
    padding: 2px 7px;
  }
  .footer-section {
    padding-block: 15px;
  }
  .footer-logo {
    height: 122px;
  }
  p {
    font-size: 11px !important;
  }
  .map iframe {
    margin-bottom: 15px;
  }
  .jk-logo {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px){
.nav-btn {
    
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
}