@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  transition: all 0.5s;
  scroll-behavior: smooth;
  scroll-padding: 3rem;
  font-family: "Jost", sans-serif;
}

body{
  overflow-x: hidden;
}


/* fixed icon start */
.whatsapp-fixed {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 9999;
}

.whatsapp-fixed a {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 28px;
  z-index: 9999;
  color: #fff;
  background-color: #1DAA61;
}

.phone-fixed {
  position: fixed;
  bottom: 252px;
  right: 0;
  z-index: 9999;
}

.phone-fixed a {
  text-decoration: none;
  padding: 3px 8px;
  font-size: 28px;
  color: #ffff;
  background-color: #022A4E;
  z-index: 9999;
}

.email-fixed {
  position: fixed;
  bottom: 205px;
  right: 0;
  z-index: 9999;
}

.email-fixed a {
  text-decoration: none;
  padding: 3px 8px;
  font-size: 28px;
  color: #ffff;
  background-color: rgb(23, 23, 24);
  z-index: 9999;
}

/* Fixed icon end */

main {

  position: relative;
}

.wa {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10%;
  right: 0px;
  text-decoration: none;
  color: #fff;
  z-index: 99999;
  padding: 10px 10px 10px 13px;
  background-color: navy;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
}


/* header {
  width: 85%;
  margin: 2vw auto;
  border-radius: 3.125rem;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 4%;
  padding: 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .img{
    width: 120px;
}
header #open {
  display: none;
}
header label {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;
}
header nav ul li {
  position: relative;
  float: left;
}
header nav ul li:focus-within > ul, header nav ul li:hover > ul {
  display: block;
}
header nav ul li a {
  display: block;
  padding: 20px;
  text-transform: capitalize;
  color: #022A4E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
header nav ul li ul {
  position: absolute;
  display: none;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #555;
}
header nav ul li ul li {
  width: 100%;
  border-top: 1px solid #555;
} */





/* Navbar container */
.nav-header {
  position: relative;
  width: 100%;
  padding: 25px 0;
  transition:
    transform 0.4s ease,
    top 0.4s ease,
    opacity 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;

  transform: translateY(0);
  opacity: 1;
}

/* Inner navbar styling */
.navbar {
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 85%;
  background-color: #fff;
  padding: 0px !important;
}

.navbar .image {
  width: 120px;
}

/* Fixed position after scroll */
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  opacity: 1;
  background-color: none; /* add background so it's visible */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

/* Slide-up effect on scroll down */
.nav-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* Nav link styling */
.nav-item .nav-link {
  font-weight: 500;
  color: #022A4E !important;
}

/* Dropdown styles */
.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item {
  color: #022A4E;
  font-weight: 500;
  padding-left: 10px;
  background: none !important;
}

.dropdown-menu .dropdown-item:hover {
  letter-spacing: 1px;
}

.carousel-control-prev{
  height: 40px;
  position: absolute !important;
  top: 45% !important;
}
.carousel-control-next{
    height: 40px;
  position: absolute !important;
  top: 45% !important;
}


/* Responsive navbar */
@media(max-width: 767px) {
  .navbar {
    width: 90%;
  }

  .navbar-light .navbar-toggler {
    border: none !important;
    color: #022A4E !important;
  }

  .butt {
    display: inline-block;
    margin-bottom: 16px !important;
    padding: 8px 17px !important;
  }
}


.butt {
  --primary-color: #022A4E;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 2.25rem;
  color: var(--secondary-color);
  padding: 10px 20px;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  color: #FFF !important;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
}

.butt .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.butt .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.butt .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.butt:hover {
  background-color: var(--hover-color);
}

.butt:hover .arrow {
  background: var(--secondary-color);
}

.butt:hover .arrow:before {
  right: 0;
}

@media (max-width: 768px) {
  header {
    width: 98%;
    padding: 10px;
    margin-bottom: 22px !important;
  }

  header label {
    display: block;
  }

  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #555;
    display: none;
    border-radius: 20px;
    margin-top: 5px;
  }

  header nav ul {
    padding: 0;
  }

  header nav ul li {
    width: 100%;
  }

  header nav ul li ul {
    position: relative;
    width: 100%;
    padding-left: 2rem;
  }

  header #open:checked~nav {
    display: block;
  }

  header .phone {
    display: none;
  }
}

.hero {
  width: 95%;
  margin: auto;
  position: relative;
}

.dropdown-cat li a {
  padding: 10px 5px !important;
  color: #022A4E !important;
}

.dropdown-cat li:hover a {
  letter-spacing: 2px;
}

.dropdown-cat li {

  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.cat {
  width: 95%;
  position: relative;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}

.cat h1 {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}

.cat .cat-container {
  width: 100%;
  overflow: hidden;
}

.cat .cat-container .cat-content {
  overflow: hidden;

}

.cat .cat-container .cat-content .cat-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cat .cat-container .cat-content .cat-wrap .cat-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.cat .cat-container .cat-content .cat-wrap .cat-card h2 {
  color: #022A4E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.cat .cat-container .cat-content .cat-wrap .cat-card img {
  width: 90px;
}

.cat-card a {
  text-decoration: none;
  padding: 20px 25px;
  background-color: #022A4E;
  border-radius: 50%;
  color: #fff;
}

/* @media(max-wid) */



.page1 {
  width: 100%;
  margin: 2rem 0;
  position: relative;
  margin-bottom: 2rem;
}

.page1 .p1-container {
  width: 85%;
  margin: auto;
  display: flex;
}

.page1 .p1-container .p1l {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  align-items: start;
}

.page1 .p1-container .p1l>a {
  border-radius: 1.9375rem;
  background: #C1E5FF;
  box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.18);
  color: #000 !important;
  text-decoration: none;
  margin-bottom: 0px;
}

.page1 .p1-container .p1l h1 {
  color: #2D2525;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px !important;
}

.page1 .p1-container .p1l p {
  color: #000;
  font-family: Jost;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page1 .p1-container .p1l div {
  display: flex;
  gap: 20px;
}

.page1 .p1-container .p1l div a:nth-child(2) {
  text-decoration: none;
  color: #01BA35 !important;
  border-radius: 1.9375rem;
  border: 1px solid #01BA35;
  box-shadow: 0px 7px 7.1px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.page1 .p1-container .p1l div a:nth-child(2):hover {
  color: #fff !important;
  background-color: #022A4E;
}

.page1 .p1-container .p1r {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page1 .p1-container .p1r img {
  width: 30vw;
}

@media (max-width: 768px) {
  .page1 {
    width: 100%;
    margin: 0rem 0;
    position: relative;
    margin-bottom: 2rem;
  }

  .page1 .p1-container {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .page1 .p1-container .p1l {
    width: 100%;
  }

  .page1 .p1-container .p1r {
    width: 100%;
  }

  .page1 .p1-container .p1r img {
    width: 85vw;
  }
}

.page2 {
  width: 100%;
  position: relative;
}

.page2 .p2-container {
  width: 95%;
  margin: auto;
  border-radius: 0.625rem;
  background: #022A4E;
  position: relative;
}

.page2 .p2-container .p2up {
  display: flex;
  padding: 5vw 7vw;
  justify-content: space-between;
  gap: 20px;
}

.page2 .p2-container .p2up h2 {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page2 .p2-container .p2up p {
  width: 60%;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:768px) {
  .page2 .p2-container .p2up h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .page2 .p2-container .p2up p {
    width: 60%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.page2 .p2-container .p2down {
  width: 100%;
  overflow: hidden;
}

.page2 .p2-container .p2down .p2-content {
  overflow: hidden;
  padding: 20px;
}

.page2 .p2-container .p2down .p2-content .p2-wrap {
  display: flex;
}

.page2 .p2-container .p2down .p2-content .p2-wrap .p2-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page2 .p2-container .p2down .p2-content .p2-wrap .p2-card img {
  width: 20rem;
  height: 13rem;
  border-radius: 1.25rem;
}

.page2 .p2-container .p2down .swiper-button-next,
.page2 .p2-container .p2down .swiper-button-prev {
  position: absolute;
  top: 15rem;
  left: inherit;
  bottom: 0;
  right: 72px;
  background: transparent;
  color: #fff;
  width: 2.29369rem;
  height: 2.29369rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.page2 .p2-container .p2down .swiper-button-next:hover,
.page2 .p2-container .p2down .swiper-button-prev:hover {
  background: #01BA35;
  color: #fff;
}

.page2 .p2-container .p2down .swiper-button-next::after,
.page2 .p2-container .p2down .swiper-button-prev::after {
  font-size: 1rem;
}

.page2 .p2-container .p2down .swiper-button-prev {
  right: 7rem;
}

@media (max-width: 768px) {
  .page2 .p2-container .p2up {
    flex-direction: column;
  }

  .page2 .p2-container .p2up p {
    width: 100%;
  }

  .page2 .p2-container .p2down .p2-content .p2-wrap .p2-card img {
    width: 80vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page2 .p2-container .p2down .swiper-button-next,
  .page2 .p2-container .p2down .swiper-button-prev {
    top: 65%;
  }
}

.page3 {
  width: 100%;
  position: relative;
  margin: 3rem 0;
}

.page3 .p3-container {
  width: 95%;
  margin: auto;
  overflow: hidden;
}

.page3 .p3-container .p3up {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 4rem;
}

.page3 .p3-container .p3up h2 {
  color: #022A4E;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem;
}

.page3 .p3-container .p3up p {
  color: #022A4E;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
}

@media(max-width:768px) {
  .page3 .p3-container .p3up h2 {
    color: #022A4E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem;
  }

  .page3 .p3-container .p3up p {
    color: #022A4E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1875rem;
  }
}

.page3 .p3-container .p3up .ss-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.page3 .p3-container .p3up .ss-container .ss-content {
  overflow: hidden;
  padding: 10px;
}

.page3 .p3-container .p3down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4vw 0;
  gap: 20px;
}

.page3 .p3-container .p3down .p3l img {
  width: 45vw;
}

.page3 .p3-container .p3down .p3r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page3 .p3-container .p3down .p3r h2 {
  color: #022A4E;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page3 .p3-container .p3down .p3r p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
}

@media(max-width:768px) {
  .page3 .p3-container .p3down .p3r h2 {
    color: #022A4E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .page3 .p3-container .p3down .p3r p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1875rem;
  }
}

.page3 .p3-container .p3down .p3r div {
  display: flex;
  gap: 20px;
}

.page3 .p3-container .p3down .p3r div a {
  border-radius: 0.625rem;
  border: 1px solid #022A4E;
}

.page3 .p3-container .p3down .p3r div a:nth-child(2) {
  background-color: #fff;
  color: #000 !important;
}

.p3up .item {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px 0px;
}

.page3 .p3-container .p3down .p3r div a:nth-child(2):hover {
  color: #fff !important;
  background-color: #022A4E;
}

@media (max-width: 768px) {
  .page3 .p3-container .p3down {
    flex-direction: column;
  }

  .page3 .p3-container .p3down .p3l img {
    width: 90vw;
  }
}

.page4 {
  width: 100%;
  position: relative;
  margin: 3rem 0;
}

.p4-container {
  width: 95%;
  margin: auto;
}

.p4-container h2 {
  color: #022A4E;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p4-container>p {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  width: 70%;
  margin: auto;
}

@media(max-width:768px) {
  .p4-container h2 {
    color: #022A4E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .p4-container>p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1875rem;
    width: 70%;
    margin: auto;
  }
}

.page5 {
  width: 100%;
  margin: 3rem 0;
  margin-bottom: 2rem;
  position: relative;
}

.page5 h2 {
  color: #022A4E;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem;
  text-align: center;
}

.page5 p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  text-align: center;
}

.page5 .p5-container {
  width: 95%;
  margin: auto;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #DAEEFF;
}

.page5 .p5-container .p5-content {
  overflow: hidden;
  padding: 20px;
}

.page5 .p5-container .p5-content .p5-wrap {
  display: flex;
  width: 86rem;
  height: 25.9375rem;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card {
  width: 53.75rem;
  height: 19.125rem;
  display: flex;
  padding: 20px;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 4px 15.4px 0px rgba(0, 0, 0, 0.25);
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5l {
  width: 25%;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5l img {
  width: 15rem;
  border-radius: 0.3125rem;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5r {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5r h1 {
  color: #022A4E;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5r p {
  color: #022A4E;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: start;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5r div {
  display: flex;
}

.page5 .p5-container .p5-content .p5-wrap .p5-card .p5r div img {
  width: 2.125rem;
}

@media (max-width: 768px) {
  .page5 .p5-container .p5-content .p5-wrap .p5-card {
    height: auto;
    flex-direction: column;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5l {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5l img {
    width: 6rem;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5r {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5r p {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5r div {
    gap: 10px;
  }

  .page5 .p5-container .p5-content .p5-wrap .p5-card .p5r div img {
    width: 4vw;
  }
}

.page5 .p5-container .tt,
.page5 .p5-container .vv {
  position: absolute;
  top: 90%;
  left: inherit;
  bottom: 0%;
  right: 37%;
  color: #022A4E;
  width: 2.375rem;
  font-weight: 900;
  height: 2.375rem;
  z-index: 99;
}

.page5 .p5-container .tt::after,
.page5 .p5-container .vv::after {
  font-size: 2rem;
}

.page5 .p5-container .vv {
  right: 60%;
}

.page5 .p5-container .nn {
  position: absolute;
  top: 87%;
}

@media (max-width: 768px) {
  .page5 .p5-container .tt {
    right: 33%;
  }

  .page5 .p5-container .p5-wrap {
    display: flex;
    width: 86rem;
    height: 25.9375rem;
  }

  .about h1,
  h2 {
    font-size: 18px !important;
  }
}

.about {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about div {
  width: 100%;
  position: absolute;
  padding-top: 4rem;

}

.about div h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about div h2 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

@media (max-width: 768px) {
  .about div h1 {
    font-size: 4vw;
  }
}

.about1 {
  width: 100%;
  position: relative;
  margin: 3rem 0;
}

.about1>h1 {
  color: #022A4E;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2rem;
}

.about1 .a1-container {
  width: 85%;
  margin: auto;
}

.about1 .a1-container .a-card {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  gap: 20px;
}

.about1 .a1-container .a-card .a1-l {
  flex: 1 1 46%;
}

.about1 .a1-container .a-card .a1-l p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
}

.about1 .a1-container .a-card .a1-r {
  flex: 1 1 46%;
  position: relative;
  height: 100%;
  background-color: #022A4E;
}

.about1 .a1-container .a-card .a1-r img {
  width: 31.25rem;
  position: absolute;
  height: 100%;
  border-radius: 0.625rem;
  border-bottom: 10px solid #022A4E;
}

.about1 .a1-container .a-card2 {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.about1 .a1-container .a-card2 .a2-l {
  border: 1px solid #022A4E;
}

.about1 .a1-container .a-card2 .a2-r {
  background: #022A4E;
}

.about1 .a1-container .a-card2 .a2-r p,
.about1 .a1-container .a-card2 .a2-r h1 {
  color: #fff !important;
}

.about1 .a1-container .a-card2 .a2-l,
.about1 .a1-container .a-card2 .a2-r {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 2rem;
  border-radius: 0.625rem;
  box-shadow: 0px 14px 16.6px 0px rgba(0, 0, 0, 0.25);
}

.about1 .a1-container .a-card2 .a2-l h1,
.about1 .a1-container .a-card2 .a2-r h1 {
  color: #022A4E;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about1 .a1-container .a-card2 .a2-l img,
.about1 .a1-container .a-card2 .a2-r img {
  width: 24.87244rem;
  height: 16.56831rem;
  border-radius: 0.625rem;
}

.about1 .a1-container .a-card2 .a2-l p,
.about1 .a1-container .a-card2 .a2-r p {
  color: #022A4E;
  text-align: start;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .about1>h1 {
    font-size: 5vw;
  }

  .about1 .a1-container .a-card:nth-child(1) {
    flex-direction: column-reverse;
  }

  .about1 .a1-container .a-card .a1-r img {
    width: 84vw;
  }

  .about1 .a1-container .a-card2 .a2-l img,
  .about1 .a1-container .a-card2 .a2-r img {
    width: 67vw;
    height: auto;
    border-radius: 0.625rem;
  }
}

.about2 {
  width: 100%;
  position: relative;
}

.about2 .a2-container {
  width: 85%;
  margin: auto;
}

.about2 .a2-container h1 {
  color: #022A4E;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about2 .a2-container p {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about2 .a2-container .a2-wrap {
  width: 100%;
  min-height: 100vh;
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.about2 .a2-container .a2-wrap .a2-card {
  flex: 0 1 40%;
  height: auto;
  border-radius: 0.625rem;
  background: #FFF;
  padding: 10px;
  box-shadow: 0px 4px 18.2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about2 .a2-container .a2-wrap .a2-card:nth-child(1) {
  z-index: 1;
}

.about2 .a2-container .a2-wrap .a2-card h1 {
  color: #022A4E;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about2 .a2-container .a2-wrap .a2-card p {
  color: rgba(0, 64, 122, 0.94);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about2 .a2-container .a2-wrap .f {
  z-index: 1;
}

.about2 .a2-container .a2-wrap .cir1,
.about2 .a2-container .a2-wrap .cir2 {
  z-index: 0;
  width: 13rem;
  height: 13rem;
  border-radius: 18.125rem;
  background: rgba(2, 42, 78, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about2 .a2-container .a2-wrap .cir1 h1,
.about2 .a2-container .a2-wrap .cir2 h1 {
  color: #fff;
  font-size: 1.4rem;
}

.about2 .a2-container .a2-wrap .cir1 {
  position: absolute;
  left: 34%;
}

.about2 .a2-container .a2-wrap .cir2 {
  position: absolute;
  left: 48%;
}

@media (max-width: 768px) {
  .about2 .a2-container h1 {
    font-size: 6vw;
  }

  .about2 .a2-container p {
    font-size: 4vw;
  }

  .about2 .a2-container .a2-wrap {
    gap: 10px;
  }

  .about2 .a2-container .a2-wrap .a2-card {
    flex: 1 1 50%;
    height: auto;
    border-radius: 0.625rem;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 4px 18.2px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about2 .a2-container .a2-wrap .cir1,
  .about2 .a2-container .a2-wrap .cir2 {
    width: 49vw;
    height: 49vw;
  }

  .about2 .a2-container .a2-wrap .cir1 {
    position: absolute;
    left: 3%;
  }

  .about2 .a2-container .a2-wrap .cir2 {
    position: relative;
  }
}

.about3 {
  width: 100%;
  position: relative;
}

.about3 .a3-container {
  width: 95%;
  margin: 4rem auto;
  border-radius: 0.625rem;
  background: #022A4E;
  padding: 1rem 0;
  overflow: hidden;
}

.about3 .a3-container h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about3 .a3-container p {
  width: 55.125rem;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about3 .a3-container .a3-content {
  overflow: hidden;
  padding: 20px;
}

.about3 .a3-container .a3-content .a3-wrap {
  display: flex;
}

.about3 .a3-container .a3-content .a3-wrap .a3-card {
  width: 19.375rem;
  height: 25.34644rem;
}

.about3 .a3-container .a3-content .a3-wrap .a3-card img {
  width: 100%;
  border-radius: 0.625rem;
}

@media (max-width: 768px) {
  .about3 .a3-container h1 {
    color: #FFF;
    text-align: center;
    font-size: 6vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .about3 .a3-container p {
    width: 93%;
    margin: auto;
    color: #FFF;
    text-align: start;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .about3 .a3-container .a3-content .a3-wrap .a3-card {
    width: 19.375rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about3 .a3-container .a3-content .a3-wrap .a3-card img {
    width: 50vw;
  }
}

.cat-main {
  width: 95%;
  margin: auto;
}

.cat-main img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.cat-wrap {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0%;
  bottom: -40px;

}

.owl-carousel .owl-nav button.owl-next:hover {
  background: none;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: none;
}

.owl-carousel .owl-nav button.owl-next i {
  font-size: 25px !important;
  padding: 7px 12px !important;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #022A4E !important;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev i {
  font-size: 25px !important;
  padding: 7px 12px !important;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #022A4E !important;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: 0%;
  bottom: -40px;
}


.detail {
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 5rem;
  padding: 50px 0px 0px 0px;
}

.detail .detail-container {
  width: 95%;
  margin: auto;
  border-radius: 0.625rem;
  background: #022A4E;
  padding: 2.5vw;
}

.detail .detail-container .detail-item {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
}

.detail .detail-container .detail-item .dl {
  width: 50%;
}

.detail .detail-container .detail-item .dl .big-img {
  width: 43vw;
  border-radius: 10px;
}

.detail .detail-container .detail-item .dl .images {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.detail .detail-container .detail-item .dl .images .small-img img {
  width: 7rem;
  border-radius: 10px;
}

.detail .detail-container .detail-item .dl .small-img {
  flex-basis: 24%;
  color: #000;
}

.detail .detail-container .detail-item .dr {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail .detail-container .detail-item .dr>h3 {
  display: none;
}

.detail .detail-container .detail-item .dr .description dl dt {
  padding: 10px 0;
}

.detail .detail-container .detail-item .dr .description dl dd {
  padding-left: 2rem;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 149.9%;
}

.detail .detail-container .detail-item .dr .description dl> :nth-child(2) {
  display: none;
}

.detail .detail-container .detail-item .dr .description dl> :nth-child(8) {
  display: none;
}

.detail .detail-container>p {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.detail .detail-container>h4 {
  color: #fff;
}

@media (max-width: 768px) {
  .detail .detail-container p {
    color: #FFF;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw;
  }

  .detail .detail-container .detail-item {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .detail .detail-container .detail-item .dl {
    width: 100%;
  }

  .detail .detail-container .detail-item .dl .big-img {
    width: 90vw;
  }

  .detail .detail-container .detail-item .dl img {
    width: 100%;
  }

  .detail .detail-container .detail-item .dr {
    width: 100%;
  }

  .detail .detail-container .detail-item .dl .images .small-img img {
    width: 18vw;
  }
}

.line {
  height: 3px;
  width: 100px;
  background-color: #022A4E;
}

.phone-enq-btn {
  display: none;
}

@media(max-width:768px) {
  .desktop-enq-btn {
    display: none;
  }

  .phone-enq-btn {
    display: block;
  }
}


/* contact section start */
.contact-section {
  padding: 50px 0px;
  background-color: #022A4E;
}

.main-contact-name {
  margin-bottom: 25px;
}

.contact-details h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-details h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-details,
.contact-add-details {
  color: #fff;
}

.contact-add-details p {
  font-size: 18px;
  font-weight: 500;
}

@media(max-width:768px) {
  .contact-details h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-add-details p {
    font-size: 14p x;
    font-weight: 500;
  }
}

.find-map a {
  /* text-decoration: none; */
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  /* margin-bottom: 12px !important; */
}

.find-map a:hover {
  color: #fff;
}

.find-map {
  width: 100%;
}

.find-map iframe {
  width: 100%;
}

.contact-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 17px;
  padding: 5px;
}

.contact-icon a {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px 10px 5px 10px;
}

.contact-icon a i {
  font-size: 16px;
  color: #fff;
}



.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.form {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}

@media(max-width: 768px) {
  .form {
    margin-bottom: 13px;
  }
}

.form-head-dark input {
  padding: 5px;

}

.form-head-dark textarea {
  padding: 10px;
}

.inside-form-heading h3 {
  color: var(--sun);
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.inside-form-heading p {
  color: #8a8787;
}

.submit-btn {
  padding: 10px;
  border: none;
  background-color: #022A4E;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  /* background: url(../image/contact/captcha-bge.jpg); */
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}

/* contact section end */






@media (min-width: 1440px) {

  .page1,
  .page2,
  .page3,
  .page4,
  .page5 {
    margin: 0 auto;
    max-width: 107rem;
    padding: 0 4rem;
  }

  .about1,
  .about2,
  .about3 {
    margin: 0 auto;
    max-width: 107rem;
    padding: 0 4rem;
  }
}

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

/* why us start */
.text {
  display: inline-block;
  /* -webkit-text-stroke: 6px #fff; */
  border-radius: 50%;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}

.text1 {
  display: inline-block;
  /* -webkit-text-stroke: 6px #000; */
  border-radius: 50%;
  font-size: 60px;
  font-weight: 500;
  color: #000;
}

.points-to-why-us {
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  background-color: #022A4E;
  min-height: 350px;
}

.points-to-why-us h3 {
  color: #fff;
  margin-bottom: 20px;
}

.points-to-why-us p {
  color: #fff;
  font-size: 18px;
}

.points-to-why-us1 {
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 350px;
}

.points-to-why-us1 h3 {
  color: #000;
  margin-bottom: 20px;
}

.points-to-why-us1 p {
  color: #000;
  font-size: 18px;
}

/* why us end */



/* NEW FOOTER START */
/* footer style start */
.footer {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 50px 0px;
  background-color: #fff;
}

.footer .footer-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .quick-link ul {
  padding-left: 0px;
}

.footer .quick-link ul li {
  list-style: none;
  line-height: 35px;
  font-weight: 500;
}

.footer .quick-link h3 {
  margin-bottom: 0px;
  color: #022A4E;
}

.footer .line {
  height: 2px;
  width: 50px;
  background-color: #022A4E;
  display: inline-block;
  margin-bottom: 15px;
}

.footer .quick-link ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.footer .quick-link .products-links {
  display: flex;
  gap: 20px;
}

.footer .reach-us p i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #000;

}

.reach-us a{
  text-decoration: none;
  color: #000;
}
.reach-us a:hover{
  color: #000;
}

.footer .reach-us h3 {
  margin-bottom: 0px;
  color: #022A4E;
}

.footer .reach-us p a {
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
}

.footer .reach-us p {
  font-weight: 500;
}

.copyright {
  padding: 20px;
  background-color: #022A4E;
}

.copyright .copyright-content {
  display: flex;
  justify-content: space-between;
}

.copyright .copyright-content .left p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.right {
  display: flex;
  gap: 13px;
}

.right p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

.right p a {
  text-decoration: none;
  color: #fff;
}

@media(max-width:768px) {
  .copyright .copyright-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .copyright .copyright-content .right p {
    text-align: center;
    font-size: 16px;
  }

  .copyright .copyright-content .left p {
    text-align: center;
    font-size: 16px;
  }
}

/* footer style end */
/* NEW FOOTER END */

/* CONTACT AND BLOG SECTION START */

/* captcha start */


.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 58px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/logo/captcha-bg.jpg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 {
    display: block;
  }

}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #022A4E;
  color: #fff;
  /* padding: 10px; */
  border-radius: 6px;
}

/* captcha  end */

/* blog-section-start */
.blog-section {
  padding-bottom: 30px;
}

.blog-card {
  /* border: 1px solid #000; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.blog-card .blog-banner img {
  width: 100%;
}

.blog-card .blog-content {
  padding: 12px 20px 30px 20px;
  background-color: rgb(236, 228, 228);
}

.blog-card .blog-content .date {
  font-size: 13px;
  color: rgb(100, 99, 99);
  margin-bottom: 20px;
}

.blog-card .blog-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-card .blog-content p {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* blog-section-end */
/* CONTACT AND BLOF SECTION END */

/* sub-products start */
.sub-products {
  padding: 50px 0px;
}

.sub-product-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sub-product-card .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #022A4E;
}

.sub-product-card .card-content a {
  text-decoration: none;
  font-size: 22px;
  color: #fff !important;
  width: 100%;
  text-align: center;
}

/* sub-products end */

/* main product start */
.main-product {
  padding: 50px 0px;
}

.main-card {
  /* border: 1px solid #000; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  overflow: hidden;
}

.main-card:hover img {
  transform: scale(1.01);
}

.main-card h2 {
  font-size: 25px;
}

.main-card .enq-btn {
  text-decoration: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #022A4E;
  display: inline-block;
  color: #fff !important;
}

/* main product end */





/* successs start */
.submit-form {
  padding: 50px 0;
}

.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}

.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}

.submit-form .submit-head h2 {
  color: #155391;
  margin: 13px 0 0;
}

.submit-form .submit-head p {
  margin-bottom: 28px;
}

/*success style end */

/* blog-details-start */
.blog-details {
  padding: 50px 0px;
}

.blog-image {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}

.blog-content p {
  font-size: 18px;
  text-align: justify;
}

.related-blog-card {
  border: 1px dotted #000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.related-blog-card a {
  text-decoration: none;
  color: #000 !important;
}

.related-blog-card img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.related-blog-card h3 {
  font-size: 17px;
}

.related-blog-card p {
  font-size: 12px;
  margin-bottom: 0;
}

/* blog-details-end */





@media(max-width:768px) {
  .responsive-phone {
    padding: 10px 10px 10px 30px !important;
    border-radius: 10px !important;
    background-color: #022A4E !important;
    min-height: 350px !important;
    color: #fff !important;
  }

  .responsive-phone .text1 {
    -webkit-text-stroke: 2px #fff;
    color: transparent;
  }

  .responsive-phone h3 {
    color: #fff;
  }

  .responsive-phone p {
    color: #fff;
  }

  .responsive-phone2 {
    padding: 10px 10px 10px 30px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    min-height: 350px !important;
  }

  .responsive-phone2 .text {
    -webkit-text-stroke: 2px #000;
    color: transparent;
  }

  .responsive-phone2 h3 {
    color: #000;
  }

  .responsive-phone2 p {
    color: #000;
  }
}



/*** Testimonial Start ***/
.testimonial {
  position: relative;
  overflow: hidden;
  background-color: #fff2f2;
}

.testimonial::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s;
}

.testimonial-item {
  background-color: #022A4E !important;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}



.testimonial::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  z-index: -1;
}

.testi-head-one {
  font-size: 18px !important;
  margin-bottom: 12px;
}

.testi-head-two {
  font-size: 25px;
}

.testimonial .testimonial-carousel .testimonial-item {
  text-align: center;
  border-radius: 10px;
  background: rgba(256, 256, 256, 0.2);
  min-height: 250px;
  max-height: 250px;
}

.testimonial-carousel .testimonial-item .testimonial-inner {
  display: flex;
  justify-content: center;
 
}

.testimonial-item .testimonial-inner .testimonial-img {
  position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid #fff;
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
  position: absolute;
  top: 0;
  left: -25px;
  color: #fff;
  background: #022A4E;
}


/*** Testimonial End ***/



/* career page css start */

.current-main-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 320px;
  max-height: 400px;
}

.current-icon img {
  width: 55px;
}

.current-name h3 {
  font-size: 25px;
  font-size: 600;
}

.current-name a {
  text-decoration: none;
  color: #575656;
}

.current-three-btn {
  display: flex;
  justify-content: space-between;


}

.current-three-btn p {
  background-color: #e7e7e7 !important;
  padding: 2px 6px;
  font-size: 13px;
}

.curent-btn {
  padding: 7px !important;
  border-radius: 4px;
    text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
}






.career-section,
.current-opening {
  background-color: #f1f1f1;
}

.career-card {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  max-height: 310px !important;
}

.career-card h3 {
  font-size: 25px;
  color: #022A4E;
  font-weight: 600;
  margin-bottom: 12px;
}

.career-card p i {
  color: #022A4E;
}

.career-two-card {
  background-color: #022A4E;
  color: #fff !important;
}

.career-two-card h3 {
  color: #fff !important;
}

.career-two-card p i {
  color: #1DAA61 !important;
}

@media(max-width: 768px) {
  .career-card {
    margin-bottom: 20px;
  }

  .current-main-card {
    margin-bottom: 20px;
  }

  .career-card {
    /* max-height: 320px !important; */
    min-height: 450px;
  }

  .career-two-card {
    min-height: 320px !important;
  }

  .current-three-btn {
    flex-direction: column;
    text-align: center;
  }

  .current-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }


}



/* end career css  */



/* our gallery */
.gallery-section {
  background-color: #ffffff;
}

.more-gallery-img img {
  transition: 0.4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}






.lb-number{
  display: none !important;
}




/* gallery end */



/* privacy policy start and term condition */

.privacy-content .privacy-head {
  margin-bottom: 50px;
}

.privacy-content {
  padding: 50px;
}

.privacy-content .privacy-head h2 {
  font-size: 3rem;
  position: relative;
}

.privacy-content .privacy-head h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #022A4E;
}

.privacy-content ul {
  padding-left: 0;
}

.privacy-content a {
  text-decoration: none;
  color: #000;
}

.privacy-content h3 {
  font-size: 24px;
  margin-top: 40px;
}

/* resourcces style start */
       .resource-head h2{
         font-size: 50px;
         color: #022A4E;
        }
         .resource-head{
            margin-bottom: 40px;
         }
          .resource-head p{
            font-size: 22px;
          }

          @media(max-width:768px){
        
         .resource-head{
           margin-bottom: 20px;
         }
          .resource-head p{
            font-size: 16px;
          }
             .resource-head h2{
            font-size: 28px !important;
          }
          }
        .exeliq-moments .nav-tabs .nav-link.active {
            background-color: #022A4E;
            color: #fff !important;
          
            /* border-bottom: 2px solid #007bff; */
            font-weight: 500;
            outline: none !important;
        }

        .exeliq-moments .nav-tabs .nav-link {
            color: #000;
            font-weight: 500;
             outline: none !important;
             border: 1px solid #022A4E;
             border-radius: 25px;
             margin-right: 5px;
        }
/* resources style end */