/*********************
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: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

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

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

/* =====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: 80%;
  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: 90%;
  }
}

#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;
  font-weight: 500;
  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: #875f22;
  font-weight: 600;
  font-size: 34px;
  display: inline-block;
  margin: 0;
  font-family: var(--font-primary);
  /* 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 {
  position: relative;
  z-index: 2;
  padding: 16px 0;
}
.site-header .back-link a {
  color: var(--blue);
  font-weight: 600;
}
.site-header .back-link a:hover {
  color: var(--yellow);
}

.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;
}

.hero-banner .hero-txt {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hero-banner .hero-txt {
    width: 60%;
  }
}
@media (max-width: 1300px) {
  .hero-banner .hero-txt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-txt {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .hero-banner .hero-txt {
    width: 100%;
  }
}
.hero-banner h2 {
  color: #875f22;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 16px;
  font-family: var(--font-primary);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hero-banner h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .hero-banner h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero-banner h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .hero-banner h2 {
    font-size: 22px;
  }
}
.hero-banner .hero-img img {
  width: 100%;
}

.yellow-bg {
  z-index: 1;
  position: relative;
}

.top-overlay {
  position: relative;
  z-index: -1;
}
.top-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  padding-bottom: 10%;
}

.logo img {
  width: 360px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .logo img {
    width: 220px;
  }
}

.about {
  text-align: center;
}
.about .abt-desc {
  width: 60%;
  margin: 0 auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about .abt-desc {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .about .abt-desc {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about .abt-desc {
    width: 100%;
  }
}

.card1 {
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .card1 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .card1 {
    padding: 20px;
  }
}
.card1 .img-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .img-icon {
    height: 80px;
    width: 80px;
    padding: 16px;
  }
}
.card1 .text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0 12px;
  color: #222;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .text h3 {
    font-size: 18px;
    margin: 10px 0 8px;
  }
}
.card1 .text p {
  color: #444;
  margin: 0;
}
.card1:hover {
  background-color: #f6f0e0;
  box-shadow: unset;
}
.card1:hover .img-icon {
  background-color: #fff;
}

.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: #e88b11;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top .ft-logo img {
  width: 200px;
}
.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(--yellow);
}
@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 #fff;
}

.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: var(--yellow);
  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(--blue);
}
@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(--yellow);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#scroll-top i:hover {
  background-color: var(--blue);
}

: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 */