@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

header {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s linear;
  padding: 17px 0;
  transition: 0.3s linear;
  background-color: white;
  z-index: 999;
}
@media (max-width: 1199px) {
  header {
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
header .mobile-top-logo {
  display: none;
  text-align: center;
}
@media (max-width: 1199px) {
  header .mobile-top-logo {
    display: block;
  }
}
header .header-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-inner-wrapper .header-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .header-logo a img {
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .header-logo a img {
    max-width: 70px;
  }
}
header .header-inner-wrapper .header-logo a h1 {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 36px;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .header-logo a h1 {
    font-size: 22px;
  }
}
header .header-inner-wrapper .price-offer a {
  border-radius: 10px;
  border: 1px solid #1879b7;
  color: #1879b7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 14px 18px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .price-offer a {
    padding: 10px 12px;
    font-size: 12px;
  }
}
header .header-inner-wrapper .price-offer a:hover {
  background-color: #1879b7;
  color: white;
}
header .header-inner-wrapper .navigation-section {
  border-radius: 50px;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .navigation-section {
    display: none;
  }
}
header .header-inner-wrapper .navigation-section .menu-and-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper {
  margin-right: 50px;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul li {
  list-style: none;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul li a {
  color: #142330;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 18px;
  transition: 0.3s ease-in-out;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul li a:hover {
  color: #1879b7;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .active {
  color: #1879b7;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink {
  position: relative;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink .dropdown-menu-wrapper {
  z-index: 3;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  top: calc(100% + 10px);
  width: 330px;
  background-color: white;
  padding: 10px;
  border-radius: 9px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink .dropdown-menu-wrapper {
    right: 0;
    left: unset;
  }
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink .dropdown-menu-wrapper ul li {
  display: block;
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink span {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink span {
    right: -8px;
  }
}
header .header-inner-wrapper .navigation-section .menu-and-logo .menu-wrapper ul .dropdownlink:hover .dropdown-menu-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header .header-inner-wrapper .mobile-navigation-section {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-new-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-top-logo a img {
  max-width: 90px;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .mobile-navigation-section {
    display: block;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header {
  margin-bottom: 70px;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a img {
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a img {
    max-width: 70px;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a h1 {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 36px;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a h1 {
    font-size: 22px;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-menu-btn {
  background-color: transparent;
  font-size: 28px;
  border: none;
  color: #1879b7;
  padding-right: 0;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul {
  margin: 0;
  padding: 0;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(125, 79, 73, 0.05);
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:last-child {
  border-bottom: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li ul li:last-child {
  border-bottom: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(2) ul li:last-child {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(5) ul li:nth-child(4) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(6) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(8) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .card-body {
  border: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn {
  position: relative;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn::after {
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: 0px;
  content: "+";
  transition: 0.3s;
  font-size: 24px;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn[aria-expanded=true]::after {
  transform: rotate(180deg);
  content: "-";
  right: 24px;
}

.home-page-header .header-logo a .white-logo {
  display: none;
}
.home-page-header .mobile-menu-btn {
  background-color: transparent;
  font-size: 28px;
  border: none;
}
.home-page-header .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.inner-page-header .header-logo a .color-logo {
  display: none;
}
.inner-page-header .header-logo a h1 {
  color: white;
}
.inner-page-header .mobile-menu-btn {
  background-color: transparent;
  color: white;
  font-size: 28px;
  border: none;
}
.inner-page-header .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.navbar-fixed {
  background-color: #f8fafc;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s linear;
  width: 100%;
  z-index: 999;
}
.navbar-fixed .header-inner-wrapper .header-logo a img {
  max-width: 55px;
}
.navbar-fixed .header-inner-wrapper .header-logo a .white-logo {
  display: none !important;
}
.navbar-fixed .header-inner-wrapper .header-logo a .color-logo {
  display: block !important;
}
.navbar-fixed .header-inner-wrapper .header-logo a h1 {
  font-size: 20px;
}
.navbar-fixed .header-inner-wrapper .navigation-section ul li a {
  padding: 10px 20px;
}
.navbar-fixed .mobile-menu-btn {
  background-color: transparent;
  font-size: 28px;
  border: none;
}
.navbar-fixed .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.welcome-section {
  background: #e8f3ff;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .welcome-section {
    margin-top: 97px;
  }
}
.welcome-section .row {
  align-items: center;
}
.welcome-section .welcome-image img {
  width: 100%;
}
.welcome-section .welcome-right {
  text-align: right;
}
.welcome-section .welcome-right h5 {
  color: #1879b7;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .welcome-section .welcome-right h5 {
    font-size: 18px;
  }
}
.welcome-section .welcome-right h1 {
  color: #142330;
  text-align: right;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .welcome-section .welcome-right h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .welcome-section .welcome-right h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.welcome-section .welcome-right p {
  color: #77828c;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .welcome-section .welcome-right p {
    font-size: 17px;
    line-height: 28px;
  }
}
.welcome-section .welcome-right .link-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .welcome-section .welcome-right .link-wrapper {
    text-align: right;
  }
}
.welcome-section .welcome-right .link-wrapper a {
  border-radius: 10px;
  background: #1879b7;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 14px 26px;
  transition: 0.3s ease-in-out;
  border: 1px solid #1879b7;
}
.welcome-section .welcome-right .link-wrapper a:hover {
  background-color: transparent;
  color: #1879b7;
}
.welcome-section .welcome-right .welcome-links-wrapper {
  margin-top: 50px;
}
.welcome-section .welcome-right .welcome-links-wrapper h6 {
  color: #142330;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.welcome-section .welcome-right .welcome-links-wrapper .links-wrapper a {
  margin-left: 14px;
}
.services-wrapper {
  margin-bottom: 50px;
  padding-top: 70px;
}
.services-wrapper h2 {
  color: #1b1d21;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 70px;
}
.services-wrapper .services-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px;
}
@media (max-width: 1199px) {
  .services-wrapper .services-inner {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .services-wrapper .services-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .services-wrapper .services-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
}
.services-wrapper .services-inner .services-box {
  border-radius: 20px;
  background: #fff;
  transition: 0.3s ease-in-out;
  text-align: center;
  padding: 50px 15px 30px 15px;
  position: relative; /* Add relative positioning */
}
.services-wrapper .services-inner .services-box .top-icon-box {
  margin-bottom: 30px;
}
.services-wrapper .services-inner .services-box .details h4 {
  color: #142330;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.services-wrapper .services-inner .services-box .details p {
  color: #142330;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.services-wrapper .services-inner .services-box .view-more-wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1879b7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.services-wrapper .services-inner .services-box .view-more-wrapper a span {
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}
.services-wrapper .services-inner .services-box:hover {
  box-shadow: 4px 7px 25px 0px rgba(12, 54, 91, 0.1);
}
.services-wrapper .services-inner .services-box:hover .view-more-wrapper a {
  visibility: visible;
  opacity: 1;
}
.services-wrapper .services-inner .services-box:hover .view-more-wrapper a span {
  margin-right: 10px;
}

.client-reviews-wrapper {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #e8f3ff;
}
.client-reviews-wrapper .client-reviews-inner {
  position: relative;
}
.client-reviews-wrapper .client-reviews-inner h2 {
  text-align: center;
  color: #1b1d21;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.2px;
  margin-bottom: 70px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item {
  padding: 5px;
  
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  height: 400px;
}
@media (max-width: 575px) {
  .client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box {
    padding: 30px 15px;
    height: 100px;
  }
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .image-designation-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .image-designation-wrapper .designation {
  margin-right: 15px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .image-designation-wrapper .designation h5 {
  color: #142330;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .image-designation-wrapper .designation p {
  color: #77828c;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .image-designation-wrapper .client-image img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .star-rating {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .star-rating .rating {
  margin-right: 10px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .star-rating .rating h6 {
  color: #142330;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .star-rating .stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .star-rating .stars span {
  font-size: 16px;
  color: #ffbf00;
  margin: 0 1px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .item .item-box .para p {
  color: #1b1d21;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .owl-nav .owl-prev {
  color: #1879b7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -30px; /* Adjust this margin to move it outside the image */
  z-index: 2; /* Ensure the buttons are above the images */
  &:hover {
    background-color: transparent;
  }
}

.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .owl-nav .owl-next {
  color: #1879b7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: -30px; /* Adjust this margin to move it outside the image */
  z-index: 2; /* Ensure the buttons are above the images */
  &:hover {
    background-color: transparent;
  }
}


.client-reviews-wrapper .client-reviews-inner .client-reviews-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.faq-outer-wrapper {
  margin-bottom: 50px;
  padding-top: 50px;
}
.faq-outer-wrapper .faq-inner-wrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-outer-wrapper .faq-inner-wrapper {
    width: 100%;
  }
}
.faq-outer-wrapper .faq-inner-wrapper h2 {
  text-align: center;
  color: #1b1d21;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper {
  text-align: right;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item {
  border-radius: 10px;
  border: 1px solid #b2d4f8;
  background: #fff;
  margin-bottom: 20px;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 {
  margin: 0;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2:focus {
  box-shadow: none;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button {
  border-radius: 10px;
  flex-direction: row-reverse;
  color: #1b1d21;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 50px;
  padding: 25px 20px 25px 20px;
}
@media (max-width: 575px) {
  .faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button {
    padding-left: 30px;
  }
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  color: #1b1d21;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button::after {
  margin-left: unset;
  background-image: unset;
  content: "";
  font-family: "Material Icons";
  font-size: 22px;
  color: #1b1d21;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button::after {
    left: 10px;
  }
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "";
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding-left: 50px;
}
.faq-outer-wrapper .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item .accordion-body p {
  color: #77828c;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-section-wrapper {
  background: #e8f3ff;
  padding: 50px 0 150px 0;
}
@media (max-width: 1199px) {
  .contact-section-wrapper {
    padding: 50px 0;
  }
}
.contact-section-wrapper h2 {
  color: #1b1d21;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
.contact-section-wrapper .contact-section-inner {
  display: grid;
  grid-template-columns: 54% 45%;
  grid-column-gap: 32px;
}
@media (max-width: 1199px) {
  .contact-section-wrapper .contact-section-inner {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 0;
  }
}
.contact-section-wrapper .contact-section-inner .map-section {
  position: relative;
}
@media (max-width: 1199px) {
  .contact-section-wrapper .contact-section-inner .map-section {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .contact-section-wrapper .contact-section-inner .map-section {
    margin-bottom: 30px;
  }
}
.contact-section-wrapper .contact-section-inner .map-section .google-map {
  border-radius: 10px;
  border: 4px solid #fff;
}
.contact-section-wrapper .contact-section-inner .map-section .google-map iframe {
  min-height: 356px;
  border-radius: 10px;
}
.contact-section-wrapper .contact-section-inner .map-section .social-section {
  margin-top: -70px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-section-wrapper .contact-section-inner .map-section .social-section {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 60px;
    position: unset;
    margin-top: 60px;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .contact-section-wrapper .contact-section-inner .map-section .social-section {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
  }
}
.contact-section-wrapper .contact-section-inner .map-section .social-section .social-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 7px 25px 0px rgba(12, 54, 91, 0.1);
  text-align: center;
  padding: 5px 5px 20px 5px;
}
@media (max-width: 575px) {
  .contact-section-wrapper .contact-section-inner .map-section .social-section .social-box {
    padding: 5px 5px 30px 5px;
  }
}
.contact-section-wrapper .contact-section-inner .map-section .social-section .social-box:nth-child(3) p {
  margin-bottom: 40px;
}
.contact-section-wrapper .contact-section-inner .map-section .social-section .social-box .top-icon {
  margin-top: -39px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
  width: 78px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section-wrapper .contact-section-inner .map-section .social-section .social-box p {
  color: #1b1d21;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 10px;
}
.contact-section-wrapper .contact-section-inner .map-section .social-section .social-box .qr-section a {
  color: #1879b7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group {
  text-align: right;
  margin-bottom: 20px;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group label {
  margin-bottom: 5px;
  color: #1b1d21;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group input {
  text-align: right;
  color: #1b1d21;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-radius: 10px;
  background: #fff;
  padding: 9px 12px;
  border: 0px solid transparent;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group ::-webkit-input-placeholder {
  text-align: right;
  color: #b1b1b1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group :-ms-input-placeholder {
  text-align: right;
  color: #b1b1b1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group ::placeholder {
  text-align: right;
  color: #b1b1b1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .form-group textarea {
  resize: none;
  text-align: right;
  color: #1b1d21;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-radius: 10px;
  background: #fff;
  padding: 9px 12px;
  border: 0px solid transparent;
  height: 136px;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .submit-wrapper {
  float:right;
}
.contact-section-wrapper .contact-section-inner .contact-form-section form .submit-wrapper .submit-btn {
  border-radius: 10px;
  background: #1879b7;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #1879b7;
  transition: 0.3s ease-in-out;
  padding: 8px 41px;
}

.contact-section-wrapper .contact-section-inner .contact-form-section form .submit-wrapper .submit-btn:hover {
  background-color: white;
  color: #1879b7;
}

footer {
  background: #1879b7;
}
footer .footer-inner .footer-top {
  padding: 80px 0 30px 0;
  border-bottom: 1px solid #b2d4f8;
}
footer .footer-inner .footer-top .footer-mobile-logo {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-mobile-logo {
    display: block;
  }
}
footer .footer-inner .footer-top .footer-mobile-logo .footer-logo-wrapper {
  text-align: right;
}
@media (max-width: 575px) {
  footer .footer-inner .footer-top .footer-mobile-logo .footer-logo-wrapper a img {
    max-width: 90px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-top .footer-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
  width: 12%;
  text-align: right;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
    width: 15%;
  }
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
    padding-right: 50px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(2) {
  text-align: right;
  width: 15%;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(2) {
    padding-top: 0;
    width: 23%;
  }
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(2) {
    width: 100%;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
  width: 28%;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
    padding-top: 0;
    width: 30%;
  }
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(4) {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(4) {
    width: 100%;
    display: none;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box h2 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: right;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box p {
  color: #b2d4f8;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box h6 {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  margin-top: 35px;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box a {
  text-decoration: none;
  color: #f4f4f4;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box .footer-logo-wrapper a img {
  max-width: 300px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box .footer-logo-wrapper a img {
    max-width: 200px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul {
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li {
  list-style: none;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li:last-child {
  margin-bottom: 0;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li a {
  color: #b2d4f8;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li a span {
  font-weight: 100;
  font-size: 19px;
  margin-top: 2px;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li a:hover {
  color: white;
}
footer .footer-inner .footer-bottom {
  padding: 25px 0;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-bottom .footer-bottom-wrapper {
    flex-direction: column-reverse;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p a {
  color: #999;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left img {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul {
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li {
  list-style: none;
  display: inline-block;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li a {
  font-size: 16px;
  color: #969696;
  border: 1px solid #969696;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  text-align: center;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li a:hover {
  border-color: white;
  color: white;
}

.owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 3px 4px !important;
}
#map {
  width: 100%;
  height: 386px;
  border-radius: 10px;
}

.right-mobile-menu {
  box-shadow: 4px 7px 25px 0px rgba(12, 54, 91, 0.1);
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 107px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  padding: 30px 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}
.right-mobile-menu ul {
  margin: 0;
  padding: 0;
}
.right-mobile-menu ul li {
  list-style: none;
}
.right-mobile-menu ul li a {
  color: #142330;
  display: block;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 18px;
  transition: 0.3s ease-in-out;
  padding-left: 0;
}
.right-mobile-menu ul li a:hover {
  color: #1879b7;
}

.mobile-menu-show {
  opacity: 1 !important;
  visibility: visible !important;
  top: 97px !important;
}

/* Increase the font size of the navigation arrows */
.fa.fa-chevron-left,
.fa.fa-chevron-right {
  font-size: 42px; 
}

.content{
  margin-top:100px;
}

/*# sourceMappingURL=style.css.map */
