@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.toggle-btn,
.close-toggle {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 1.3rem;
  width: 100%;
}

.img-hover {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.img-hover:hover {
  transform: scale(1.03);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  transition: all 0.3s ease 0s;
  display: inline-block;
  color: #c6e1ff;
  text-decoration: none;
  font-size: 1rem;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #2a3182;
  outline: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
}

p {
  margin-bottom: 0.6em;
  font-size: calc(1.2rem + 0.01vw);
}

.font-small {
  font-size: 0.9rem;
}

section {
  padding: 3em 0;
  position: relative;
}

.text-white {
  color: #fff !important;
}

.btn-cta {
  background-color: #2a3182;
  padding: 0.3em 1.5em;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2a3182;
  transition: all 0.7s;
}
.btn-cta:hover {
  color: #2a3182;
  background: transparent;
}

.btn-main {
  background-color: #2a3182;
  color: #fff;
  padding: 0.3em 2em;
  border-radius: 1.3rem;
  border: 1px solid #2a3182;
  transition: all 0.7m;
}
.btn-main:hover {
  color: #2a3182;
  background: transparent;
}

.btn-main-reverse {
  background-color: transparent;
  color: #2a3182;
  padding: 0.3em 2em;
  border-radius: 1.3rem;
  border: 1px solid #2a3182;
  transition: all 0.7m;
}
.btn-main-reverse:hover {
  color: #fff;
  background: #2a3182;
}

.btn-lg {
  font-size: 1.4rem;
  padding: 0.3em 3em;
}

header {
  padding: 0.5em 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 1em;
}
.section-heading h1 {
  position: relative;
  margin-bottom: 1em;
}
.section-heading h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #2a3182;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading h2 {
  font-size: calc(1.1rem + 1vw);
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
  color: #2a3182;
}
.section-heading h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #2a3182;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading p {
  font-size: 1.2rem;
}

.nav-menu {
  max-width: 1000px;
  display: flex;
  padding: 5px 0;
  margin-bottom: 0.3em;
  padding-top: 2em;
}
.nav-menu .appointment-btn {
  background-color: #f99c1c;
  border-radius: 30px;
  padding-left: 30px;
  line-height: 2.3;
  height: 35px;
  padding-right: 30px;
  margin-top: 2px;
  color: #fff;
  font-weight: 600;
}
.nav-menu .appointment-btn:hover {
  background-color: #2a3182;
  color: #fff;
}
.nav-menu .menu-inner {
  padding-bottom: 2px;
  width: 70%;
  padding-left: 0px;
}
.nav-menu .menu-inner ul .menu-item-has-children ul li {
  width: 100%;
}
.nav-menu .menu-inner ul {
  margin: 0;
  flex-direction: row;
}
.nav-menu .menu-inner ul .menu-item-has-children {
  position: relative;
}
.nav-menu .menu-inner ul .menu-item-has-children .menu-item-has-children ul {
  position: absolute;
  z-index: 9999;
  width: 240px;
  padding: 10px 0;
}
.nav-menu .menu-inner ul .menu-item-has-children a i {
  padding: 0 2px;
  top: 2px;
  position: relative;
}
.nav-menu .menu-inner ul li.current-menu-item a {
  color: #2a3182;
}
.nav-menu .menu-inner ul li.menu-item-has-children ul {
  display: none;
}
.nav-menu .menu-inner ul li.menu-item-has-children:hover ul {
  display: block;
  background: #fff1de;
}
.nav-menu .menu-inner ul > li {
  display: inline-block;
}
.nav-menu .menu-inner ul > li a {
  padding: 10px 15px;
  color: #000;
  display: block;
}
.nav-menu .menu-inner ul > li a:hover {
  color: #2a3182;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.3em 1em;
}

.menu-item-has-children .nav-menu .menu-inner .nav-menu .menu-inner ul .menu-item-has-children ul li a {
  color: #000;
  padding: 10px 20px;
}

.nav-menu .menu-inner ul .menu-item-has-children ul li a:hover {
  color: #2a3182;
}

section.slider-home-section {
  padding-top: 0;
  padding-bottom: 0;
}
section.slider-home-section img {
  border-radius: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 20px !important;
}

button:focus {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {
  background: none;
  border: none;
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
  color: #f99c1c;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 21px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav [class*=owl-] i {
  margin: auto;
  font-size: 1.6rem;
  background: #fff;
  color: #2a3182;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-dots {
  position: absolute;
  top: calc(96% - 21px);
  width: 107%;
  left: -21px;
}
.owl-dots .owl-dot span {
  background: #bbffd9 !important;
}
.owl-dots .owl-dot.active span {
  background: #f99c1c !important;
}

.slider-cta {
  background-color: #f99c1c;
  padding: 2.5em 5em;
  top: -2em;
  position: relative;
}
.slider-cta .slider-cta-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.5em;
}
.slider-cta .slider-cta-wrapper .content {
  color: #2a3182;
}
.slider-cta .slider-cta-wrapper .content h2 {
  font-size: 1.8rem;
  font-weight: 300;
}
.slider-cta .slider-cta-wrapper .content p {
  font-size: 1.6rem;
}
.slider-cta .slider-cta-wrapper .content p a {
  font-size: 1.6rem;
  color: #2a3182;
  font-weight: 600;
}
.slider-cta .slider-cta-wrapper .content p a:hover {
  color: #fff;
}

.about-us-section h1 {
  font-weight: 300;
  margin-bottom: 1em;
  color: #2a3182;
}

.services-icon-slide {
  text-align: center;
}
.services-icon-slide h3 {
  font-weight: 500;
}
.services-icon-slide a {
  color: #fff;
  font-size: 1.2rem;
}
.services-icon-slide a:hover {
  color: #f99c1c;
}

.faq-sec {
  background-color: #fff8ef;
  padding: 5em 0;
}
.faq-sec h3 {
  text-transform: uppercase;
}
.faq-sec h3 span {
  text-transform: capitalize;
  color: #f99c1c;
}

.accordion,
.accrodion-grp {
  padding: 1.3em 0.3em;
}

.accordion .card {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  border-right: none;
  background: transparent;
}
.accordion .card .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  background-color: transparent;
  padding: 0.3em 0.4em;
}
.accordion .card .card-header h4 .btn {
  font-size: 1.15rem;
  color: #000;
  padding-left: 0;
  font-weight: 500;
  text-decoration: none;
}
.accordion .card .card-header h4 .btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  color: #f5811d;
  position: absolute;
  display: inline-block;
  width: 20px;
  top: 24px;
  content: "\f077";
  right: 0;
}
.accordion .card .card-header h4 .btn.collapsed {
  font-size: 1.15rem;
}
.accordion .card .card-header h4 .btn.collapsed::after {
  content: "\f078";
}
.accordion .card .card-body {
  font-size: 1rem;
}

.accrodion-grp .accrodion {
  margin: 1.5em 0;
  cursor: pointer;
}
.accrodion-grp .accrodion .accrodion-title h5 {
  font-size: 1.4rem;
  font-weight: 500;
}
.accrodion-grp .accrodion .accrodion-content .inner {
  font-size: 1.1rem;
}

.blog-inner-col {
  margin: 0.3em 0 1.5em;
}
.blog-inner-col .date {
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.blog-inner-col .date span {
  font-size: 0.9rem;
  margin-right: 0.3em;
}
.blog-inner-col .date span a {
  color: #000;
}
.blog-inner-col .date span a:hover {
  color: #f99c1c;
}
.blog-inner-col .date span a i {
  margin-right: 0.2em;
}
.blog-inner-col h3 {
  margin-bottom: 0.6em;
}
.blog-inner-col h3 a {
  color: #2a3182;
  font-size: 1.6rem;
}
.blog-inner-col h3 a:hover {
  color: #f99c1c;
}
.blog-inner-col figure img {
  transform: scale(1);
  transition: all 0.7s;
}
.blog-inner-col figure img:hover {
  transform: scale(1.03);
}

.sidebar {
  /* For Safari */
  position: sticky;
  top: 20px;
  padding: 15px;
  border-radius: 5px;
}

section.contact-form-sec {
  padding: 4em 0;
  background: #fff7eb;
}
section.contact-form-sec p {
  font-size: 1.2rem;
  margin: 0.4em 0;
}
section.contact-form-sec h4 {
  color: #2a3182;
}
section.contact-form-sec .contact-details {
  margin-top: 1.4em;
}
section.contact-form-sec .contact-details li {
  font-size: 1.2rem;
  line-height: 2;
}
section.contact-form-sec .contact-details li a {
  font-size: 1.2rem;
  color: #000;
}
section.contact-form-sec .contact-details li a:hover {
  color: #f99c1c;
}
section.contact-form-sec input {
  height: 45px;
  border-radius: 1.3rem;
}

section.page-title-bar-sec {
  background-color: #e4e6ff;
}
section.page-title-bar-sec .breadcrumb {
  background: transparent;
  font-size: 1rem;
  justify-content: center;
}
section.page-title-bar-sec .breadcrumb a {
  color: #2a3182;
}
section.page-title-bar-sec .breadcrumb a:hover {
  color: #f99c1c;
}

.page-title-bar-sec.services h1 {
  color: #2a3182;
}

.service-inner-col h2,
.service-inner-col h3 {
  margin: 1em 0;
}
.service-inner-col a {
  font-size: 1.2rem;
  color: #2a3182;
}
.service-inner-col a:hover {
  color: #f99c1c;
}
.service-inner-col .wp-block-list {
  font-size: 1.2rem;
  padding-left: 2em;
  margin-bottom: 1.5em;
}
.service-inner-col .wp-block-list li {
  line-height: 1.8;
  list-style-type: disc;
}

.featured-post h4 {
  font-size: 2rem;
}
.featured-post .featured-post-title {
  font-size: 1.4rem;
}
.featured-post .featured-post-title a {
  color: #000;
}
.featured-post .featured-post-title a:hover {
  color: #f99c1c;
}
.featured-post .date {
  font-size: 0.8rem;
}

.call-and-whatsapp-bar {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.call-and-whatsapp-bar .call-icon {
  background-color: #2a3182;
  padding: 0.4em 2em;
  border-radius: 1.3rem;
  font-size: 1.2rem;
}
.call-and-whatsapp-bar .call-icon:hover {
  background-color: #f99c1c;
}
.call-and-whatsapp-bar .whatsapp-icon {
  background-color: #00ad35;
  color: #fff;
  padding: 0.4em 2em;
  border-radius: 1.3rem;
  font-size: 1.2rem;
}
.call-and-whatsapp-bar .whatsapp-icon:hover {
  background-color: #f99c1c;
}

section.service-call-to-action {
  background-color: #f99c1c;
}
section.service-call-to-action h3 {
  margin-bottom: 0.3em;
  font-size: 2.2rem;
}
section.service-call-to-action .btn-cta {
  font-size: 2rem;
  text-transform: uppercase;
}

.service-inner-sec .inquiry-form {
  margin: 1.5em 0;
  background-color: #bbffd9;
  padding: 1em 1.5em;
  border-radius: 1.3rem;
}
.service-inner-sec .inquiry-form h3 {
  margin: 0.4em 0;
}
.service-inner-sec .other-services {
  margin: 1.5em 0;
}
.service-inner-sec .other-services ul {
  padding-left: 0.8em;
}
.service-inner-sec .other-services ul li {
  line-height: 2;
  font-weight: 500;
}
.service-inner-sec .other-services ul li a {
  color: #2a3182;
}
.service-inner-sec .other-services ul li a:hover {
  color: #f99c1c;
}

section.services-cta {
  text-align: center;
  background-color: #bbffd9;
}
section.services-cta h3 {
  text-align: center;
}
section.services-cta p {
  text-align: center;
}
section.services-cta p a {
  color: #2a3182;
  font-weight: 500;
  font-size: 1.4rem;
}
section.services-cta p a:hover {
  color: #f99c1c;
}

section.quick-links-sec {
  background-color: #fff7eb;
}

.quick-links-wrapper {
  display: grid;
  margin: 1.5em 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.quick-links-wrapper li a {
  color: #000;
}
.quick-links-wrapper li a:hover {
  color: #2a3182;
}

footer {
  padding: 3em 1em 0;
  background-color: #231e39;
  color: #fff;
}
footer .footer-top h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
footer .footer-top .footer-logo {
  margin: 0 0 2.3em 0;
}
footer .footer-top ul li {
  line-height: 2;
  font-size: 1rem !important;
}
footer .footer-top ul li a {
  color: #fff;
  font-size: 1rem !important;
}
footer .footer-top ul li a:hover {
  color: #bbffd9;
}
footer .footer-top .social-media-icon {
  margin: 2em 0;
  display: flex;
  gap: 2em;
}
footer .footer-top .social-media-icon a {
  color: #fff;
}
footer .footer-top .social-media-icon a:hover {
  color: #bbffd9;
}
footer .footer-top .social-media-icon a i {
  font-size: 2rem;
}
footer .footer-bottom {
  border-top: 1px solid #c2c2c2;
  padding: 1.5em 0;
}
footer .footer-bottom ul.footer-menu {
  display: flex;
  gap: 20px;
  float: right;
}

.get-started {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: -webkit-fill-available;
  padding: 0 2em;
}
.get-started .main-btn-static {
  width: 100%;
  background-color: #2a3182;
  text-align: center;
  padding: 0.3em 1em;
}
.get-started .main-btn-static .btn-important {
  width: 100%;
}

.chat-icon {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  text-align: center;
  position: fixed;
  right: 3rem;
  bottom: 6rem;
  z-index: 20;
  transform: translateY(10rem);
}
.chat-icon .hero-scroll-icon {
  font-size: 1.6rem;
}
.chat-icon .hero-scroll-icon svg {
  width: 40px;
}

.chat-icon.show {
  transform: translateY(0);
}

.hero-scroll-wrapper {
  position: absolute;
  right: 7.5rem;
  bottom: -2rem;
}

.hero-scroll {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  background-color: #35d766;
  border: 1px solid #7dffa5;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.hero-scroll:hover {
  box-shadow: 0 0 0.7rem 0.1rem #73ec98;
}
.hero-scroll:hover .fa:first-child {
  transform: translateY(-1rem);
  opacity: 1;
}
.hero-scroll .hero-scroll-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%) !important;
  text-decoration: none;
  color: #ecfff1;
  font-size: 2rem;
  overflow: hidden;
  left: 0;
  right: 0;
}
.hero-scroll .hero-scroll-icon .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
  transform: translateY(0) !important;
  opacity: 1 !important;
  font-size: 1em;
}
.hero-scroll:last-child {
  opacity: 1;
  transform: translateY(-1.5rem);
}

.chat-notification {
  background-color: #2a3182;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 3px;
  right: 0;
}

.hero-scroll:hover .fa:last-child {
  transform: translateY(-3rem);
  opacity: 1;
}

.get-started {
  position: fixed;
  bottom: 1em;
  z-index: 99;
  width: -webkit-fill-available;
  padding: 1em 2em;
}
.get-started .main-btn-static .btn-important {
  width: 100%;
}
.get-started .main-btn-static .get-started.hide {
  display: none;
}

.small-width {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.contact-mail .conatct-info {
  display: inline-grid;
  gap: 10px;
  align-items: center;
  background: #bbffd9;
  border-radius: 1.3em;
  color: #191d51;
  padding: 0.5em 0;
}
.contact-mail .conatct-info a {
  color: #2a3182;
}
.contact-mail .conatct-info p {
  margin: 0;
}

.mobile-display {
  display: none;
}

.desktop-display {
  display: block;
}/*# sourceMappingURL=style.css.map */