@charset "UTF-8";
@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;
}

.text-muted {
  color: #B6B6B6 !important;
}

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: 0.3rem;
}

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

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

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

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

p {
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
p b {
  font-weight: 600;
}

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

section {
  padding: 4.5em 0;
}
section .section-title {
  text-align: center;
}
section .section-title h3 {
  font-size: 2.4rem;
  color: #2582a1;
  position: relative;
}
section .section-title h3::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 1px;
  left: calc(50% - 59px);
  bottom: 0.1rem;
  background-color: #2582a1;
}
section .section-title h3::before {
  content: "";
  content: "";
  position: absolute;
  width: 5rem;
  height: 1px;
  left: calc(50% - 37px);
  bottom: -0.2rem;
  background-color: #2582a1;
}

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

.call-btn {
  border: 1px solid #2582a1;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  background: #2582a1;
  font-weight: 700;
  color: #fff;
}
.call-btn i {
  font-size: 1.4rem;
}
.call-btn:hover {
  background: transparent;
  color: #2582a1;
}

.whatsapp-btn {
  border: 1px solid #02be57;
  padding: 0.5rem 3.8rem;
  border-radius: 2rem;
  background: #02be57;
  font-weight: 700;
  color: #fff;
}
.whatsapp-btn i {
  font-size: 1.4rem;
}
.whatsapp-btn:hover {
  background: transparent;
  color: #02be57;
}

.view-all {
  border: 1px solid #2582a1;
  padding: 0.8rem 3rem;
  max-width: 20rem;
  margin: 0 auto;
  border-radius: 2rem;
  background: #2582a1;
  font-weight: 500;
  color: #fff;
}
.view-all:hover {
  background: transparent;
  color: #2582a1;
}

.btn-default {
  border: 1px solid #ef7b14;
  padding: 0.5rem 2.5rem;
  border-radius: 2rem;
  background: #ef7b14;
  color: #fff;
}
.btn-default:focus {
  color: #fff;
}

.btn-cta {
  background-color: #ef7b14;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #ef7b14;
  transition: all 0.7m;
}
.btn-cta :hover {
  color: #ef7b14;
  background-color: transparent;
}

ul.default-list {
  padding-left: 2rem;
}
ul.default-list li {
  font-size: 1.1rem;
  line-height: 1.8rem;
  position: relative;
  margin-bottom: 0.5rem;
}
ul.default-list li::before {
  content: "\f35a";
  position: absolute;
  left: -1.5rem;
  font-family: "Font Awesome 5 Free";
  color: #ef7b14;
}
ul.default-list li b {
  font-weight: 600;
}

header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 41px 0px;
}

.header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section .logo img {
  max-width: 16rem;
}

section.special-page-section {
  background-color: #e5f9ff;
  padding: 10rem 0 0;
}
section.special-page-section .special-page-title-bar {
  text-align: left;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  max-width: 100%;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
section.special-page-section .special-page-title-bar .special-page-header-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
section.special-page-section .special-page-title-bar .special-page-header-content h1 {
  color: #2582a1;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
section.special-page-section .special-page-title-bar .special-page-header-content p {
  margin-bottom: 1.2rem;
}
section.special-page-section .special-page-title-bar .special-page-header-content h3 {
  font-size: 1.4rem;
  margin: 0.8rem 0;
  line-height: 2rem;
  color: #ef7b14;
}
section.special-page-section .special-page-title-bar .special-page-header-content ul {
  margin-left: 1.3rem;
}
section.special-page-section .special-page-title-bar .special-page-header-content ul li {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
section.special-page-section .special-page-title-bar .special-page-header-content ul li:before {
  content: " ✓";
  position: absolute;
  left: -20px;
  color: #ef7b14;
}
section.special-page-section .special-page-title-bar .special-page-header-content .call-icon {
  max-width: 300px;
  margin: 1.3rem 0;
}
section.special-page-section .special-page-title-bar .special-content-image {
  margin-top: auto;
}
section.special-page-section .special-page-title-bar .special-content-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
section.special-page-section .special-page-title-bar .special-inqury-form {
  margin-bottom: 1em;
  border-radius: 1.3rem;
  background: #cef2ff;
  padding: 1.3rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
section.special-page-section .special-page-title-bar .special-inqury-form h3 {
  color: #2582a1;
  font-size: 1.4rem;
  text-align: center;
}
section.special-page-section .special-page-title-bar .special-inqury-form form {
  margin: 0.5rem 0;
}
section.special-page-section .special-page-title-bar .special-inqury-form .form-group {
  margin-bottom: 1rem;
}
section.special-page-section .special-page-title-bar .special-inqury-form .form-group label {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
section.special-page-section .special-page-title-bar .special-inqury-form .form-group .form-control {
  min-height: 2.5rem;
}
section.special-page-section .special-page-title-bar .special-inqury-form .btn-send {
  background: #ef7b14;
  border-color: #ef7b14;
  width: 100%;
  border-radius: 10rem;
}
section.special-page-section .special-page-title-bar .special-inqury-form .btn-send:hover {
  background: transparent;
  color: #ef7b14;
}

section.usp-sec {
  background-color: #FFF2E9;
  padding: 1.5rem 0;
}
section.usp-sec h2 {
  text-align: center;
  margin: 0.4rem 0 0.8rem;
}

.safe_mtp_img {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.safe_mtp_img .safe_mtp_icons {
  text-align: center;
}
.safe_mtp_img .safe_mtp_icons p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.safe_mtp_img img {
  max-width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.3rem;
}

.about-content {
  background: #fffbf8;
  padding: 1.2rem;
  border-radius: 1.3rem;
}
.about-content h2,
.about-content h3 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #ef7b14;
  margin: 0.8rem 0;
}
.about-content p {
  text-align: justify;
}
.about-content .about-contact {
  background: #ef7b14;
  padding: 1.3rem 2rem;
  margin: 2rem 0 1.5rem;
  border-radius: 1.8rem;
  font-weight: 600;
}
.about-content .about-contact p {
  font-size: 1.8rem;
  margin: 0.8rem 0;
  color: #fff;
}
.about-content .about-contact h4 {
  margin: 0.8rem 0;
}
.about-content .about-contact h4 a {
  color: #fffbf8;
  font-weight: 800;
  font-size: 3.6rem;
}
.about-content .about-contact h4 a:hover {
  color: #2582a1;
}

.shape-right {
  position: relative;
}
.shape-right img {
  border-radius: 1.8rem;
}
.shape-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  left: 2.5rem;
  bottom: 3.5rem;
  background-color: #ef7b14;
  border-radius: 1.8rem;
  z-index: -1;
}

.small-width {
  max-width: 80rem;
  margin: 0 auto;
}

section.banner-image h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0.5rem 0 1.2rem;
}
section.banner-image .bg2 {
  background: #FFF2E9;
  padding: 1.5rem 2rem;
  border-radius: 1.8rem;
}
section.banner-image .bg2 h2 {
  color: #ef7b14;
}
section.banner-image .bg3 {
  background: #e5f9ff;
  padding: 1.5rem 2rem;
  border-radius: 1.8rem;
}
section.banner-image .bg3 h2 {
  color: #2582a1;
}

.bg4 {
  background: #2582a1;
  color: #fff;
}

.testimonial-slider {
  margin: 1.8rem 0;
}
.testimonial-slider .item {
  background: #fffbf8;
  padding: 0.8rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.3rem;
}
.testimonial-slider .item figure {
  text-align: center;
}
.testimonial-slider .item figure img {
  max-width: 150px;
  margin: 0 auto;
}
.testimonial-slider .item p {
  text-align: center;
  font-size: 0.9rem;
}
.testimonial-slider .item h4 {
  color: #ef7b14;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
}

section.video-sec {
  background: #fffbf8;
}
section.video-sec .video-container {
  height: 610px;
  padding-bottom: 40px;
}
section.video-sec .video-container iframe {
  border-radius: 1.3rem;
}

.accordion {
  padding: 1.5rem;
}
.accordion .accordion-item {
  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;
}
.accordion .accordion-item .accordion-header {
  border-radius: 0;
  margin-bottom: -1px;
  background-color: #fff;
}
.accordion .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  padding: 0.8rem 1.25rem;
  box-shadow: none;
  font-size: 1.4rem;
}
.accordion .accordion-item .accordion-body {
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 1.2rem;
}

section.main-cta {
  background: #2582a1;
  text-align: center;
}
section.main-cta h3 {
  color: #fffbf8;
}
section.main-cta .connect-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 1.2rem 0;
}

.team-slider .item {
  text-align: center;
}
.team-slider .item figure {
  margin: 1.3rem 0.3rem;
}
.team-slider .item figure img {
  max-width: 12rem;
  border-radius: 10rem;
  margin: 0 auto;
}
.team-slider .item h4 {
  font-size: 1.3rem;
}
.team-slider .item p {
  line-height: 1.4;
  font-size: 1rem;
  margin: 0.6rem 0;
}

footer {
  padding: 3em 1em 0;
  background-color: #1c6881;
  color: #fff;
}
footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 0.8rem;
  text-align: center;
}
footer ul {
  text-align: center;
}
footer ul li {
  line-height: 2.4;
  font-size: 0.7rem;
}
footer ul li a:hover {
  color: #ef7b14;
}
footer .copyright {
  font-size: 0.9rem;
  margin: 1rem 0;
  text-align: center;
}

.only-mobile {
  display: none;
}

section.main-content-area {
  padding: 12rem 0 10rem;
  text-align: center;
}
section.main-content-area h2 {
  color: #ef7b14;
  margin-bottom: 2rem;
}
section.main-content-area h4 {
  color: #2582a1;
}
section.main-content-area h3 a {
  color: #2582a1;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}

section.page-content-area {
  padding: 12rem 0 10rem;
}
section.page-content-area h1 {
  color: #ef7b14;
  margin-bottom: 2rem;
}
section.page-content-area ul {
  font-size: 1.2rem;
}
section.page-content-area h2 {
  margin-bottom: 1rem;
}
section.page-content-area strong {
  font-weight: 600;
  font-size: 1.4rem;
}
section.page-content-area p, section.page-content-area ul {
  margin-bottom: 1.5rem;
}
section.page-content-area h3 {
  margin-bottom: 0.8rem;
}
section.page-content-area h4 {
  margin-bottom: 0.5rem;
}

/* Chat Icon */
.chat-icon {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  text-align: center;
  position: fixed;
  right: 4rem;
  bottom: 5rem;
  z-index: 20;
  transform: translateY(10rem);
}

.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-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%) !important;
  text-decoration: none;
  color: #ecfff1;
  font-size: 3rem;
  overflow: hidden;
  left: 0;
  right: 0;
}

.chat-icon .hero-scroll-icon {
  font-size: 1.6rem;
}

.chat-icon .hero-scroll-icon svg {
  width: 40px;
}

.chat-notification {
  background-color: var(--main-color);
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 3px;
  right: 0;
}

.hero-scroll-icon .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
}

.hero-scroll-icon .fa:last-child {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.hero-scroll:hover {
  box-shadow: 0 0 0.7rem 0.1rem #73ec98;
}

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

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

.chat-icon .hero-scroll .fa {
  transform: translateY(0) !important;
  opacity: 1 !important;
  font-size: 1em;
}

.get-started {
  position: fixed;
  bottom: 0.6em;
  z-index: 99;
  width: -webkit-fill-available;
  padding: 1em 2em;
}

.get-started .main-btn-static {
  width: 75%;
}

.get-started .main-btn-static .btn-important {
  width: 75%;
}

.get-started.hide {
  display: none;
}

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