body {
  /* padding-top: 101px; */
  font-family: "Plus Jakarta Sans", sans-serif;
}


.home-section-1 {
  background: #111057;
  padding: 80px 0;
  text-align: center;
}
.header-nav .container {
  background: #00000040;
  padding: 12px 20px;
  border-radius: 20px;
  margin-top: 15px;
}
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header-nav.headeractive .container {
  background: #111057;
}
.top-padding-1 {
  padding-top: 165px;
}
#navbarCollapse {
  flex-grow: unset;
}
a.navbar-brand img {
  height: 58px;
}
.header-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}
.navbar-nav .nav-link.active{
  color: #fff;
}
.header-nav .nav-item {
  padding: 0 15px;
}
.header-nav .btn {
  background: #51B045;
  box-shadow: 0px 4px 10px rgb(128 171 66 / 20%);
  border-radius: 8px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 11px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}
.header-nav .btn:hover {
  background: #a61f62;
  box-shadow: 0px 4px 10px rgb(128 171 66 / 20%);
  color: #FFFFFF;
}
.home-section-1 .col-md-12 {
  position: relative;
}
.home-section-1 img.img-fluid {
  margin-top: 52px;
}
.home-section-1 svg {
  position: absolute;
  top: 124px;
  right: 0;
  left: 360px;
  margin: 0 auto;
  height: 105px;
}

.home-section-1 h1 {
  font-weight: 800;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.home-section-1 h2 {
  font-weight: 800;
  font-size: 50px;
  color: #51B045;
  margin-bottom: 0;
}
.home-section-1 p {
  font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #FFFFFF;
    margin-top: 35px;
}
.home-section-1-span-1 {
  color: #51B045;
  font-weight: 800;
}
.home-section-1-span-2 {
  font-weight: 800;
}

.home-section-1 h2::after {
  content: '|';
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.home-section-1-sub-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 42px;
  margin-top: 35px;
}
.home-section-1-sub-1  h6 {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins';
}
.home-section-1-sub-1  h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: 'Poppins';
}
.home-section-1-sub-1-b1 {
  border-left: solid 1px rgb(255 255 255 / 20%);
  border-right: solid 1px rgb(255 255 255 / 20%);
  padding: 5px 50px;
}
.home-section-1-sub-1 > div {
  width: 300px;
}
.home-section-2 {
  padding: 80px 0 80px 8vw;
  position: relative;
  overflow: hidden;
} 
.home-section-2 h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #111057;
  text-align: center;
}
.home-section-2 h1 div {
  color: #51B045;
}
.home-section-2 p {
  font-weight: 400;
  font-size: 18px;
  color: #111057;
  text-align: center;
}
.button-1 a {
  background: #51B045;
  box-shadow: 0px 4px 10px rgb(128 171 66 / 20%);
  border-radius: 8px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 11px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 1px solid #51B045;
}
.button-1 a:hover {
  background: #a61f62;
  border-color: #a61f62;
}
.button-1 {
  text-align: center;
  margin-top: 40px;
}
.home-section-2-img-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
}
@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(5rem - 100% + 20px));
  }
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% - 5rem - 20px));
  }
}

@keyframes scroll-x {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(calc(-100% - 20px));
  }
}
.home-section-2-marquee-1 .home-section-2-sub-1 {
  animation: scroll-x 20s linear infinite;
}
.home-section-2-marquee-2 .home-section-2-sub-1 {
  animation: scroll-x 15s linear infinite;
}
.home-section-2-marquee-3 .home-section-2-sub-1 {
  animation: scroll-x 25s linear infinite;
}
.home-section-2-sub-1 {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  margin-left: 5rem;
}
.marquee {
  display: flex;
  gap: 2rem;
  width: 200%;
  margin-top: 1.8rem;
  position: relative;
  overflow: hidden;
}
.home-section-2-marquee-2 {
  margin-left: 150px;
}
.home-section-2 .col-md-8 {
  padding-left: 50px;
}
.home-section-3 {
  padding: 60px 0;
  background-size: cover;
  position: relative;
  background: #111057;
}
.home-section-3 h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.home-section-3 h1 span {
  color: #51B045;
}
.home-section-3-1 {
  text-align: center;
  margin-bottom: 50px;
}
.home-section-3-1 p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 20px;
  width: 52%;
  margin: 0 auto;
}
.home-section-3-2-top .col-md-4 {
  border-radius: 13px;
  padding: 20px;
}
.home-section-3-box-1{
  background: #FDF3EA;
}
.home-section-3-box-2{
  background: #E0F8F2;
}
.home-section-3-box-3{
  background: #EEECFF;
}
.home-section-3-box-4{
  background: #D9F2F7;
}
.home-section-3-box-5{
  background: #FAEDED;
}
.home-section-3-box-6{
  background: #F1F1F1;
}
.home-section-3-box-7{
  background: #D9F7DB;
}
.home-section-3-box-8{
  background: #E0F8F2;
}
.home-section-3-box-9{
  background: #EEECFF;
}
.home-section-3-box-10{
  background: #FDF3EA;
}
.home-section-3-box-11{
  background: #E0F8F2;
}
.home-section-3-2 {
  text-align: center;
  color: #2E2F35;
}
.home-section-3-2 a {
  color: #2E2F35;
  text-decoration: none;
}
.home-section-3-2 a:hover {
  color: #2E2F35;
  text-decoration: none;
}
.home-section-3-2 h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}
.home-section-3-2 p {
  color: #58595D;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
}
.home-section-3-2 h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #111057;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.home-section-3-2-top {
  gap: 15px;
} 
.home-section-3-2-top .col-md-4 {
  width: 32%;
}
.home-section-3-2 img {
  border-radius: 20px;
  object-fit: cover;
  height: 235px;
}
.home-section-3-2-1 {
  padding: 0 25px;
}
.home-section-4 {
  padding: 20px 0;
}
.home-section-5 h1 {
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: #344054;
}
.home-section-5-1 {
  text-align: center;
}
.home-section-5 {
  padding: 80px 0;
}
.home-section-5 h1 span {
  color: #51B045;
}
.home-section-5-1 p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #667085;
  width: 52%;
  margin: 10px auto 0;
}
.home-section-5-2-box h3 {
  font-weight: 700;
  font-size: 21px;
  color: #344054;
  margin-top: 20px;
}
.home-section-5-2-box {
  text-align: center;
  padding: 15px;
}
.home-section-5-2-box p {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
}
.home-section-5-2-box img {
  height: 85px;
}
.home-section-5-2-box-center-1 {
  border-left: solid 1px #11105733;
  border-right: solid 1px #11105733;
}
.home-section-6 {
  position: relative;
  background: #111057;
  padding: 80px 0 240px 0;
}
.home-section-6-bottom {
  padding-left: 8vw;
}
.home-section-6-1 h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.home-section-6-1 h1 span {
  color: #51B045;
}
.home-section-6-1 p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 20px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.home-section-6-2-1 {
  background: #FFFFFF;
  padding: 35px;
  border-radius: 13px;
}
.home-section-6-2 .owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding: 0;
}
.home-section-6-2 {
  margin-top: 70px;
}

.home-section-6-2-2 {
  color: #D67800;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.home-section-6-2-2-top p {
  color: #2E2F35;
  font-size: 19px;
  font-weight: 500;
}
.home-section-6-2-3 {
  display: flex;
  align-items: center;
  gap: 19px;
}
.home-section-6-2-3 img {
  height: 75px;
  width: auto !important;
}
.home-section-6-2-1 .row {
  align-items: center;
}
.home-section-6-2-3 h5 {
  color: #111057;
  font-size: 18px;
  font-weight: 600;
}
.home-section-6-2-3 h6 {
  color: #111057;
  font-size: 16px;
  font-weight: 400;
}
.home-section-6-2 .owl-dots, .home-section-8 .owl-dots {
  margin-top: 55px !important;
}
.home-section-6-2 .owl-theme .owl-dots .owl-dot span, .home-section-8 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #C4B5FD;
}
.home-section-6-2 .owl-theme .owl-dots .owl-dot.active span, .home-section-8 .owl-theme .owl-dots .owl-dot.active span {
  width: 48px;
}
.home-section-6-2 .owl-theme .owl-dots .owl-dot.active span, .home-section-6-2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.home-section-8 .owl-theme .owl-dots .owl-dot.active span, .home-section-8 .owl-theme .owl-dots .owl-dot:hover span {
  background: #111057;
}
.home-section-7-1 {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 60px 15px;
  align-items: center;
}
.home-section-7-1 h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-section-7-1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.button-2 a {
  border: 1px solid #475467;
  border-radius: 8px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 11px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.home-section-7 {
  margin-top: -155px;
  z-index: 9;
  position: relative;
}
.button-2 a:hover {
  background: #a61f62;
  border-color: #a61f62;
}
.home-section-8-1 h1 {
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: #344054;
  text-align: center;
}
.home-section-8-1 h1 span {
  color: #51B045;
}
.home-section-8-1 p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #667085;
  width: 52%;
  margin: 10px auto 0;
}
.home-section-8 {
  padding: 90px 0;
}
.home-section-8-2 {
  margin-top: 40px;
}
.home-section-8-2 {
  margin-top: 40px;
}
.home-section-8-2-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section-8-2-2 {
  padding: 15px;
}
.home-section-8-2-3 h6 {
  color: #252641;
  font-size: 16px;
  font-weight: 500;
}
.home-section-8-2-2 h2 {
  font-size: 23px;
  font-weight: 500;
  padding: 6px 0;
}
.home-section-8-2-2 p {
  color: #696984;
  font-size: 17px;
  font-weight: 400;
}
.home-section-8-2-2 a {
  color: #111057;
  font-size: 17px;
  font-weight: 400;
}
.home-section-8-2-1 img {
  border-radius: 20px;
  object-fit: cover;
  height: 265px;
}
.footer-section-top {
  background: #111057;
  padding: 50px 0 0;
  color: #fff;
}
.footer-section-1-1 h3 {
  font-weight: 500;
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
}
.footer-section-1-1  h3 span {
  color: #51B045;
  font-weight: 700;
}
.footer-section-1-1-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}
.footer-section-1-1-1 img {
  height: 55px;
}
.footer-section-1-1-1 h5 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}
.footer-section-1-1-1 h6 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.footer-logo {
  height: 58px;
  margin: 25px 0 15px;
}
.footer-section-1-1-1-top p {
  font-size: 16px;
  font-weight: 300;
}
.footer-section-1-1-1-top h4 {
  font-size: 18px;
  font-weight: 400;
}
.footer-section-1-1-1-top ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 20px;
  color: #fff;
}

.footer-section-1-1-1-top ul li a {
  color: #fff;
}
.footer-section-1-2 h4 {
  color: #51B045;
  font-size: 18px;
  font-weight: 700;
}
.footer-section-1-2  ul {list-style: none;padding: 0;margin-bottom: 24px;}
.footer-section-1-2  ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
}
.footer-section-1-2  ul li a:hover, .footer-section-2 p a:hover {
  color: #51B045;
}
.footer-section-1-2  ul li {
    margin-bottom: 3px;
}
.footer-section-1-left {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.footer-section-1-left h3 {
  color: #252641;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer-section-1-left input {
  border: 1px solid #ced4da;
  height: 65px;
  margin-bottom: 18px;
  border-radius: 5px;
  padding: 0 19px;
}
.footer-section-1-left textarea {
  height: 145px;
  border: 1px solid #ced4da;
  margin-bottom: 18px;
  border-radius: 5px;
  padding: 15px 19px;
}
.footer-section-1-left .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: unset;
}

.footer-section-1-left input::-webkit-input-placeholder, .footer-section-1-left textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0A142F;
  font-weight: 300;
}
.footer-section-1-left input::-moz-placeholder, .footer-section-1-left textarea::-moz-placeholder { /* Firefox 19+ */
  color: #0A142F;
  font-weight: 300;
}
.footer-section-1-left input:-ms-input-placeholder, .footer-section-1-left textarea:-ms-input-placeholder { /* IE 10+ */
  color: #0A142F;
  font-weight: 300;
}
.footer-section-1-left input:-moz-placeholder, .footer-section-1-left textarea:-moz-placeholder { /* Firefox 18- */
  color: #0A142F;
  font-weight: 300;
}
.footer-section-1-left .btn:hover {
  background: #a61f62;
  box-shadow: 0px 4px 10px rgb(128 171 66 / 20%);
  color: #FFFFFF;
}
.footer-section-1-left .btn {
  background: #51B045;
  box-shadow: 0px 4px 10px rgb(128 171 66 / 20%);
  border-radius: 8px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 11px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}
.footer-section-2 {
  background: #fff;
  padding: 13px 0;
  color: #192B3E;
  margin-top: 35px;
}
.footer-section-2 p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.footer-section-2 p a {
  color: #192b3edb;
  text-decoration: none;
}
.home-section-8-2-2 a:hover {
  color: #51B045;
} 
.header-nav .nav-link:hover {
  color: #51B045;
}
.sub-page-title-section-1 {
  background: #111057;
  padding-bottom: 30px;
}
.sub-page-title-section-1 h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.about-us-section-1 {
  padding: 80px 0;
}
.about-us-section-1 p {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}
.about-us-section-1 p span {
  font-weight: 800;
  color: #1F64FF;
  font-size: 29px;
}
.about-us-section-2-1 h1 {
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  color: #111057;
  text-align: center;
}
.about-us-section-2-1 p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #111057;
  width: 52%;
  margin: 10px auto 0;
}
.about-us-section-2-1 h1 span {
  color: #51B045;
}
.about-us-section-2-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111057;
  border-radius: 20px;
  padding: 15px;
  color: #fff;
  gap: 15px;
  margin-bottom: 15px;
}
.about-us-section-2-box h3 {
  font-size: 24px;
  font-weight: 600;
}
.about-us-section-2-box p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.about-us-section-2-1 {
  margin-bottom: 35px;
}
.about-us-section-2-box img {
  height: 95px;
}
.about-us-section-3 {
  padding: 60px 0;
}
.about-us-section-3-1 h1 {
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  color: #111057;
  margin: 15px 0;
}
.about-us-section-3-1 h1 span {
  color: #51B045;
}
.about-us-section-3-1 img {
  height: 95px;
}
.about-us-section-3-1 p {
  color: #111057;
  font-size: 20px;
  font-weight: 400;
}
.about-us-section-3-1 {
  padding-right: 60px;
}
.about-us-section-4 {
  background: #111057;
  padding: 60px 0;
  position: relative;
  color: #fff;
}
.about-us-section-4-1 h1 {
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 25px 0;
}
.about-us-section-4-1 h1 span {
  color: #51B045;
}
.about-us-section-4-2 p {
  font-size: 25px;
  font-weight: 300;
}

.about-us-section-4-2-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us-section-4-2-1 h3 {
  color: #5BC17F;
  font-size: 30px;
  font-weight: 600;
}
.about-us-section-4-2-1 h4 {
  font-size: 23px;
  font-weight: 400;
  list-style: gujarati;
}
.about-us-section-4-2 .col-md-8 img {
  height: 50px;
}
.about-section-4-img-1 {
  position: absolute;
  top: 35%;
  bottom: 50%;
  left: -74px;
}

.about-section-4-img-2 {
  position: absolute;
  top: 35%;
  bottom: 50%;
  right: 0;
}
.about-us-section-4-2 .col-md-4 img {
  width: 100%;
}
.about-us-section-4-2 {
  align-items: center;
}
.heading-section-1 h1 {
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  color: #000;
}
.heading-section-1 h1 span {
  color: #51B045;
}
.agent_portal_section-1 {
  padding: 80px 0 20px;
  text-align: center;
}
.agent_portal_section-1 p {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin: 30px 0;
}
.heading-agent-portal-2 h1 {
  font-weight: 700;
  font-size: 35px;
  text-transform: capitalize;
  color: #344054;
  text-align: center;
}
.heading-agent-portal-2 h1 span {
  color: #51B045;
}
.agent-portal-section-2-1-box {
  border: 0.5px solid rgb(42 73 107 / 23%);
  border-radius: 25px;
  padding: 30px 0 15px 25px;
  margin-bottom: 20px;
}
.agent-portal-section-2-1 {
  margin-top: 30px;
}
.agent-portal-section-2-1-box-left {
  text-align: center;
  padding: 0 40px;
}
.agent-portal-section-2-1-box-left h2 {
  color: #2E2F35;
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
}
.agent-portal-section-2-1-box-left img {
  height: 110px;
}
.agent-portal-section-2-1-box-left p {
  font-size: 19px;
  color: #000;
  font-weight: 300;
  margin-top: 13px;
}
.agent-portal-section-2-1-box-right-1 h3 {
  color: #51B045;
  font-size: 22px;
  font-weight: 600;
}
.agent-portal-section-2-1-box-right-1 h6 {
  font-size: 17px;
  color: #2A496B;
  font-weight: 400;
  margin-bottom: 0;
}
.agent-portal-section-2-1-box-right-1 {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 15px;
}
.agent-portal-section-2-1-box .row {
  align-items: center;
}
.agent-portal-section-2-1-box-right-1:last-child {
  border-bottom: 1px solid transparent;
}
section.agent_portal_section-2 {
  padding-top: 40px;
}
.call-to-action-1 {
  margin-top: 80px;
}