@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Hind+Vadodara:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Hind Vadodara", sans-serif;
  padding: 8px 22px;
  font-weight: 600;
  height: 48px;
  line-height: 1;
}
.btn em {
  font-size: 26px;
  margin-left: 5px;
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 6px 18px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    padding: 5px 15px;
    font-size: 16px;
    height: 42px;
  }
}
.btn-primary {
  color: #ffffff;
  background-color: #0cd565;
  border-color: #0cd565;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: rgb(11.28, 200.22, 94.94) !important;
  border-color: rgb(11.28, 200.22, 94.94) !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #0cd565;
  border-color: #0cd565;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0cd565;
  border-color: #0cd565;
  box-shadow: none;
}
.btn-outline-primary {
  color: #0cd565;
  border-color: #0cd565;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: rgb(11.28, 200.22, 94.94) !important;
  border-color: rgb(11.28, 200.22, 94.94) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: #0cd565;
  box-shadow: none;
}
.btn-dark {
  color: #ffffff;
  background-color: #2f4862;
  border-color: #2f4862;
  transition: all 0.3s ease-in-out;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.focus, .btn-dark.active, .btn-dark.show, .btn-dark-check:checked + .btn-dark, .btn-dark:focus-visible, .btn-dark:not(.btn-check) + .btn-dark:hover, .btn-dark:first-child:hover, .btn-dark-check:focus-visible + .btn-dark, .btn-dark:first-child:active, .btn-dark:not(.btn-check) + .btn-dark:active {
  color: #ffffff !important;
  background-color: rgb(44.18, 67.68, 92.12) !important;
  border-color: rgb(44.18, 67.68, 92.12) !important;
  box-shadow: none !important;
}
.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark {
  background-color: #2f4862;
  border-color: #2f4862;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #2f4862;
  border-color: #2f4862;
  box-shadow: none;
}
.btn-outline-dark {
  color: #2f4862;
  border-color: #2f4862;
  background-color: transparent;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  color: #ffffff !important;
  background-color: rgb(44.18, 67.68, 92.12) !important;
  border-color: rgb(44.18, 67.68, 92.12) !important;
  box-shadow: none !important;
}
.btn-outline-dark.disabled, .btn-outline-dark[disabled], fieldset[disabled] .btn-outline-dark {
  background-color: transparent;
  border-color: #2f4862;
  box-shadow: none;
}

.commonHead {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}
.commonHead_title {
  color: #005E9E;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Hind Vadodara", sans-serif;
}
.commonHead_title em {
  color: #0cd565;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .commonHead {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .commonHead_title {
    font-size: 26px;
  }
  .commonHead_title em {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .commonHead {
    margin-bottom: 20px;
  }
  .commonHead_title {
    font-size: 22px;
  }
  .commonHead_title em {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .commonHead_title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .commonHead {
    gap: 12px;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group .form-control, .form-group .form-select {
  color: #2f4862;
  font-size: 16px;
  font-weight: 600;
  border-color: #ffffff;
  border-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  height: 48px;
  padding: 8px 15px;
  line-height: 1;
}
.form-group .form-control::-webkit-input-placeholder, .form-group .form-select::-webkit-input-placeholder {
  color: #2f4862;
  font-weight: 500;
}
.form-group .form-control:-moz-placeholder, .form-group .form-select:-moz-placeholder {
  color: #2f4862;
  font-weight: 500;
}
.form-group .form-control::-moz-placeholder, .form-group .form-select::-moz-placeholder {
  color: #2f4862;
  font-weight: 500;
}
.form-group .form-control:-ms-input-placeholder, .form-group .form-select:-ms-input-placeholder {
  color: #2f4862;
  font-weight: 500;
}
.form-group .form-control:focus, .form-group .form-select:focus {
  border-color: #0cd565;
  box-shadow: none;
}
.form-group .form-control[type=file] {
  line-height: 30px;
}
.form-group textarea.form-control {
  resize: none;
  height: 120px;
  padding: 12px 15px;
}
@media (max-width: 767.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control, .form-group .form-select {
    font-size: 15px;
    height: 40px;
  }
  .form-group .form-control[type=file] {
    line-height: 26px;
  }
  .form-group textarea.form-control {
    height: 100px;
  }
}

.serviceBox {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.serviceBox:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transform: translateY(-10px);
}
.serviceBox_icon {
  font-size: 28px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  width: 60px;
  height: 60px;
  background-color: #0cd565;
  top: 0;
  left: 40px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.serviceBox_title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 45px;
  font-size: 24px;
  color: #005E9E;
  margin-bottom: 20px;
}
.serviceBox p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.serviceBox a {
  color: #2f4862;
  text-transform: uppercase;
  font-weight: 600;
}
.serviceBox a:hover {
  color: #0cd565;
}
@media (max-width: 1199.98px) {
  .serviceBox {
    padding: 30px;
  }
  .serviceBox_icon {
    font-size: 26px;
    width: 50px;
    height: 50px;
    left: 30px;
  }
  .serviceBox_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .serviceBox {
    padding: 20px;
  }
  .serviceBox_icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .serviceBox_title {
    font-size: 20px;
    margin-top: 36px;
  }
}

.innerBanner {
  position: relative;
  background-image: url("../images/inner-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerBanner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 94, 158, 0.7);
}
.innerBanner_inner {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.innerBanner_title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
}
@media (max-width: 1199.98px) {
  .innerBanner_inner {
    padding: 40px 0px;
  }
  .innerBanner_title {
    font-size: 28px;
  }
}

.breadcrumbSec {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}
.breadcrumbSec .breadcrumb-item {
  font-size: 14px;
  color: #2f4862;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumbSec .breadcrumb-item a {
  color: #0cd565;
}
@media (max-width: 1199.98px) {
  .breadcrumbSec {
    padding: 12px 0px;
  }
}

.commonTabs .nav {
  margin-bottom: 30px;
}
.commonTabs .nav .nav-item .nav-link {
  border-radius: 0px;
  font-weight: 600;
  color: #2f4862;
  text-transform: uppercase;
}
.commonTabs .nav .nav-item .nav-link:hover {
  color: #0cd565;
}
.commonTabs .nav .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #005E9E;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.header::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #005E9E;
  height: 80px;
}
.header_top, .header_bottom {
  position: relative;
  z-index: 1;
}
.header_top {
  padding: 12px 0px;
}
.header_social {
  gap: 12px;
  margin-right: 30px;
}
.header_social a {
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
.header_social a.twitter {
  border-color: #1da1f2;
  background: #1da1f2;
}
.header_social a.facebook {
  border-color: #1877f3;
  background: #1877f3;
}
.header_social a.whatsapp {
  border-color: #25d366;
  background: #25d366;
}
.header_social a.instagram {
  border-color: #fd1d1d;
  background: #fd1d1d;
}
.header_info_items em {
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.header_info_items a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
}
.header_info_items a:hover {
  color: #0cd565;
}
.header_info_items:not(:last-child) {
  margin-right: 30px;
}
.header_data_items span, .header_data_items a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.header_data_items a:hover {
  color: #0cd565;
}
.header_data_items span.blink {
  color: #0cd565;
  font-weight: 700;
  text-decoration: underline;
}
.header_data_items:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header_bottom .navbar {
  background-color: #ffffff;
  padding: 0px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.header_bottom .navbar-brand {
  width: 240px;
}
.header_bottom .navbar .nav-item {
  padding: 22px 0px;
}
.header_bottom .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #2f4862;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  font-family: "Hind Vadodara", sans-serif;
}
.header_bottom .navbar .nav-item .nav-link em {
  font-size: 12px;
  font-weight: 500;
}
.header_bottom .navbar .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #0cd565;
}
.header_bottom .navbar .nav-item .nav-link.active:hover {
  color: #ffffff;
}
.header_bottom .navbar .nav-item .nav-link:hover {
  color: #0cd565;
}
.header_bottom .navbar .nav-item.subMenu.active .subMenu_box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_bottom .navbar .nav-item.dropMenu.active .dropMenu_list {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header .subMenu {
  position: static;
  cursor: pointer;
}
.header .subMenu_box {
  width: 100%;
  top: 150%;
  left: 0px;
  position: absolute;
  padding: 20px;
  background-color: #005E9E;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.header .subMenu_head {
  margin-bottom: 10px;
}
.header .subMenu_head_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 0px;
}
.header .subMenu_list_items:not(:last-child) {
  margin-bottom: 5px;
}
.header .subMenu_list_items a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.header .subMenu_list_items a:hover, .header .subMenu_list_items a.active {
  color: #0cd565;
}
.header .dropMenu {
  position: relative;
  cursor: pointer;
}
.header .dropMenu_list {
  width: 180px;
  top: 150%;
  right: 0px;
  position: absolute;
  padding: 20px;
  background-color: #005E9E;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.header .dropMenu_list_items:not(:last-child) {
  margin-bottom: 5px;
}
.header .dropMenu_list_items a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.header .dropMenu_list_items a:hover, .header .dropMenu_list_items a.active {
  color: #0cd565;
}
@media (min-width: 768px) {
  .header_bottom .navbar .nav-item.subMenu:hover .subMenu_box {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header_bottom .navbar .nav-item.dropMenu:hover .dropMenu_list {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .header_social {
    gap: 10px;
    margin-right: 20px;
  }
  .header_info_items:not(:last-child) {
    margin-right: 20px;
  }
  .header_bottom .navbar {
    padding: 0px 15px;
  }
  .header_bottom .navbar-brand {
    width: 175px;
  }
  .header_bottom .navbar .nav-item {
    padding: 18px 0px;
  }
  .header_bottom .navbar .nav-item .nav-link {
    padding: 5px 12px;
  }
  .header .subMenu_box {
    padding: 15px;
  }
  .header .subMenu_head_title {
    font-size: 18px;
  }
  .header .dropMenu_list {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .header_top {
    padding: 10px 0px;
  }
  .header_info_items:not(:last-child) {
    margin-right: 10px;
  }
  .header_data_items:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
  .header_bottom .navbar {
    padding: 0px 12px;
  }
  .header_bottom .navbar-brand {
    width: 160px;
  }
  .header_bottom .navbar .nav-item {
    padding: 15px 0px;
  }
  .header_bottom .navbar .nav-item .nav-link {
    font-size: 13px;
    padding: 4px 8px;
  }
  .header_bottom .navbar .nav-item .nav-link em {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .header_info_items a {
    font-size: 13px;
  }
  .header_data_items span, .header_data_items a {
    font-size: 13px;
  }
  .header_bottom .navbar {
    padding: 10px;
  }
  .header_bottom .navbar-nav {
    margin-top: 15px;
  }
  .header_bottom .navbar-collapse {
    order: 3;
    overflow: hidden auto;
    max-height: 390px;
  }
  .header_bottom .navbar-toggler {
    border: none;
    order: 2;
    border-radius: 0px;
  }
  .header_bottom .navbar-toggler:focus {
    box-shadow: none;
  }
  .header_bottom .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    background-color: #2f4862;
    height: 2px;
    width: 24px;
    display: block;
    margin-bottom: 4px;
    position: relative;
    display: block;
    transition: transform 0.2s ease, background-color 0.5s ease;
    background-image: none;
  }
  .header_bottom .navbar-toggler-icon:nth-child(1) {
    width: 12px;
  }
  .header_bottom .navbar-toggler-icon:nth-child(3) {
    width: 12px;
    float: right;
  }
  .header_bottom .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(1) {
    transform: translate(1px, 2px) rotate(45deg);
  }
  .header_bottom .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(2) {
    transform: translateX(0px) rotate(-45deg);
  }
  .header_bottom .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(3) {
    transform: translate(-2px, -1px) rotate(45deg);
  }
  .header_bottom .navbar .nav-item {
    padding: 0px;
  }
  .header_bottom .navbar .nav-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .header_bottom .navbar .nav-item .nav-link {
    padding: 5px 0px;
  }
  .header_bottom .navbar .nav-item .nav-link.active {
    padding: 5px 8px;
  }
  .header_bottom .navbar .nav-item.subMenu.active .subMenu_box {
    display: block;
  }
  .header_bottom .navbar .nav-item.dropMenu.active .dropMenu_list {
    display: block;
  }
  .header .subMenu_box {
    position: relative;
    display: none;
    padding: 10px;
    max-height: 125px;
    background-color: #ffffff;
    border: 1px solid rgba(54, 70, 115, 0.08);
    overflow: hidden auto;
  }
  .header .subMenu_head {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
  }
  .header .subMenu_head_title {
    font-size: 15px;
    color: #2f4862;
  }
  .header .subMenu_list_items a {
    color: #2f4862;
    font-size: 13px;
  }
  .header .dropMenu_list {
    position: relative;
    display: none;
    padding: 10px;
    max-height: 125px;
    background-color: #ffffff;
    border: 1px solid rgba(54, 70, 115, 0.08);
    overflow: hidden auto;
    width: 100%;
  }
  .header .dropMenu_list_items a {
    color: #2f4862;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .header_data_items span, .header_data_items a {
    font-size: 11px;
  }
}

.footer {
  background-color: #232834;
  border-top: 3px solid #0cd565;
}
.footer_top_head {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_top_info_items em {
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.footer_top_info_items a, .footer_top_info_items span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer_top_info_items a:hover {
  color: #0cd565;
}
.footer_top_info_items:not(:last-child) {
  margin-right: 30px;
}
.footer_top_logo {
  width: 180px;
}
.footer_top_menu {
  padding: 30px 0px;
}
.footer_top_menu p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 0px;
}
.footer_top_menu p + p {
  margin-top: 10px;
}
.footer_top_menu_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_top_menu_list_items a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.footer_top_menu_list_items a:hover {
  color: #0cd565;
}
.footer_bottom {
  padding: 15px 0px;
  font-size: 16px;
  text-align: center;
  background-color: #1a1d26;
  color: rgba(255, 255, 255, 0.75);
}
.footer_bottom p {
  margin-bottom: 0px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.footer_bottom p + p {
  margin-top: 10px;
}
.footer_bottom a {
  color: #ffffff;
}
.footer_bottom a:hover {
  color: #0cd565;
}
@media (max-width: 1199.98px) {
  .footer_top_head {
    padding: 15px 0px;
  }
  .footer_top_info_items:not(:last-child) {
    margin-right: 20px;
  }
  .footer_top_logo {
    width: 160px;
  }
  .footer_top_menu {
    padding: 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .footer_top_head {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer_top_logo {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer_top_info_items:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .footer_bottom p {
    font-size: 14px;
    line-height: 1.4;
  }
}

body {
  color: #2f4862;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Hind Siliguri", sans-serif;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: #005E9E;
}
::-webkit-scrollbar-thumb:hover {
  background: #005E9E;
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.py-60 {
  padding: 60px 0px;
}
@media (max-width: 1199.98px) {
  .py-60 {
    padding: 40px 0px;
  }
}
@media (max-width: 991.98px) {
  .py-60 {
    padding: 30px 0px;
  }
}

.bg-100 {
  background-color: #f1f2f8;
}

.blink {
  animation: blinker 3s linear infinite;
}

.container {
  max-width: 100%;
}

.form-check {
  margin-bottom: 0px;
}
.form-check-input[type=checkbox], .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
}
.form-check-input[type=checkbox]:checked, .form-check-input[type=radio]:checked {
  background-color: #0cd565;
  border-color: #0cd565;
}
.form-check-input[type=checkbox]:focus, .form-check-input[type=radio]:focus {
  box-shadow: none;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-label {
  cursor: pointer;
  font-size: 15px;
  margin-left: 6px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.whatsappIcon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  z-index: 11;
}
@media (max-width: 767.98px) {
  .whatsappIcon {
    display: none;
  }
}

.mobileBtn {
  position: fixed;
  width: 100%;
  z-index: 11;
  left: 0px;
  bottom: 0px;
}
.mobileBtn_enquiry, .mobileBtn_whatsapp {
  width: 50%;
  padding: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.mobileBtn_enquiry {
  background: #005E9E;
}
.mobileBtn_whatsapp {
  background: #0cd565;
}

.modal-body, .modal-header {
  padding: 20px;
}
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-header .btn-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  padding: 0;
  background-size: 12px;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
}
.modal-content {
  border: none;
  border-radius: 0px;
  background-color: #005E9E;
}

.expertModal_box_title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
}
.expertModal_box_head {
  margin-bottom: 20px;
}
.expertModal_box_head p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.expertModal_txt_head {
  margin-bottom: 20px;
}
.expertModal_txt_title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
}
.expertModal_txt p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.expertModal_txt ul li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.4;
}
.expertModal_txt ul li:not(:last-child) {
  margin-bottom: 8px;
}

.homePage .bannerSec {
  position: relative;
  background-color: #2f4862;
}
.homePage .bannerSec_slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homePage .bannerSec_inner {
  padding: 120px 0px;
  max-width: 640px;
}
.homePage .bannerSec_title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 20px;
}
.homePage .bannerSec_txt {
  margin-bottom: 30px;
}
.homePage .bannerSec_txt p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0px;
}
.homePage .bannerSec_txt p + p {
  margin-top: 12px;
}
.homePage .bannerSec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
}
.homePage .bannerSec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0cd565;
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec_inner {
    padding: 80px 0px;
  }
  .homePage .bannerSec_title {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .homePage .bannerSec_txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .homePage .bannerSec_inner {
    padding: 60px 0px;
  }
  .homePage .bannerSec_title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .homePage .bannerSec_inner {
    max-width: 100%;
    padding: 40px 0px;
  }
  .homePage .bannerSec_title {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec_title {
    font-size: 30px;
  }
  .homePage .bannerSec_txt p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.homePage .ensureSec_txt {
  font-size: 16px;
  color: #2f4862;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Hind Vadodara", sans-serif;
}
.homePage .ensureSec_txt a {
  color: #0cd565;
}
.homePage .ensureSec_box {
  position: relative;
  overflow: hidden;
}
.homePage .ensureSec_box:hover .ensureSec_box_content {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.homePage .ensureSec_box_link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
  width: calc(100% - 20px);
  margin: 0px auto;
  background-color: rgba(0, 94, 158, 0.85);
}
.homePage .ensureSec_box_link span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  padding-right: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.homePage .ensureSec_box_link em {
  flex-shrink: 0;
  color: #ffffff;
  font-size: 30px;
  width: 55px;
  height: 55px;
  background: #0cd565;
}
.homePage .ensureSec_box_content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #005E9E;
  padding: 30px;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.homePage .ensureSec_box_content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .homePage .ensureSec_txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .homePage .ensureSec_box_link span {
    padding-right: 30px;
    font-size: 15px;
  }
  .homePage .ensureSec_box_link em {
    font-size: 26px;
    width: 42px;
    height: 42px;
  }
  .homePage .ensureSec_box_content {
    padding: 20px;
  }
  .homePage .ensureSec_box_content p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .homePage .ensureSec_txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .homePage .ensureSec_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.homePage .infoSec_title {
  color: #005E9E;
  font-size: 36px;
  font-weight: 700;
  font-family: "Hind Vadodara", sans-serif;
}
.homePage .infoSec_inner p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.homePage .infoSec_inner p a {
  color: #0cd565;
}
@media (max-width: 1199.98px) {
  .homePage .infoSec_title {
    font-size: 28px;
  }
  .homePage .infoSec_inner p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .homePage .infoSec_title {
    font-size: 24px;
  }
  .homePage .infoSec_inner p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.homePage .skillSec {
  position: relative;
  background-image: url("../images/home/bg-parallax.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-color: #005E9E;
}
.homePage .skillSec_title {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .homePage .skillSec {
    padding: 80px 0px;
  }
  .homePage .skillSec_title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .homePage .skillSec {
    padding: 60px 0px;
  }
  .homePage .skillSec_title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .homePage .skillSec {
    padding: 40px 0px;
  }
  .homePage .skillSec_title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.homePage .visionSec_txt p {
  font-size: 16px;
  margin-bottom: 0px;
}
.homePage .visionSec_txt p + p {
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .homePage .visionSec_txt p + p {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .homePage .visionSec_txt p {
    font-size: 15px;
  }
  .homePage .visionSec_img {
    margin-top: 15px;
  }
}
.homePage .aboutSec {
  background-color: #20242e;
}
.homePage .aboutSec_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.homePage .aboutSec_title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.homePage .aboutSec_list_items p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.homePage .aboutSec_list_items:not(:last-child) {
  margin-bottom: 20px;
}
.homePage .aboutSec_list_head {
  margin-bottom: 10px;
}
.homePage .aboutSec_list_head em {
  color: #0cd565;
  font-size: 22px;
  margin-right: 15px;
}
.homePage .aboutSec_list_head span {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}
.homePage .aboutSec_list_head span span {
  color: #0cd565;
}
@media (max-width: 1199.98px) {
  .homePage .aboutSec_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .homePage .aboutSec_title {
    font-size: 26px;
  }
  .homePage .aboutSec_list_items:not(:last-child) {
    margin-bottom: 15px;
  }
  .homePage .aboutSec_list_head em {
    font-size: 20px;
    margin-right: 12px;
  }
  .homePage .aboutSec_list_head span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .homePage .aboutSec_title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .homePage .aboutSec_title {
    font-size: 22px;
  }
  .homePage .aboutSec_list {
    margin-bottom: 20px;
  }
  .homePage .aboutSec_list_items p {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .homePage .aboutSec_list_head span {
    line-height: 1.3;
  }
}

.pricingSec_box {
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.pricingSec_box.active {
  padding: 60px 25px;
  background-color: #005E9E;
}
.pricingSec_box.active .pricingSec_icon, .pricingSec_box.active .pricingSec_amount, .pricingSec_box.active .pricingSec_list {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricingSec_box.active .pricingSec_icon span, .pricingSec_box.active .pricingSec_amount span {
  color: #ffffff;
}
.pricingSec_box.active .pricingSec_amount_title {
  color: #ffffff;
}
.pricingSec_box.active .pricingSec_list_items p {
  color: #ffffff;
}
.pricingSec_icon, .pricingSec_amount, .pricingSec_list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}
.pricingSec_icon em {
  color: #0cd565;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 80px;
  line-height: normal;
}
.pricingSec_icon span {
  display: block;
  color: #005E9E;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.pricingSec_amount_title {
  color: #2f4862;
  font-size: 42px;
  font-weight: 700;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 0px;
}
.pricingSec_list_items p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.pricingSec_list_items p em {
  margin-right: 8px;
}
.pricingSec_list_items p em.bi-check-square {
  color: #0cd565;
}
.pricingSec_list_items p em.bi-x-square {
  color: #fd1d1d;
}
.pricingSec_list_items:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .pricingSec_box {
    padding: 22px;
  }
  .pricingSec_box.active {
    padding: 50px 22px;
  }
  .pricingSec_icon, .pricingSec_amount, .pricingSec_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pricingSec_icon em {
    width: 80px;
    height: 80px;
    font-size: 60px;
  }
  .pricingSec_icon span {
    font-size: 18px;
  }
  .pricingSec_amount_title {
    font-size: 36px;
  }
  .pricingSec_list_items p {
    font-size: 15px;
  }
  .pricingSec_list_items p em {
    margin-right: 6px;
  }
  .pricingSec_list_items:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .pricingSec_box {
    padding: 15px;
  }
  .pricingSec_box.active {
    padding: 15px;
  }
  .pricingSec_icon, .pricingSec_amount, .pricingSec_list {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .pricingSec_icon em {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
  .pricingSec_icon span {
    font-size: 16px;
  }
  .pricingSec_amount_title {
    font-size: 30px;
  }
  .pricingSec_list_items p {
    font-size: 14px;
  }
}

.contactPage .contactSec_box {
  position: relative;
  padding: 0px 40px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.contactPage .contactSec_box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transform: translateY(-10px);
}
.contactPage .contactSec_box_icon {
  font-size: 28px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  width: 60px;
  height: 60px;
  background-color: #005E9E;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.contactPage .contactSec_box_title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  font-family: "Hind Vadodara", sans-serif;
  color: #2f4862;
  margin-bottom: 10px;
}
.contactPage .contactSec_box_para {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.contactPage .contactSec_box_info {
  margin-top: 20px;
}
.contactPage .contactSec_box_info_items span {
  font-weight: 600;
  color: #005E9E;
  margin-right: 4px;
}
.contactPage .contactSec_box_info_items a, .contactPage .contactSec_box_info_items p {
  color: #2f4862;
  font-size: 15px;
  line-height: normal;
}
.contactPage .contactSec_box_info_items a:hover {
  color: #005E9E;
}
.contactPage .contactSec_box_info_items:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .contactPage .contactSec_box {
    padding: 0px 30px 30px;
  }
  .contactPage .contactSec_box_icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
  .contactPage .contactSec_box_title {
    font-size: 22px;
  }
  .contactPage .contactSec_box_info {
    margin-top: 15px;
  }
  .contactPage .contactSec_box_info_items a, .contactPage .contactSec_box_info_items p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .contactPage .contactSec_box {
    padding: 0px 20px 20px;
  }
  .contactPage .contactSec_box_icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .contactPage .contactSec_box_title {
    font-size: 20px;
  }
}
.contactPage .formSec_box {
  padding: 40px;
  background-color: #005E9E;
}
.contactPage .formSec_box_head {
  margin-bottom: 30px;
}
.contactPage .formSec_box_head p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0px;
}
.contactPage .formSec_box_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contactPage .formSec_box_title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #0cd565;
  left: 0;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .contactPage .formSec_box {
    padding: 30px;
  }
  .contactPage .formSec_box_head {
    margin-bottom: 20px;
  }
  .contactPage .formSec_box_head p {
    font-size: 14px;
    line-height: 1.4;
  }
  .contactPage .formSec_box_title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .formSec_box {
    padding: 20px;
  }
}

.detailsPage .detailSec_img {
  background-color: #f1f2f8;
  padding: 12px;
  margin-bottom: 15px;
}
.detailsPage .detailSec_box {
  padding: 25px;
  background-color: #f1f2f8;
  margin-bottom: 20px;
}
.detailsPage .detailSec_box ul, .detailsPage .detailSec_box ol {
  margin-bottom: 0px;
}
.detailsPage .detailSec_subTitle {
  font-size: 18px;
  font-weight: 600;
  color: #2f4862;
  margin-bottom: 10px;
}
.detailsPage .detailSec h2, .detailsPage .detailSec h3, .detailsPage .detailSec h4, .detailsPage .detailSec h5, .detailsPage .detailSec h6 {
  text-transform: uppercase;
  color: #005E9E;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 15px;
}
.detailsPage .detailSec h2 {
  font-size: 26px;
  font-weight: 700;
}
.detailsPage .detailSec h3, .detailsPage .detailSec h4 {
  font-size: 22px;
  font-weight: 600;
}
.detailsPage .detailSec h5, .detailsPage .detailSec h6 {
  font-size: 18px;
  font-weight: 500;
}
.detailsPage .detailSec ul li, .detailsPage .detailSec ol li {
  font-size: 15px;
  font-weight: 500;
}
.detailsPage .detailSec ul li:not(:last-child), .detailsPage .detailSec ol li:not(:last-child) {
  margin-bottom: 10px;
}
.detailsPage .detailSec ul {
  padding-left: 0px;
  list-style: none;
}
.detailsPage .detailSec ul > li {
  position: relative;
  padding-left: 25px;
}
.detailsPage .detailSec ul > li::before, .detailsPage .detailSec ul > li::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.detailsPage .detailSec ul > li::before {
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 2px solid #0cd565;
}
.detailsPage .detailSec ul > li::after {
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #18ba60;
}
.detailsPage .detailSec ul p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.detailsPage .detailSec a {
  color: #005E9E;
}
.detailsPage .detailSec_tables {
  padding: 15px;
  background-color: #f1f2f8;
  margin-bottom: 15px;
}
.detailsPage .detailSec_tables table tr td, .detailsPage .detailSec_tables table tr th {
  vertical-align: middle;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .detailsPage .detailSec_img {
    margin-bottom: 12px;
  }
  .detailsPage .detailSec_box {
    padding: 20px;
    margin-bottom: 15px;
  }
  .detailsPage .detailSec_subTitle {
    font-size: 16px;
  }
  .detailsPage .detailSec h2, .detailsPage .detailSec h3, .detailsPage .detailSec h4, .detailsPage .detailSec h5, .detailsPage .detailSec h6 {
    margin-bottom: 12px;
  }
  .detailsPage .detailSec h2 {
    font-size: 24px;
  }
  .detailsPage .detailSec h3, .detailsPage .detailSec h4 {
    font-size: 20px;
  }
  .detailsPage .detailSec h5, .detailsPage .detailSec h6 {
    font-size: 16px;
  }
  .detailsPage .detailSec ul li, .detailsPage .detailSec ol li {
    font-size: 14px;
  }
  .detailsPage .detailSec ul li:not(:last-child), .detailsPage .detailSec ol li:not(:last-child) {
    margin-bottom: 6px;
  }
  .detailsPage .detailSec p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .detailsPage .detailSec a {
    color: #0cd565;
  }
}

.faqPage .faqSec .accordion-item {
  border-radius: 0px !important;
  border-color: rgba(54, 70, 115, 0.08);
}
.faqPage .faqSec .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.faqPage .faqSec .accordion-button {
  font-size: 18px;
  color: #2f4862;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f1f2f8;
  font-family: "Hind Vadodara", sans-serif;
  border-radius: 0px !important;
}
.faqPage .faqSec .accordion-button:focus {
  box-shadow: none;
}
.faqPage .faqSec .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0cd565;
}
.faqPage .faqSec .accordion-body {
  font-size: 15px;
  line-height: 1.5;
}

.aboutPage .aboutSec_img {
  background-color: #f1f2f8;
  padding: 12px;
  margin-bottom: 15px;
}
.aboutPage .aboutSec_box {
  padding: 25px;
  background-color: #f1f2f8;
  margin-bottom: 20px;
}
.aboutPage .aboutSec_box ul, .aboutPage .aboutSec_box ol {
  margin-bottom: 0px;
}
.aboutPage .aboutSec_subTitle {
  font-size: 18px;
  font-weight: 600;
  color: #2f4862;
  margin-bottom: 10px;
}
.aboutPage .aboutSec h2, .aboutPage .aboutSec h3, .aboutPage .aboutSec h4, .aboutPage .aboutSec h5, .aboutPage .aboutSec h6 {
  text-transform: uppercase;
  color: #005E9E;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 15px;
}
.aboutPage .aboutSec h2 {
  font-size: 26px;
  font-weight: 700;
}
.aboutPage .aboutSec h3, .aboutPage .aboutSec h4 {
  font-size: 22px;
  font-weight: 600;
}
.aboutPage .aboutSec h5, .aboutPage .aboutSec h6 {
  font-size: 18px;
  font-weight: 500;
}
.aboutPage .aboutSec ul li, .aboutPage .aboutSec ol li {
  font-size: 15px;
  font-weight: 500;
}
.aboutPage .aboutSec ul li:not(:last-child), .aboutPage .aboutSec ol li:not(:last-child) {
  margin-bottom: 10px;
}
.aboutPage .aboutSec ul {
  padding-left: 0px;
  list-style: none;
}
.aboutPage .aboutSec ul li {
  position: relative;
  padding-left: 25px;
}
.aboutPage .aboutSec ul li::before, .aboutPage .aboutSec ul li::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.aboutPage .aboutSec ul li::before {
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 2px solid #0cd565;
}
.aboutPage .aboutSec ul li::after {
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #18ba60;
}
.aboutPage .aboutSec ul p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.aboutPage .aboutSec_icons {
  padding: 20px;
  height: 100%;
  background-color: #f1f2f8;
}
.aboutPage .aboutSec_icons em {
  color: #0cd565;
  font-size: 40px;
  line-height: normal;
}
.aboutPage .aboutSec_icons_title {
  color: #005E9E;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  font-family: "Hind Vadodara", sans-serif;
  margin-bottom: 10px;
}
.aboutPage .aboutSec_icons_para {
  font-size: 15px;
  line-height: 1.4;
}
.aboutPage .aboutSec_info {
  padding: 20px;
  background-color: #005E9E;
}
.aboutPage .aboutSec_info_title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.aboutPage .aboutSec_info_title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #0cd565;
  left: 0;
  bottom: 0px;
}
.aboutPage .aboutSec_info_para {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .aboutPage .aboutSec_img {
    margin-bottom: 12px;
  }
  .aboutPage .aboutSec_box {
    padding: 20px;
    margin-bottom: 15px;
  }
  .aboutPage .aboutSec_subTitle {
    font-size: 16px;
  }
  .aboutPage .aboutSec h2, .aboutPage .aboutSec h3, .aboutPage .aboutSec h4, .aboutPage .aboutSec h5, .aboutPage .aboutSec h6 {
    margin-bottom: 12px;
  }
  .aboutPage .aboutSec h2 {
    font-size: 24px;
  }
  .aboutPage .aboutSec h3, .aboutPage .aboutSec h4 {
    font-size: 20px;
  }
  .aboutPage .aboutSec h5, .aboutPage .aboutSec h6 {
    font-size: 16px;
  }
  .aboutPage .aboutSec ul li, .aboutPage .aboutSec ol li {
    font-size: 14px;
  }
  .aboutPage .aboutSec ul li:not(:last-child), .aboutPage .aboutSec ol li:not(:last-child) {
    margin-bottom: 6px;
  }
  .aboutPage .aboutSec p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .aboutPage .aboutSec a {
    color: #0cd565;
  }
  .aboutPage .aboutSec_icons {
    padding: 16px;
  }
  .aboutPage .aboutSec_icons em {
    font-size: 32px;
  }
  .aboutPage .aboutSec_icons_title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .aboutPage .aboutSec_info {
    padding: 15px;
  }
  .aboutPage .aboutSec_info_title {
    font-size: 18px;
  }
}

.paymentPage .paymentSec_box {
  position: relative;
  padding: 40px;
  background-color: #f1f2f8;
  transition: all 0.3s ease-in-out;
}
.paymentPage .paymentSec_box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transform: translateY(-10px);
}
.paymentPage .paymentSec_box_title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  font-family: "Hind Vadodara", sans-serif;
  color: #2f4862;
  margin-bottom: 10px;
}
.paymentPage .paymentSec_box_para {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.paymentPage .paymentSec_box_info {
  margin-top: 20px;
}
.paymentPage .paymentSec_box_info_items {
  color: #2f4862;
  font-size: 15px;
  line-height: normal;
}
.paymentPage .paymentSec_box_info_items span {
  font-weight: 600;
  color: #005E9E;
  margin-right: 4px;
}
.paymentPage .paymentSec_box_info_items:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .paymentPage .paymentSec_box {
    padding: 30px;
  }
  .paymentPage .paymentSec_box_title {
    font-size: 22px;
  }
  .paymentPage .paymentSec_box_info {
    margin-top: 15px;
  }
  .paymentPage .paymentSec_box_info_items {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .paymentPage .paymentSec_box {
    padding: 20px;
  }
  .paymentPage .paymentSec_box_title {
    font-size: 20px;
  }
}

.kycPage .kycSec_inner {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
}
.kycPage .kycSec_form_title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Hind Vadodara", sans-serif;
  color: #2f4862;
  margin-bottom: 10px;
}
.kycPage .kycSec_form_head {
  margin-bottom: 20px;
}
.kycPage .kycSec_form_head p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.kycPage .kycSec_form_body_items {
  margin-bottom: 30px;
}
.kycPage .kycSec_form_top {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-family: "Hind Vadodara", sans-serif;
  color: #ffffff;
  background-color: #005E9E;
  margin-bottom: 30px;
}
.kycPage .kycSec_form_bottom .form-group .form-label {
  color: #2f4862;
  font-size: 15px;
  font-weight: 600;
  font-family: "Hind Vadodara", sans-serif;
}
.kycPage .kycSec_form_bottom .form-group .form-control, .kycPage .kycSec_form_bottom .form-group .form-select {
  border: 1px solid rgba(54, 70, 115, 0.2);
}
.kycPage .kycSec_form_bottom .form-group .form-control::-webkit-input-placeholder, .kycPage .kycSec_form_bottom .form-group .form-select::-webkit-input-placeholder {
  color: rgba(47, 72, 98, 0.7);
}
.kycPage .kycSec_form_bottom .form-group .form-control:-moz-placeholder, .kycPage .kycSec_form_bottom .form-group .form-select:-moz-placeholder {
  color: rgba(47, 72, 98, 0.7);
}
.kycPage .kycSec_form_bottom .form-group .form-control::-moz-placeholder, .kycPage .kycSec_form_bottom .form-group .form-select::-moz-placeholder {
  color: rgba(47, 72, 98, 0.7);
}
.kycPage .kycSec_form_bottom .form-group .form-control:-ms-input-placeholder, .kycPage .kycSec_form_bottom .form-group .form-select:-ms-input-placeholder {
  color: rgba(47, 72, 98, 0.7);
}
.kycPage .kycSec_form_bottom .form-group .form-check-label {
  color: #2f4862;
}
@media (max-width: 1199.98px) {
  .kycPage .kycSec_inner {
    padding: 30px;
  }
  .kycPage .kycSec_form_title {
    font-size: 26px;
  }
  .kycPage .kycSec_form_head {
    margin-bottom: 15px;
  }
  .kycPage .kycSec_form_head p {
    font-size: 14px;
  }
  .kycPage .kycSec_form_body_items {
    margin-bottom: 20px;
  }
  .kycPage .kycSec_form_top {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .kycPage .kycSec_form_bottom .form-group .form-label {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .kycPage .kycSec_inner {
    padding: 20px;
  }
  .kycPage .kycSec_form_title {
    font-size: 22px;
  }
}

.payNow{
    position: fixed;
    bottom: 25px;
    right: 90px;
    width: 100px;
    z-index: 11;
    color: #ffffff;
    background-color: #0cd565;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
}
@media (max-width: 767px) {
.payNow{
bottom: 60px;
    right: 20px;
}
}