@charset "UTF-8";
:root {
  --primary: rgba(0, 0, 0, 0.59);
  --background: #F3F6FC;
  --link: #1C75BC;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  scroll-behavior: smooth;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  left: -30px;
  top: 3px;
  background-color: #32C000;
  font-family: "Montserrat";
  border-radius: 2px;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

.form-check {
  position: relative;
}

input[type=checkbox]:checked + label::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  display: block;
  position: absolute;
  left: -27px;
  top: 6px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fw-6 {
  font-weight: 600 !important;
}

.button {
  padding: 10px 15px;
  width: 150px;
  background: #ED1C24;
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 4px;
}

.outline_button {
  padding: 10px 15px;
  width: 150px;
  background: #ffffff;
  outline: 2px solid #ED1C24;
  margin: 0;
  color: #ED1C24 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 4px;
  outline-width: thin;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Montserrat";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

body a {
  color: var(--link);
}

main {
  position: relative;
}

/* footer css code  */
.footer-container-wrapper .footer-logo .footerLogo {
  height: 42px;
  width: 181px;
  margin-bottom: 1.25rem;
}

.footer-container-wrapper .description {
  max-width: 100%;
  color: rgba(0, 0, 0, 0.5294117647);
  padding: 1rem 0;
  line-height: 32px;
}

.footer-container-wrapper .description span {
  color: #1C75BC;
}

.footer-container-wrapper h4 {
  margin: 8px 0 10px;
  line-height: inherit;
  color: #1C75BC;
  font-size: 16px;
  line-height: 20px;
}

.footer-container-wrapper ul {
  padding: 0px;
  flex-direction: column;
}

.footer-container-wrapper ul li {
  list-style-type: none;
  line-height: normal;
  margin: 10px 0 !important;
  display: block;
}

.footer-container-wrapper a {
  color: inherit;
  font-size: 14px;
}

.footer-container-wrapper .footer-nav ul li {
  margin: 15px 0;
  display: block;
}

.footer-container-wrapper {
  background: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 4rem;
}

.footer-container-wrapper .footer-bottom-pane {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.footer-container-wrapper p {
  max-width: 300px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #1E2833;
}

.footer-container-wrapper a:hover {
  color: #ed1b24;
}

.footer-container-wrapper .social-links {
  display: flex;
  flex-direction: row;
  /* gap: 5px; */
}

.footer-container-wrapper .social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-container-wrapper .social-links li {
  padding-right: 10px;
  display: block;
}

.footer-container-wrapper p.copyright {
  max-width: 100%;
  margin: 0.7rem 0;
  color: rgba(0, 0, 0, 0.5294117647);
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links {
  display: flex;
  justify-content: flex-end;
  margin: 1.1rem 0;
  flex-direction: row;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child {
  margin-left: 0;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child::before {
  display: none;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li {
  margin-left: 15px !important;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:before {
  content: "|";
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .footer-container-wrapper {
    padding-top: 1rem;
  }
  .footer-container-wrapper .social-links li a img {
    max-width: 50px;
  }
}
/* footer css code  */
.desktop {
  display: block;
}

.mobile {
  display: none;
}

.btn-active {
  background: #1C75BC !important;
  box-shadow: 0px 1px 6px 2px rgba(145, 145, 145, 0.6392156863);
  border: 0 !important;
}

.whtarrow {
  display: none;
}

.btn-active .whtarrow {
  display: block;
}

.btn-active .blkarrow {
  display: none;
}

.btn-active .activeA {
  color: #F2F2F2 !important;
}

.btn-active .activeB {
  color: #FFFFFF !important;
}

.custom-select {
  background: url("../images/icons/down_arrow.svg") no-repeat right 0.75rem center/15px 15px;
}

option {
  background: #E7E7E7;
  color: #28323c;
  padding: 3rem;
}

option:hover {
  background: #ffffff;
  color: #000000;
  border-left: 3px solid #ED1C24;
}

/* /////////////////////// ABOUT US /////////////////////////// */
.about {
  position: relative;
  overflow-x: hidden;
}

.about .about_banner {
  position: relative;
  max-width: 1920px;
  height: 290px;
  background: linear-gradient(180deg, #1C75BC 3.95%, #80C6FF 92.1%);
  margin: auto;
}

.about .about_banner .banner_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 675px;
  margin: auto;
}

.about .about_banner .banner_text p:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.about .about_banner .banner_text p:nth-child(2) {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
}

.about .own_story {
  padding: 5rem 0;
}

.about .own_story .own_story_data {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  flex-wrap: wrap;
}

.about .own_story .own_story_data .heading h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.about .own_story .own_story_data .content {
  margin: 2.5rem 0;
}

.about .own_story .own_story_data .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}

.about .own_story .own_story_data .content a {
  text-decoration: underline !important;
}

.about .own_story .own_story_data .buttons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.about .our-leader {
  padding: 2.5rem 0;
}

.about .our-leader .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 2.5rem;
}

.about .our-leader .heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #ED1C24;
  margin-bottom: 0;
}

.about .our-leader .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0;
}

.about .our-leader .designation {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.about .our-leader .details {
  position: relative;
  padding-left: 6.5vw;
  margin-bottom: 5rem;
}

.about .our-leader .details .quote {
  width: 45px;
  height: 60px;
  position: relative;
  margin-top: -10px;
}

.about .our-leader .details ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  padding-top: 1.5rem;
}

.about .our-leader .content {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin-top: 2rem;
}

.about .our-leader .content a {
  text-decoration: underline;
}

/* =============CUSTOM DROPDOWN====================== */
.custom-dropdown {
  position: relative;
  text-align: left;
}

.custom-dropdown .selected-item {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  padding-right: 25px;
  position: relative;
  font-size: 14px;
  height: auto;
  border: 1px solid #A7A7A7;
}

.custom-dropdown .selected-item:not(.form-control):not(select:disabled) {
  background-color: #f0f0f2;
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.custom-dropdown .selected-item.form-control,
.custom-dropdown select.selected-item:disabled {
  color: #28323c;
  font-weight: 500;
}

.custom-dropdown .selected-item:after {
  content: "";
  float: right;
  height: 10px;
  width: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  margin-top: 3px;
  position: absolute;
  right: 10px;
}

.custom-dropdown .selected-item.active + ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  z-index: 96;
}

.custom-dropdown ul {
  background-color: #f0f0f2;
  padding: 0.25rem 0 0.25rem 0;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: 0 0;
  margin: 0;
}

.custom-dropdown ul li {
  display: block;
}

.custom-dropdown ul li a,
.custom-dropdown ul li label {
  color: #28323c;
  position: relative;
  padding: 0.8rem 0.8rem;
  border-left: 3px solid transparent;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
}

.custom-dropdown ul li.active a,
.custom-dropdown ul li.active label,
.custom-dropdown ul li:hover a,
.custom-dropdown ul li:hover label {
  background-color: #fff;
  border-color: #ed1b24;
}

.custom-dropdown[class*=col] ul {
  left: 15px;
  right: 15px;
}

.custom-dropdown.multiple-selection ul li a,
.custom-dropdown.multiple-selection ul li label {
  padding-left: 30px;
}

.custom-dropdown.multiple-selection ul li a:before,
.custom-dropdown.multiple-selection ul li label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 7px);
  border: 1px solid #999;
  height: 14px;
  width: 14px;
  border-radius: 3px;
}

.custom-dropdown.multiple-selection ul li a:after,
.custom-dropdown.multiple-selection ul li label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: calc(50% - 5px);
  height: 8px;
  width: 4px;
  border-right: 1px solid #f6f5fa;
  border-bottom: 1px solid #f6f5fa;
  transform: rotate(45deg);
}

.custom-dropdown.multiple-selection ul li.active a:before,
.custom-dropdown.multiple-selection ul li.active label:before {
  background-color: #28a745;
  border-color: #28a745;
}

section {
  padding: 80px 0px;
}

.blue_clr {
  color: #1C75BC !important;
}

.bg_yellow {
  background: #F0BF67;
}

.bg_grey {
  background: #36B8C0;
}

.bg_green {
  background: #72AE98;
}

/* home banner section css  */
.home_banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  padding: 0px;
}

.home_banner .obj_blue {
  position: absolute;
  width: 100%;
  height: calc(25rem + 25px);
  left: auto;
  right: -65vw;
  top: -20rem;
  bottom: auto;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-25deg);
  z-index: 1;
}

.home_banner .obj_wheat {
  position: absolute;
  width: 100%;
  height: calc(25rem + 25px);
  left: auto;
  right: -35rem;
  top: -20rem;
  bottom: auto;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-25deg);
  z-index: 2;
}

.home_banner .obj_blue_left {
  position: absolute;
  width: 100%;
  height: calc(25rem + 25px);
  left: -10vw;
  bottom: auto;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-29deg);
  top: -20rem;
  z-index: 1;
}

.home_banner .obj_green {
  position: absolute;
  width: 100%;
  height: calc(25rem + 25px);
  left: -65rem;
  top: auto;
  bottom: -25vw;
  background: linear-gradient(180deg, rgba(60, 200, 180, 0.1) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-16.98deg);
}

.home_banner .entry_cnt {
  position: relative;
  z-index: 9;
  padding: 2.5rem 0;
}

.home_banner .entry_cnt .heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin: 0;
  position: relative;
}

.home_banner .entry_cnt .heading figure {
  display: contents;
}

.home_banner .entry_cnt .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 1.5rem 0;
  color: #737B7D;
  margin: 0;
}

.home_banner .entry_cnt .link {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home_banner .entry_cnt .link figure {
  margin: 0;
}

.home_banner .entry_cnt .cards {
  position: relative;
  margin: 1rem 0;
}

.home_banner .entry_cnt .cards .card {
  background: #FFFFFF;
  border: 1px solid #D7EDFF;
  border-radius: 11.1142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 1.25rem;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.home_banner .entry_cnt .cards .card:hover {
  border: 1px solid #D7EDFF;
  box-shadow: 0px 4px 4px rgba(28, 117, 188, 0.31);
}

.home_banner .entry_cnt .cards .card label {
  background: #1C75BC;
  border-radius: 0px 9.66667px 2.41667px 0px;
  position: absolute;
  left: -10px;
  top: 10px;
  width: 60%;
  box-shadow: 0px 4px 4px rgba(28, 117, 188, 0.31);
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 5px 5px;
  font-weight: 700;
}

.home_banner .entry_cnt .cards .card label::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  left: 2.45px;
  top: 20px;
  background: #1C75BC;
  transform: rotate(125deg);
  z-index: -1;
}

.home_banner .entry_cnt .cards .card .product-img {
  width: 100%;
}

.home_banner .entry_cnt .cards .card .heading {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin: 0;
  padding-top: 10px;
}

.home_banner .entry_cnt .cards .card .heading::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 110px;
  height: 4px;
  /* background: red; */
  border-radius: 10px;
  margin: auto;
}

.home_banner .entry_cnt .cards .card .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  width: 80%;
  margin: auto;
}

.home_banner .entry_cnt .cards .card .link {
  /* background: red; */
  padding: 5px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #1C75BC;
}

.home_banner .entry_cnt .cards .card .heading.yellow::before {
  background: #F0BF67;
}

.home_banner .entry_cnt .cards .card .heading.grey::before {
  background: #36B8C0;
}

.home_banner .entry_cnt .cards .card .heading.green::before {
  background: #72AE98;
}

.home_banner .entry_cnt .cards .card .heading.pink::before {
  background: #EC98A4;
}

/* home banner section css  */
.numbers {
  background-color: #FCEDB9;
  padding: 20px 0px;
}
.numbers h4 {
  display: none;
}
.numbers .data {
  color: #2C91FE;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  display: block;
}
.numbers .content {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
}

.benefits {
  padding: 8rem 0rem;
  position: relative;
  overflow: hidden;
}
.benefits::after {
  content: "";
  position: absolute;
  background-image: url(../images/benefits-bg1.png);
  width: 500px;
  height: 500px;
  top: 340px;
  right: -180px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.benefits::before {
  content: "";
  position: absolute;
  background-image: url(../images/benefits-bg2.png);
  width: 500px;
  height: 500px;
  top: 40px;
  right: -180px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.benefits h3 {
  color: #373F41;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.benefits h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #181818;
  margin-bottom: 20px;
}
.benefits ul {
  padding-left: 20px;
}
.benefits ul li {
  color: #494949;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
}

.partners {
  position: relative;
  padding: 8rem 0rem 2rem;
}
.partners::before {
  content: "";
  position: absolute;
  background-image: url(../images/partners-bg1.png);
  width: 500px;
  height: 500px;
  top: 62px;
  left: 0px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.partners::after {
  content: "";
  position: absolute;
  background-image: url(../images/partners-bg2.png);
  width: 500px;
  height: 500px;
  top: 52vw;
  right: 101px;
  margin-right: 0px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.partners h3 {
  color: #373F41;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.partners .partner-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.partners .partner-grid .partner-outer {
  background: #FFFFFF;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 120px;
  width: 120px;
  max-width: 120px;
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .partner-grid .partner-outer img {
  width: 75%;
}

.faqs {
  position: relative;
  width: 100%;
  padding: 2.5rem 0 5rem;
  overflow: hidden;
}

.faqs .heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  margin-top: 5rem;
  padding-top: 2.5rem;
}

.accordion {
  width: 100%;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 48px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1.3277px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
  font-size: 24px;
}

.accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color: #A7A7A7;
}

.accordion-item-header.active::after {
  content: "−";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #34495E, transparent) 1;
     border-image: linear-gradient(to right, transparent, #34495E, transparent) 1;
  padding-left: 0;
}

.faqs .obj_faq_yellow {
  position: absolute;
  width: 1172.57px;
  height: 32.5rem;
  left: auto;
  bottom: auto;
  top: 0;
  right: -62.5vw;
  background: linear-gradient(180deg, rgba(255, 234, 167, 0.57) 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-152.31deg);
}

.faqs .faqs_data {
  margin-top: 3.5rem;
}

.trusted-partner {
  position: relative;
}
.trusted-partner::before {
  content: "";
  position: absolute;
  background-image: url(../images/trustedpartner-bg.png);
  width: 500px;
  height: 500px;
  left: 0px;
  bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.trusted-partner h3 {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 2rem;
}
.trusted-partner .partner-card {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
}
.trusted-partner .partner-card .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.trusted-partner .owl-nav {
  display: none;
}
.trusted-partner .owl-theme .owl-dots .owl-dot {
  margin-top: 14px;
}
.trusted-partner .owl-theme .owl-dots .owl-dot.active span,
.trusted-partner .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1C75BC;
}
.trusted-partner .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.testimonial-img {
  height: 40px;
  width: 40px !important;
  border-radius: 50%;
  margin-right: 20px;
}

.blog {
  background: linear-gradient(181.04deg, #FFE8B4 0.89%, #FFC644 158.68%);
  padding: 3rem 0 8rem;
}
.blog a {
  color: #fff;
}
.blog h3 {
  font-weight: 600;
  text-align: center;
  color: #000000;
  font-size: 32px;
  line-height: 28px;
  padding: 3rem 0;
}
.blog h5 {
  font-size: 16px;
  font-weight: 600;
}
.blog .blog-long {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
}
.blog .blog-long .blog-img {
  width: 100%;
}
.blog .blog-long .content {
  padding: 15px;
  color: #fff;
  border-radius: 0px 0px 12px 12px;
  height: 245px;
  background: linear-gradient(180deg, #1C75BC 0%, rgba(28, 117, 188, 0.78) 100%);
}
.blog .blog-long .content h5 {
  font-size: 16px;
}
.blog .blog-long .content p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .blog-short {
  padding: 25px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 235px;
  margin-bottom: 15px;
}
.blog .blog-short h5 {
  font-size: 16px;
}
.blog .blog-short p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .blog-short a p {
  color: #1C75BC;
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
}

.instant {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.instant .coming-soon {
  position: relative;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  width: 100px;
  background: #FFEADE;
  border-radius: 3px;
  color: #F27400;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
.instant a {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #A5A5A5 !important;
}

.login {
  text-transform: uppercase;
  font-weight: 600;
  color: #1C75BC !important;
}

.custom-dropdown {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary);
  padding: 0;
}
.custom-dropdown:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu.show {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  top: 15px !important;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sub-heading {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
}
.sub-heading span {
  color: #1C75BC;
}

.leadform {
  padding: 40px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}
.leadform .head {
  color: #4F4F4F;
  font-weight: 600;
  font-size: 32px;
  line-height: 53px;
}
.leadform .head span {
  color: #1C75BC;
}

.custom-form {
  background-color: #fff;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
}

.custom-form .custom-dropdown .form-control {
  padding: 7px 0px;
}

.custom-form .form-group label {
  color: #151414;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.custom-form .form-group .form-control::-moz-placeholder {
  color: #979797;
  font-size: 14px;
}

.custom-form .form-group .form-control:-ms-input-placeholder {
  color: #979797;
  font-size: 14px;
}

.custom-form .form-group .form-control::placeholder {
  color: #979797;
  font-size: 14px;
}

.custom-form .form-group .form-control {
  border: none;
  border-bottom: 2px solid #A7A7A7;
  border-radius: 0px;
  padding: 0px;
  color: #979797;
}

.custom-form .form-group .form-control:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.back {
  color: #1C75BC;
  display: block;
}

.error {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ED1D24;
  margin-top: 10px;
}

.lead_blueleft {
  position: absolute;
  top: 400px;
  width: 525px;
  height: 231.54px;
  left: -179px;
  bottom: 552px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281px;
  transform: rotate(-45deg);
  z-index: -1;
}

.lead_orangeleft {
  position: absolute;
  width: 834px;
  height: 392px;
  left: -345px;
  top: 700px;
  bottom: -77px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281px;
  transform: rotate(-45deg);
  z-index: -2;
}

.lead_orangeright {
  position: absolute;
  height: auto;
  width: 500px;
  right: 0px;
  width: 1013.2px;
  height: 460.33px;
  left: 783px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.lead_blueright {
  position: absolute;
  width: 653.6px;
  height: 288.26px;
  left: 1008px;
  bottom: 348.57px;
  top: 443px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -1;
}

.login_blueleft {
  position: absolute;
  width: 762.77px;
  height: 231.54px;
  left: -6px;
  top: 283px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.login_orangeleft {
  position: absolute;
  width: 1013.2px;
  height: 460.33px;
  left: -217px;
  top: 557px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.login_orangeright {
  position: absolute;
  width: 1013.2px;
  height: 460.33px;
  left: 881px;
  bottom: 398px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.login_blueright {
  position: absolute;
  width: 754.42px;
  height: 231.54px;
  left: 1004px;
  bottom: 302px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.info {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #747474;
  margin-top: 25px;
}

.info-theme {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ED1D24;
}

.outer-update {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.updates-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #828282;
  border-radius: 3px;
}

/* Hide the browser's default checkbox */
.updates-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #747474;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.updates-chk input:checked ~ .checkmark {
  background-color: #32C000;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.updates-chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.updates-chk .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.thankyou {
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.return {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1C75BC;
}

.thanku-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #4F4F4F;
}

.thankyougif {
  height: 132px;
  width: 132px;
  margin-bottom: 24px;
}

.login-logo {
  width: 210px;
  max-width: 100%;
  margin: 20px 0px 40px 0px;
}

.login_form {
  overflow: hidden;
  position: relative;
}

.full_ht {
  height: 100vh;
  padding: 40px 0px 0px 0px;
}

.right-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.mob-img {
  display: none;
}

.prenumber {
  position: relative;
}
.prenumber::before {
  content: "+91";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 39px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #151414;
}
.prenumber input {
  padding: 0px 0px 0px 35px !important;
}

.backlinks a {
  display: block;
  text-align: left;
}

.errorheading {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 50px !important;
}

.errortext {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 31px;
}

.backlinks a {
  margin-bottom: 31px;
}

.errorleft {
  padding: 30px 0px;
}

.error_orangeright {
  position: absolute;
  width: 686px;
  height: 417.33px;
  right: -115px;
  top: 51px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.error_blueright {
  position: absolute;
  width: 879.88px;
  height: 270.04px;
  left: 842px;
  top: 200px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.error_orangeleft {
  position: absolute;
  width: 1013.2px;
  height: 460.33px;
  left: -634px;
  bottom: -603px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
}

.error_main {
  height: calc(100vh - 80px);
}
.error_main .outer {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.fw-6 {
  font-weight: 600;
}

/* capital section css  */
.capital {
  position: relative;
  background: #F3F3F3;
  padding: 5rem 1rem 8rem;
}

.capital .heading h3 {
  font-weight: 600;
  font-size: 29.193px;
  line-height: 36px;
  text-transform: uppercase;
  color: #151414;
  text-align: center;
  position: relative;
}

.capital .heading h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 150px;
  height: 4px;
  margin: auto;
  background: #ED1C24;
  margin-bottom: 0;
}

.capital .cap-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem;
  gap: 43px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  margin-top: 3.5rem;
  position: relative;
  z-index: 9;
  height: 315px;
}

.capital .col-md-4::after {
  content: "";
  background: url("../images/capital_dotted.png") no-repeat;
  position: absolute;
  top: auto;
  bottom: -15px;
  right: -1px;
  left: auto;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 125px;
}

.insurance .dotted {
  position: absolute;
  right: -10px;
  top: -25px;
  height: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}

.capital .cap-card .cap-data .heading {
  font-weight: 600;
  font-size: 17px;
  line-height: 164%;
  text-align: center;
  color: #000000;
  margin-bottom: 1rem;
}

.capital .cap-card .cap-data .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #4B4B4B;
  margin-bottom: 0;
  margin: auto;
  width: 95%;
}

/* capital section css  */
.custom-map {
  width: 100%;
  border-radius: 10px;
  margin-top: 60px;
}

.custom-heading-contact {
  font-weight: 600;
  font-size: 40px;
  color: #434343;
}
.custom-heading-contact span {
  color: #3C64B1;
}

.sub-content-contact {
  color: #5B5B5B;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 50px;
}

.enq-contact {
  color: #0D1317;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.info-contact {
  color: #7881FF;
  font-size: 14px;
  /* text-decoration: underline; */
}

.about_orangeleft {
  position: absolute;
  width: 1097.74px;
  height: 521.53px;
  left: -163px;
  bottom: 2850.25px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  top: -297px;
  z-index: -2;
}

.about_orangecenter {
  position: absolute;
  width: 1013.2px;
  height: 460.33px;
  left: 535px;
  bottom: 2945.23px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.about_blueright {
  position: absolute;
  width: 1013.2px;
  height: 460.33px;
  left: 908px;
  bottom: 2913.23px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.about_orangeright {
  position: absolute;
  width: 657.77px;
  height: 309.56px;
  left: 1151px;
  bottom: 2339.33px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.about_bluemidight {
  position: absolute;
  width: 524.99px;
  height: 231.54px;
  left: 1226px;
  bottom: 2127.24px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.about_orangemidleft {
  position: absolute;
  width: 657.77px;
  height: 309.56px;
  left: -352px;
  bottom: 1875.33px;
  background: linear-gradient(180deg, #FFEAA7 0%, rgba(255, 234, 167, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}

.about_bluebottomleft {
  position: absolute;
  width: 524.99px;
  height: 231.54px;
  left: -288px;
  bottom: 1063.24px;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.2) 0%, rgba(229, 229, 229, 0) 100%);
  border-radius: 281.423px;
  transform: rotate(-45deg);
  z-index: -2;
}/*# sourceMappingURL=style.css.map */