@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;
}




/* 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;
}
/* 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;
}

.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;
  }
  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: 2vw;
  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;
}
.page1 .p1-container .p1l h1 {
  color: #2D2525;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.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 {
  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;
}




.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 {
  width: 85%;
  margin: auto;
  margin-top: -1.5rem;
  position: relative;
  margin-bottom: 3rem;
}
.contact .contact-wrap {
  width: 100%;
  border-radius: 0.3125rem;
  background: #022A4E;
  display: flex;
  padding: 3rem 2rem;
  position: relative;
}
.contact .contact-wrap .cl {
  width: 50%;
  padding-right: 2rem;
}
.contact .contact-wrap .cl h3 {
  color: #FFF;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact .contact-wrap .cl h1 {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact .contact-wrap .cl p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact .contact-wrap .cl div {
  padding: 1rem 0 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.contact .contact-wrap .cl div h5 {
  display: block;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact .contact-wrap .cr {
  width: 50%;
}
.contact .contact-wrap .cr h4 {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact .contact-wrap .cr .form {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 13.7px 0px rgba(0, 0, 0, 0.25);
  width: 30rem;
  padding: 1.5rem;
  position: absolute;
  z-index: 1;
  top: 25%;
}
.contact .contact-wrap .cr .form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .contact-wrap .cr .form form input,
.contact .contact-wrap .cr .form form textarea {
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 13.1px 0px rgba(0, 0, 0, 0.25) inset;
}
.contact .contact-wrap .cr .form form button {
  border-radius: 2.625rem;
  background: #022A4E;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  cursor: pointer;
  border: none;
}
.contact .contact-wrap .cr .form form .cbtn2 {
  background: #fff;
  color: #022A4E;
}
.contact .contact-wrap .cr .form form .cbtn2:hover {
  background: #022A4E;
  color: #fff;
}
.contact .map {
  width: 100%;
  position: relative;
  padding: 1.5rem 0rem;
}
.contact .map iframe {
  width: 24.3125rem;
  height: 14.25rem;
  border-radius: 0.3125rem;
  border: 3px solid #022A4E;
}
.contact .map .icon {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  gap: 20px;
  background-color: #022A4E;
  padding: 5px;
}
.contact .map .icon a{
text-decoration: none;
}
.contact .map .icon i {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
}

@media (max-width: 768px) {
  .contact {
    width: 95%;
    margin: auto;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .contact .contact-wrap .cl h3 {
    color: #FFF;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact-wrap .cl h1 {
    color: #FFF;
    font-size: 7vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .contact .contact-wrap {
    flex-direction: column;
    padding: 4vw;
    gap: 20px;
  }
  .contact .contact-wrap .cl {
    width: 100%;
    padding-right: 0rem;
  }
  .contact .contact-wrap .cr {
    width: 100%;
  }
  .contact .contact-wrap .cr .form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 13.7px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }
  .contact .map {
    width: 100%;
    position: relative;
    padding: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@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: 2px #fff;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 500;
    color: transparent;
  }
      .text1 {
    display: inline-block;
    -webkit-text-stroke: 2px #000;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 500;
    color: transparent;
  }
  .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;

}
.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 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 */