/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
/* =====global css starts=====*/
:root {
  --blue: #273a86;
  --green: #19b586;
  --pink: #ee336a;
  --yellow: #fcbe11;
  --font-primary: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
section ul, header ul, footer ul {
  padding: 0;
  margin: 0;
}
section ul li, header ul li, footer ul li {
  list-style: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 85%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .maincontainer {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .maincontainer {
    width: 94%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
.btn-one:hover {
  color: #fff;
}
@media (max-width: 575px) {
  .btn-one {
    padding: 10px 20px;
  }
}
.btn-one.blue {
  background-color: var(--blue);
}
.btn-one.blue:hover {
  background-color: var(--green);
}
.btn-one.pink {
  background-color: var(--pink);
}
.btn-one.pink:hover {
  background-color: var(--yellow);
}
.btn-one.green {
  background-color: var(--green);
}
.btn-one.green:hover {
  background-color: var(--blue);
}
.btn-one.yellow {
  background-color: var(--yellow);
}
.btn-one.yellow:hover {
  background-color: var(--pink);
}

.section-heading h2 {
  color: var(--blue);
  font-weight: 600;
  font-size: 36px;
  display: inline-block;
  margin: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
  }
}

.bdr-btm {
  border-bottom: 3px solid var(--pink);
  padding-bottom: 8px;
}

.entry-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--green);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .entry-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 24px;
  color: var(--blue);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 20px;
  }
}

.site-main p {
  text-align: justify;
}

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
  font-weight: 500;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 16px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--blue);
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
form input[type=submit]:hover {
  background-color: var(--green);
  color: #fff;
}

/* ===== components ends =====*/
.site-header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  padding: 16px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-header {
    padding: 10px 0;
  }
}
.site-header .hdr-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .logo img {
  width: 200px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .logo img {
    width: 170px;
  }
}
.site-header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
}
.site-header.active .logo img {
  width: 130px;
}

.menu-wrap {
  display: flex;
  align-items: center;
}
.menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
    padding-top: 10px;
  }
}
.menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  padding: 0 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 0 20px;
  }
}
.menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
  }
}
.menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pink);
  border-radius: 2px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    content: none;
  }
}
.menu-wrap .hdr-toggle {
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .menu-wrap .hdr-toggle {
    display: none;
  }
}
.menu-wrap .hdr-toggle span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: var(--blue);
  border-radius: 2px;
}
.menu-wrap .hdr-toggle span:nth-child(2) {
  margin: 5px 0;
}

.qc-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.6s ease-in-out;
}
.qc-wrapper.active {
  right: 0;
  background: rgba(0, 0, 0, 0.6117647059);
}
.qc-wrapper .quick-contact {
  background: #fff;
  height: 100%;
  padding: 3rem 5rem 5rem;
  width: 40%;
  margin-left: auto;
  overflow-y: auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .qc-wrapper .quick-contact {
    width: 60%;
    padding: 3rem 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .qc-wrapper .quick-contact {
    width: 80%;
    padding: 2rem;
  }
}
.qc-wrapper .quick-contact .qc-close {
  text-align: right;
  cursor: pointer;
}
.qc-wrapper .quick-contact .qc-close i {
  color: var(--pink);
  font-size: 40px;
}
.qc-wrapper .qc-inner .qc-title {
  font-size: 18px;
  font-weight: 600;
}
.qc-wrapper .company li {
  margin-bottom: 8px;
}
.qc-wrapper .company li i {
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  background-color: var(--pink);
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 10px;
}
.qc-wrapper .company li a {
  color: var(--blue);
  font-weight: 500;
}
.qc-wrapper .company li a:hover {
  color: var(--pink);
}

.heroBanner .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.heroBanner .swiper-slide .image {
  width: 45%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heroBanner .swiper-slide .image {
    width: 100%;
  }
}
.heroBanner .swiper-slide .image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroBanner .swiper-slide .image img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .heroBanner .swiper-slide .image img {
    height: 300px;
  }
}
.heroBanner .swiper-slide .txt {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 7.5%;
  position: relative;
  z-index: 1;
  background-color: #f6fcfd;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .heroBanner .swiper-slide .txt {
    padding: 5% 7.5%;
  }
}
@media (max-width: 991px) {
  .heroBanner .swiper-slide .txt {
    width: 100%;
    /* Large Devices, Wide Screens */
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .heroBanner .swiper-slide .txt {
    padding: 5% 3%;
  }
}
.heroBanner .swiper-slide .txt h2 {
  color: var(--blue);
  font-weight: 700;
  font-size: 46px;
  margin: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroBanner .swiper-slide .txt h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .heroBanner .swiper-slide .txt h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .heroBanner .swiper-slide .txt h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .heroBanner .swiper-slide .txt h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .heroBanner .swiper-slide .txt h2 {
    font-size: 20px;
  }
}
.heroBanner .swiper-slide .txt p {
  margin: 20px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroBanner .swiper-slide .txt p {
    margin: 16px 0;
    font-size: 15px;
  }
}
.heroBanner .swiper-slide .txt .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.heroBanner .swiper-pagination-bullet {
  width: 30px;
  height: 14px;
  border-radius: 30px;
}
.heroBanner .swiper-pagination-bullet-active {
  background-color: var(--blue);
}
.heroBanner .swiper-button-next, .heroBanner .swiper-button-prev {
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroBanner .swiper-button-next, .heroBanner .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .heroBanner .swiper-button-next, .heroBanner .swiper-button-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.heroBanner .swiper-button-next::after, .heroBanner .swiper-button-prev::after {
  font-size: 18px;
  color: var(--blue);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroBanner .swiper-button-next::after, .heroBanner .swiper-button-prev::after {
    font-size: 16px;
  }
}

.site-background {
  background-image: radial-gradient(#fff 50%, #d6f2f4 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site-background::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background-color: #d2f4f7;
  z-index: -1;
}

.abt-img {
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .abt-img {
    height: auto;
  }
}
.abt-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.abt-desc-box {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .abt-desc-box {
    order: -1;
  }
}

.abt-desc {
  padding-left: 40px;
  text-align: justify;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .abt-desc {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .abt-desc {
    padding-left: 0;
    margin-bottom: 5%;
  }
}

.company-item {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.company-item a {
  display: block;
}
.company-item img {
  width: 170px;
  margin: 0 auto;
}
.company-item h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0 8px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .company-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .company-item h3 {
    margin: 16px 0 8px;
  }
}
.company-item p {
  color: #444;
}
.company-item:hover {
  background-color: #f5f5f5;
  box-shadow: none;
}
.company-item.yellow:hover {
  background-color: #fff4d1;
}
.company-item.pink:hover {
  background-color: #ffe1e8;
}
.company-item.green:hover {
  background-color: #dffaf5;
}

.site-footer {
  background-color: var(--blue);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top .ft-logo img {
  width: 160px;
}
.footer-top .ft-menu li {
  display: inline-block;
}
.footer-top .ft-menu li a {
  color: #fff;
  padding: 0 16px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.footer-top .ft-menu li a:hover {
  color: var(--pink);
}
@media (max-width: 767px) {
  .footer-top .ft-menu li a {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .footer-top .ft-menu li a {
    font-size: 15px;
    padding: 0 8px;
  }
}
.footer-top .ft-menu li:not(:last-child) a {
  border-right: 2px solid #4e66a9;
}

.social-media h4 {
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media h4 {
    font-size: 18px;
  }
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li:not(:last-child) {
  margin-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media ul li:not(:last-child) {
    margin-right: 6px;
  }
}
.social-media ul li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #34468c;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
.social-media ul li i:hover {
  background-color: var(--pink);
}
@media (max-width: 575px) {
  .social-media ul li i {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}

.copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 2px dashed #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .copyright {
    padding: 16px 0;
  }
}
.copyright p {
  margin: 0;
  color: #fff;
}

#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 1;
}
#scroll-top i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--pink);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#scroll-top i:hover {
  background-color: var(--yellow);
}

:where(.wp-block-columns.is-layout-flex) {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem;
  }
}

.contact-aside {
  padding: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-aside {
    padding: 20px;
  }
}

.contact-det li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
}
.contact-det li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: #fff;
  background-color: var(--pink);
  text-align: center;
  border-radius: 2px;
}
.contact-det li span {
  font-weight: 600;
}
.contact-det li a {
  display: block;
  color: #222;
}
.contact-det li a:hover {
  color: var(--pink);
}/*# sourceMappingURL=main.css.map */