/*
Theme Name: Money Assist
Theme URI: https://www.busfam.com/
Author: Busfam team
Author URI: https://www.busfam.com/
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 6.0
*/


@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Fjalla+One&family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



:root {
  --white: #fff;
  --black: #333;
  --blue: #23c0c8;
  --dblue: #1d59a7;
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: var(--dblue);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 20px;
}

h1 strong {
  color: var(--dblue);
  display: block;
}

h2 strong {
  color: var(--dblue);
}

h2 {
  font-family: "Comfortaa", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

h3 {
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dblue);
}

h4 {
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

h5 {
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

h6 {
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--dblue);
  margin-bottom: 10px;
}

.anitext strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 20px 0 0 0;
  float: left;
}

.anitext img {
  width: 80px;
  margin: 0 8px;
}

p {
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
}

p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

.tick_double ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0 0 15px 0;
}

.tick_triple ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin: 0 0 15px 0;
}

button:focus {
  outline: none;
}

.sectiongap {
  padding: 20px 0;
  background-color: #fff;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

ol {
  padding-left: 15px;
}

ol li {
  list-style: decimal;
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 500;
}

.topsection {
  position: relative;
}

.menumain {
  position: absolute;
  top: 0;
}

.stellarnav>ul>li>a.btn-primary {
  padding: 10px 20px;
  color: #fff;
}

.custom-logo-link img {
  width: 250px;
}

/* button */
.btn-primary {
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  outline: 0;
  background: var(--dblue);
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary i {
  font-size: 10px;
  color: var(--blue);
}

.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:hover {
  background: var(--blue);
  color: #fff !important;
}

.btn-primary:hover i,
.btn-secondary:hover i {
  color: var(--white);
}

.btn-primary:active {
  background: var(--dblue) !important;
}

.btn-secondary {
  border: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  outline: 0;
  background: var(--blue);
  background-position: 100%;
  background-size: 400%;
  transition: background 400ms ease-in-out;
  box-shadow: none;
}

.btn-secondary i {
  font-size: 10px;
  color: var(--white) !important;
}

.btn-secondary:focus {
  box-shadow: none;
}

.btn-secondary:hover {
  background: var(--dblue);
}

.btn-secondary:active {
  background: var(--blue) !important;
}

/* button */
.tick ul,
.cms-wrap ul {
  margin: 10px 0 0 18px;
}

.tick ul li,
.cms-wrap ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

.tick ul li:before,
.cms-wrap ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: var(--dblue);
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -18px;
  position: absolute;
}

.tick_double.tick ul li:before,
.tick_triple.tick ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: var(--blue);
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -16px;
  position: absolute;
}

.contact_area .tick_double.tick ul li:before {
  color: var(--white);
}

.section_title {
  margin-bottom: 20px;
}

.section_title h2 {
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 40px;
  color: var(--black);
  text-align: left;
}

.section_title h2:after {
  position: absolute;
  content: '';
  background: var(--blue);
  width: 45px;
  height: 3px;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section_title.text-left h2 {
  text-align: left;
}

.section_title.text-left h2:after {
  margin: 0;
}

.section_title h2 strong {
  color: var(--blue);
}

.section_title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.section_title h2 span {
  color: var(--blue);
}

/*-----------Menu Style Start-----------*/
.menumain {
  width: 100%;
  z-index: 888;
  background: #fff;
}

.menu-bar {
  background: url(images/menubg.jpg) 0 0 repeat;
  margin: 16px 25px 0 25px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all .5s ease;
  z-index: 999;
}

.sticky_div {
  position: sticky;
  top: 9pc;
  margin-bottom: 30px;
}

.menumain .navbar {
  padding: 5px 0;
  background: var(--dblue);
}

/*-----------Menu Style End-----------*/
.topbar {
  background: #fff;
  padding: 7px 0;
}

.topbar ul li {
  display: inline-block;
  margin: 0 6px;
}

.topbar ul li a {
  font-size: 12px;
  font-weight: 400;
}

.topbar .top_social ul li i {
  font-size: 13px;
  color: var(--dblue);
}

.topbar .top_social ul li:hover i {
  color: var(--blue);
}

.topbar ul li.ph {
  position: relative;
  top: 5px;
}

/*-----------Banner Section Satrt-----------*/
.banner {
  background: #c2e8e8 url(images/bg-5.png) 0 0 repeat;
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.banner p {
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  line-height: 20px;
}

.banner p strong {
  font-size: 16px;
  font-weight: 700;
}

.wave {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -30px;
}

.banner p span {
  font-weight: 600;
}

.bannertext p {
  margin-top: 12px !important;
}

.bannertext p,
.bannertext h4 {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.bannertext p span {
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
}

.banner_text_wrapper {
  padding-top: 60px !important;
}

.banner_img_wrapper {
  padding-top: 50px !important;
}

.word {
  position: absolute;
  opacity: 0;
}

.banner_btns {
  position: relative;
  z-index: 2;
  background: var(--blue);
  width: 61.5%;
  left: 44px;
  border-radius: 0 0 16px 16px;
  padding-left: 25px;
}

.banner_btns a.more {
  color: #fff;
}

.banner_btns a.more:hover {
  color: var(--dblue) !important;
}

.banner_btns a.more:focus {
  box-shadow: none;
}

.banner_btns a.more:after {
  height: 0;
  border-bottom: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #2c7a11;
}

.midnight {
  color: #002b87;
}

.banner .owl-carousel .owl-nav.disabled,
.banner .owl-carousel .owl-dots.disabled {
  display: none !important;
}

.banner_slider {
  z-index: 2;
  position: relative;
}

.banner .card h5 {
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
  line-height: 16px;
}

.banner .card .card-body {
  padding: 10px 5px;
}

.banner_slider .card {
  border: 0;
}

.banner_slider .card-body {
  background: var(--dblue);
  border: 0;
  border-radius: 0 0 8px 8px;
}

.banner_slider .card img {
  border-radius: 5px 5px 0 0 !important;
}

ul.banner_btns li {
  margin: 0 5px;
  border-right: 1px solid #fff;
}

ul.banner_btns li:last-child {
  border-right: 0;
}

/*-----------Banner Section End-----------*/
.about {
  z-index: 1;
}

.sectiongap.about {
  padding: 0;
}

/*backto-top start*/
#backto-top {
  display: inline-block;
  background: #999;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border: 0;
  position: fixed;
  bottom: 45px;
  right: 0;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
}

#backto-top i {
  font-size: 20px;
  color: var(--white);
}

#backto-top:hover {
  cursor: pointer;
  background: var(--blue);
}

#backto-top:hover i {
  color: var(--white);
}

#backto-top:active {
  background: #1d384f;
}

#backto-top.show {
  opacity: 1;
  visibility: visible;
}

/*backto-top end*/
.bg2 {
  background: url(images/pattern-2.png) 0 0 repeat;
}

.thanku_bg {
  background-image: radial-gradient(circle, var(--white), var(--white), #8cdbed);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 80px 0;
}

.thanku_bg p {
  font-size: 22px;
  color: var(--black);
}

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

/*dots*/
.owl-nav {
  margin-top: 0;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 24px;
  margin: 10px 8px !important;
  display: inline-block;
  margin: 0 5px;
  color: var(--blue);
  line-height: 38px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: var(--dblue);
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

.owl-carousel .item {
  width: 94%;
  margin: 0 auto;
}

/*dots end*/
.div_line {
  text-align: center;
  overflow: hidden;
  padding: 2px 8px;
  margin: 10px 0;
  font-size: 15px;
}

.div_line span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.div_line span i {
  background: var(--blue);
  color: var(--white);
  padding: 5px 7px;
  border-radius: 50%;
}

.div_line span:before,
.div_line span:after {
  content: '';
  display: block;
  position: absolute;
  width: 999px;
  border-top: 1px solid var(--blue);
  height: 3px;
  top: 50%;
  margin-top: 0px;
}

.div_line span:before {
  right: 100%;
}

.div_line span:after {
  left: 100%;
}

.job_opportunities .card h5 {
  font-size: 28px;
  color: var(--white);
  margin: 0 0 10px 0;
}

.job_opportunities .card p {
  color: var(--white);
  font-size: 14px;
}

.card-img-overlay {
  top: 7%;
  text-align: center;
}

.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}

.col-xs-8r {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-8r {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-8r {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-8r {
    width: 12.5%;
    float: left;
  }
}

.placepart img {
  background: #fff;
  border: 1px dashed var(--dblue);
  padding: 4px;
  border-radius: 6px;
}

.placepart img:hover {
  background: var(--blue);
  border: 1px solid var(--dblue);
}

.feature-section {
  background-repeat: no-repeat;
  background-position: top right;
}

.feature {
  position: relative;
}

.feature .image img {
  width: 100%;
  border-radius: 5px;
}

.feature .content-1 h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  color: #000;
}

.feature .content-1 {
  padding: 10px;
  background-image: linear-gradient(#fff, #f8f7ac);
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
  height: 70px;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
  border-top: 3px solid var(--blue);
}

.feature:hover .content-1 {
  opacity: 0;
  height: 0;
  transition: all 500ms ease;
}

.feature .content-2 {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 5px 5px 0px 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  opacity: 0;
  transition: all 700ms ease;
  visibility: hidden;
  transform: scale(0);
  transform-origin: bottom;
  border-top: 2px solid var(--blue);
}

.feature .content-2 .more {
  font-size: 13px;
  margin: 0 10px 15px 10px;
}

.feature .content-2 p {
  opacity: 100;
  color: #000;
  padding: 10px;
  margin: 0;
}

.feature p {
  font-size: 13px;
  padding: 15px 0;
}

.feature:hover .content-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.testimonials .card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 15px #ccc;
}

.testimonials .card img {
  width: 150px;
}

.testimonials .card-body {
  padding: 10px 0;
}

.testimonials h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: var(--dblue);
  margin: 15px 0 0 0;
  text-align: left;
}

.testimonials p,
.tips p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: justify;
  hyphens: auto;
  text-align-last: left;
  -webkit-hyphens: auto;
  word-spacing: -0.05em;
}

.tips p {
  margin: 0 0 15px 0;
}

.quoteicon {
  position: absolute;
  top: -35px;
  right: 20px;
  font-size: 50px;
  color: var(--blue);
}

/* <!-- EQUALHEIGHT -->  */
.equalheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equalheight>[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-item img {
  border-radius: 0;
}

/* Maquee STRIP ---*/
.strip_bg {
  padding: 15px 0;
  background-color: var(--blue);
}

.strip_bg ul li {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 1px;
  margin: 0;
}

.strip_bg ul li i {
  font-size: 36px;
  margin: 0 30px;
  color: var(--dblue);
}

.strip_bg ul li:hover {
  color: var(--dblue);
  transition: 300ms all ease;
}

/* Maquee STRIP ---*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #222 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #222 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #222 !important;
}

.form_area {
  padding: 25px;
  background: var(--dblue);
  border-radius: 8px !important;
}

.form_area .wpcf7-submit {
  margin-top: 15px;
}

.financial_planner .form_area {
  padding: 25px;
  background: var(--blue);
  border-radius: 8px;
}

.form_area h3 {
  font-size: 30px !important;
  color: var(--white);
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}

.form_area .form-group {
  margin-bottom: 12px;
}

.form_mid_area label {
  font-weight: 500;
  margin-right: 15px;
}

.form-check-inline {
  margin-right: 5px;
}

.form_mid_area .form-control {
  border: 0;
  font-size: 14px;
  padding: 10px;
}

.form-select {
  border: 0;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  color: #222 !important;
}

select:focus {
  box-shadow: none;
}

.form_mid_area input:focus,
textarea:focus,
.form_mid_area select:focus {
  border: 0;
  box-shadow: none;
}

.accordion-item [type=button]:not(:disabled) {
  cursor: pointer;
  background: var(--blue) !important;
  border-radius: 0 !important;
  border-radius: 6px 6px 0 0 !important;
  font-size: 15px !important;
  color: var(--white) !important;
  padding: 14px 10px !important;
  height: auto !important;
  font-weight: 500;
  text-align;
  left;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  background: var(--blue) !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 15px !important;
  color: var(--white) !important;
  padding: 15px !important;
  height: auto !important;
  font-weight: 600;
  text-align: center;
}

[type=button]:not(:disabled):hover,
[type=reset]:not(:disabled):hover,
[type=submit]:not(:disabled):hover {
  background: var(--blue) !important;
}

.appointment h4,
.appointment p {
  color: #ffcc01;
}

/* <-------FOOTER--------> */
footer {
  background-color: #212529;
  padding: 30px 0 0 0;
  margin-top: auto;
}

footer h4 {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 18px;
  font-size: 15px;
  text-transform: uppercase;
}

footer .footer_download h4 {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
}

footer h4:after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  border: 1px solid var(--blue);
  margin-top: 4px;
}

footer ul {
  line-height: 1.8;
  margin-bottom: 1pc;
}

footer a {
  color: #b4b4b4;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: 0px;
}

.footlink li i {
  font-size: 12px;
  color: var(--blue);
}

footer .footlink li {
  color: #fff;
  font-size: 12px;
  margin: 6px 0;
  padding: 0 0 6px 0;
  line-height: 18px;
  font-weight: 300;
  border-bottom: 1px solid #333;
}

footer .footlink li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: var(--blue);
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

footer .footlink li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: var(--blue);
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

footer .footlink:last-child li:before {
  content: "";
}

footer ul li i {
  font-size: 12px;
  color: var(--blue);
}

footer li a {
  padding-left: 10px;
}

footer li a:hover {
  color: var(--white) !IMPORTANT;
}

.foot_ph a {
  display: block;
  padding-left: 0;
  margin: 6px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #333;
}

.foot_ph a:last-child {
  border-right: 0;
}

footer .footlink li.foot_ph {
  border-bottom: 0;
  padding: 0;
}

footer li.foot_whatsapp a,
footer li.foot_email a {
  padding-left: 0 !important;
}

.foot_about p {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.foot_about ul li {
  margin-bottom: 10px;
}

footer p {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
}

footer a:hover {
  color: var(--white);
}

.footer_download ul li {
  float: left;
  margin-right: 10px;
}

.footer_download ul li i {
  font-size: 10px;
}

.footer_download ul li:last-child {
  margin-right: 0;
}

.foot_about ul li a {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid var(--white);
  padding-right: 10px;
  margin-right: 4px;
}

.foot_about ul li a:last-child {
  border-right: 0;
}

.social_icon .social-button {
  background: var(--blue);
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.5s ease;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}

.social_icon .social-button:hover {
  background: var(--white);
  color: var(--dblue);
}

.copyright {
  background: #171a1c;
  padding: 10px 0;
  margin-top: 1pc;
}

.copyright p {
  font-size: 12px;
  color: #8b8b8b;
  margin: 0;
  font-weight: 300;
}

.copyright a {
  color: var(--blue);
}

.copyright a:hover {
  color: var(--white);
}

.footer-logo-area img {
  width: 110px;
  border-radius: 5px;
}

.footer_logo1 {
  width: 45%;
  float: left;
  padding: 5px;
  height: 45px;
}

.footer_logo {
  width: 45%;
  padding: 5px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
}

/* <-------FOOTER--------> */
.inner-banner {
  position: relative;
  margin-top: 8pc;
  margin-bottom: 1pc;
}

.innerbanner-text {
  position: absolute;
  top: 40%;
  left: 6%;
}

.inner-banner h2 {
  font-size: 30px;
  color: var(--black);
}

.inner-banner h2:after {
  content: '';
  display: block;
  position: relative;
  width: 40px;
  border: 1px solid var(--blue);
  margin-top: 4px;
}

/* <!---blog.html--> */
/* sidebar blog page start*/
.caption-box2 {
  background-color: var(--lpeach);
  padding: 10px;
  width: 98%;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.caption-box2 a {
  color: var(--blue);
}

.caption-box2:hover {
  transform: scale(.9);
  transition: 1s;
  background-color: var(--peach);
  border-radius: 5px;
}

.caption-box2:hover a,
.caption-box2:hover p {
  color: var(--lpeach);
}

.blog-list-content strong {
  color: #98c149;
}

.blog-footer ul {
  background: #e8ffbc;
  margin-bottom: 12px;
}

.blog-list img {
  border-radius: 8px 8px 0 0;
}

.blog-footer ul li {
  font-size: 15px;
  float: left;
  margin: 0 5px;
}

#blog h4 {
  font-size: 35px;
  font-weight: 400;
  color: var(--blue);
}

.blog-list-content {
  background: rgba(0, 0, 0, .4);
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.blog-list-content h4 {
  font-size: 30px;
  color: #98c149;
}

#sidebar .search-submit,
.submit {
  padding: 12px 14px;
  border-color: #851e33;
  background: #98c149;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-image: -webkit-linear-gradient(45deg, #851e33 50%, transparent 50%);
  background-image: linear-gradient(45deg, #851e33 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 5px;
}

#sidebar .search-submit:hover,
.submit:hover {
  background-position: 0;
  color: #fff;
}

.widget {
  margin: 0 0 30px 0 !important;
}

.widget ul li {
  border-bottom: 1px solid #56c6c8;
  margin: 0;
  padding: 8px 0;
  color: var(--black);
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li a {
  color: var(--white);
}

.widget ul li:hover a {
  color: var(--black);
}

.widget ul {
  background: var(--blue);
  padding: 10px !important;
  box-shadow: none;
  border-radius: 8px;
}

.widget ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--white);
  font-size: 12px;
  padding: 6px;
}

.widget ul li a {
  font-size: 14px;
}

h3.widget-title {
  font-weight: 600;
  color: var(--dblue);
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.widget_search .search-field {
  background: #f9f9f9;
}

.widget_search label {
  font-family: 'Lobster', cursive;
  font-weight: 300;
  color: #98c149;
  font-size: 30px;
  top: -10px;
  margin-left: 5px;
}

footer.entry-footer,
footer.comment-meta,
.entry+.comments-area,
.entry-content {
  background: #fff;
  padding: 20px 60px;
}

.comment-form-comment label {
  color: #000;
  left: 0;
  top: 50px;
}

.post-thumbnail img {
  padding: 0 60px;
}

.blog-dtl h2 {
  background: #98c149;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.blog-dtl h2::after {
  content: '';
  display: block;
  border-bottom: 39px solid #98c149;
  border-left: 0 solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  right: -27px;
  top: 0;
}

.blog-dtl h3 {
  font-size: 20px;
  color: #98c149;
  font-weight: 400;
  border-bottom: 2px solid #98c149;
  display: inline-block;
}

.blog-dtl ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 14px;
}

.blog-dtl ul {
  margin: 12px 0;
  padding: 0;
}

.blog-dtl ul li:before {
  left: 0;
  top: 3px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 14px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #98c149;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}



/* <!---blog.html--> */
.card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0;
}

.chooseus_section .card {
  border: 0;
}

.chooseus_section .card-body {
  box-shadow: 0 0 8px #ffc107ad;
  margin-top: -15px;
  text-align: center;
  border-radius: 8px;
}

.chooseus_section img {
  width: 80px;
  margin: 0 auto;
  background: var(--white);
  padding: 10px;
  border-radius: 50%;
  border: 2px dashed var(--blue);
  z-index: 1;
}

.chooseus_section .card h5 {
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--dblue);
  margin: 5px 0 10px 0;
}

.chooseus_section .card:hover .card-body {
  background: var(--blue);
}

.chooseus_section .card:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}

.chooseus_section .card:hover h5 {
  color: var(--black);
}

.services h5 {
  background: var(--blue);
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  padding: 8px;
}

.services .card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.services .card-footer {
  padding: 10px;
  text-align: center;
}

.services .card-body {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
}

.services .more {
  border-right: 1px solid #222;
  padding-right: 15px;
  margin-right: 15px;
}

.services .more:last-child {
  border-right: 0;
  padding: 0;
  margin: 0;
}

.services .card {
  box-shadow: 0px 15px 10px -15px #111;
  border-radius: 8px;
}

.more,
.readmore {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  place-self: center;
  text-decoration: none;
  color: var(--dblue);
  position: relative;
}

.more:last-child,
.readmore:last-child {
  border-right: 0;
}

.more i,
.readmore i {
  color: var(--blue);
  font-size: 11px;
}

.more:after,
.readmore:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--blue);
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
  color: var(--blue);
}

.more:hover:after,
.readmore:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.g-recaptcha>div {
  height: 78px;
  transform: scale(0.9);
  webkit-transform: scale(0.9);
  text-align: left;
  position: relative;
  margin-left: -15px;
}

/* counter */
.counter_section .counter .funfact-inner {
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.counter_section .counter {
  padding: 20px 5px;
  border-radius: 0;
  text-align: center;
}

.counter_section .counter .odometer,
.counter_section .counter .niktext {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.counter_section .counter-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.counter_section .counter:nth-child(1n) {
  background-color: #b37cb6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.counter_section .counter:nth-child(2n) {
  background-color: #bfa0d7;
  border-radius: 0;
}

.counter_section .counter:nth-child(3n) {
  background-color: #a6c780;
  border-radius: 0;
}

.counter_section .counter:nth-child(4n) {
  background-color: #77b376;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* counter */
.dot_pattern {
  position: absolute;
  width: 100px;
  bottom: 5%;
  right: -30px;
  z-index: 1;
  animation: shift 5s linear infinite;
}

@keyframes shift {
  0% {
    bottom: 5%;
  }

  50% {
    bottom: 15%;
  }

  100% {
    bottom: 5%;
  }
}

.alternate_column .row:nth-child(even) {
  direction: rtl;
  background: var(--white);
  text-align: left;
  padding: 20px 0;
}

.alternate_column .row:nth-child(even) .form-control,
.alternate_column .row:nth-child(even) select {
  text-align: left;
}

.alternate_column .row:nth-child(even) .content_box p {
  direction: ltr;
}

.alternate_column .row:nth-child(odd) {
  direction: ltr;
  text-align: left;
  padding: 0;
}

.alternate_column .row:nth-child(even) .content_box li {
  direction: ltr;
}

.alternate_column .row[class*=col-] {
  direction: ltr;
}

/* ani image */
.circle {
  position: relative;
  margin: 0px;
  height: 120px;
  line-height: 100px;
  width: 120px;
  background-image: radial-gradient(circle, #fff, #fff, #23c0c8);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px auto;
}

.circle img {
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.circle:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 2px dashed var(--blue);
  top: -4px;
  left: -5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
  box-shadow: 0 0 15px #67d4d9;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

/* ani image */
.chooseus .card {
  background: transparent;
  border: 0;
}

.card h5 {
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--dblue);
}

.services .card h5 {
  color: var(--white);
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: var(--blue);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.ani_card {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 15px;
  margin: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.ani_card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: var(--blue);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 100% 20%;
  transition: transform 0.25s ease-out;
}

.ani_card:hover:before {
  transform: scale(21);
}

.ani_card:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.ani_card:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

/*photos gallery start*/
.post-box:hover .photo-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.photo-item {
  position: relative;
}

.photo-img {
  overflow: hidden;
  min-height: 57px;
  display: block;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #ddd;
}

.photo-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  border-radius: 0;
}

.photo-date {
  color: #fff;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}

.photo-date span {
  color: #000;
}

.photo-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  background: #000000b3;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;

}

.photo-icon i {
  line-height: 60px;
  font-size: 24px;
  color: var(--blue);
}

.post-box:hover .photo-date {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}

.gallery .post-box {
  margin: 5px;
  margin-bottom: 5px;
}

.view_title {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin: 5px 0 0 0;
  background: var(--blue);
  padding: 8px 6px;
  border-radius: 0 0 4px 4px;
}

/*photos gallery end*/
.contact .card {
  border-radius: 0;
  padding: 16px;
  border-top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}

.contact .contact_block:nth-child(2) .card {
  border-right: 0;
}

.contact .contact_block:nth-child(3) .card {
  border-bottom: 0;
}

.contact .contact_block:nth-child(4) .card {
  border-right: 0;
  border-bottom: 0;
}

.contact .card h5 {
  position: relative;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 10px 6px 10px;
  border-top-left-radius: 6px;
  margin-bottom: 12px;
  width: 50%;
}

.contact .card h5:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--blue);
  border-top: 34px solid transparent;
}

.contact .card:hover h5::before {
  width: 60px;
  transition: 500ms all ease;
}

.contact .card li i {
  display: table-cell;
  padding-right: 10px;
  color: var(--dblue);
}

.contact .card li p {
  display: table-cell;
}

.contact .card li {
  margin: 0 0 10px 0;
}

.contact .card li p a {
  border-right: 1px solid #74b0bc;
  padding-right: 10px;
  margin-right: 10px;
}

.contact .card li p a:last-child {
  border-right: 0;
}

.contact .card img {
  width: 80%;
}

/*left nav*/
.nav_left .badge {
  display: table;
}

.nav_left {
  border: 1px solid var(--dblue);
  padding: 0;
  margin-bottom: 0;
  border-radius: 8px;
}

.nav_left a {
  border-bottom: 1px solid var(--blue);
  border-radius: 0;
  display: block;
  background: linear-gradient(to right, var(--dblue) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  padding: 12px 8px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: var(--black);
}

.nav_left li:last-child a {
  border-bottom: 0;
}

.nav_left li:last-child a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav_left li:first-child a:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav_left a:hover {
  background-color: var(--dblue);
  color: #fff;
  background-position: left bottom;
}

.nav_left .active {
  background: var(--dblue);
}

.nav_left li:first-child.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav_left li:last-child.active {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav_left .active a {
  color: #fff;
}

.nav_left li i {
  color: var(--blue);
  font-size: 13px;
  margin-right: 2px;
}

/*left nav*/
.whitebox {
  background: var(--white);
  padding: 25px;
}

.accordion {
  margin-bottom: 15px;
}

.accordion-item {
  margin-bottom: 6px;
  border-radius: 8px !important;
}

.accordion-button {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background: url(images/arrow-down.png);
}

.accordion-button::after {
  background: url(images/arrow-down-active.png);
}

.nav_left_area .btn,
.mutual_fund .nav_left_area .btn {
  border-radius: 8px;
  margin-top: 4px;
}

.pulseit {
  -webkit-animation: pulse linear .5s infinite;
  animation: pulse linear .5s infinite;
}

.btn img {
  width: 25px;
  height: 25px;
}

.heading h3 {
  margin-bottom: 10px !important;
}

.cms-wrap h4 {
  margin: 15px 0 !important;
}

.top_news h3,
.heading h3,
.cms-wrap h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 1px solid var(--dblue);
}

.top_news h3 strong,
.heading h3 strong,
.cms-wrap h4 strong {
  position: relative;
  background: var(--dblue);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 10px 4px 10px;
  border-top-left-radius: 6px;
}

.top_news h3 strong:before,
.heading h3 strong:before,
.cms-wrap h4 strong:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--dblue);
  border-top: 30px solid transparent;
}

.top_news .card {
  border: 0;
}

.top_news .card-body {
  padding: 15px;
  background: #f5f5f5;
}

/* marquee scroll logo */
.marquee_mid_txt {
  position: absolute;
  top: 0px;
  max-width: 580px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  overflow: hidden;
  background: white;
  white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
}

.marquee_new {
  animation: marquee-new 40s linear infinite;
  -webkit-animation: marquee-new 40s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

.marquee--inner img {
  width: 100%;
}

.marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-moz-keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee-new {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes marquee-new {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

/* marquee scroll logo */
.calculator_section ul {
  padding: 10px 0;
  margin-left: 0;
}

.calculator_section ul li {
  background: #dcf1f2;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.calculator_section ul li:before {
  margin-left: 0 !important;
}

.calculator_section ul li a {
  margin-left: 16px !important;
}

.calculator_section .badge {
  position: absolute;
  right: 5px;
  -webkit-animation: pulse linear .5s infinite;
  animation: pulse linear .5s infinite;
}

.calculator_section.tick ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ec";
  color: var(--blue);
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

.note {
  background: #b4e9ec;
  padding: 5px;
  text-align: center;
}

.note p {
  margin: 0;
}

/* Feature Box
-----------------------------------*/
.locations .card h5 {
  background: var(--dblue);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  padding: 5px;
  margin: 0;
}

.locations .card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dblue);
}

.locations .heading h3 {
  margin: 0 !important;
}

.locations .card .photo-img {
  margin: 0;
  border: 0;
  border-right: 1px solid #ceeef0;
  border-left: 1px solid #ceeef0;
}

.locations .card {
  padding: 0;
  background-color: transparent;
  border-radius: 6px;
  border: 0;
  text-align: left;
  margin-bottom: 0;
}

.locations .card-body {
  padding: 10px;
  background-color: #ceeef0;
  text-align: center;
  display: grid;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #ceeef0;
  border-left: 1px solid #ceeef0;
}

.locations .post-box:last-child .card .card-body,
.locations .post-box:last-child .card .card-footer {
  background: #fff;
}

.locations .card:hover h5 {
  color: var(--dblue);
}

.locations .card:nth-child(1):hover .locations .card-body a {
  font-weight: 500;
}

.locations .card-body p {
  color: var(--black);
  font-size: 14px;
  margin-bottom: 0 !important;
  line-height: 18px;
  padding: 0;
}

.locations .card:hover h5 {
  background: var(--blue);
  color: var(--white);
}

.locations .card:hover {
  background: var(--white);
}

.locations .card:hover p {
  color: var(--dblue);
}

.locations .card .card-footer {
  background: var(--blue);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 4px;
  text-align: center;
  border-right: 1px solid #ceeef0;
  border-left: 1px solid #ceeef0;
  border-bottom: 1px solid #ceeef0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.locations .card .card-body i,
.locations .card .card-footer i {
  font-size: 12px;
  color: var(--dblue);
}
.locations .card .card-footer span{display:block;}
.locations .card .card-footer a {
  color: var(--white);
  border-right: 1px solid #29dfea;
  padding-right: 8px;
  font-size: 13px;
}

.locations .card .card-footer a:hover {
  color: #000;
}

.locations .card .card-footer:hover i {
  color: var(--white);
}

.locations .card .card-footer a:last-child {
  border-right: 0;
}

/* Feature Box ---*/
/* img hover */
figure {
  margin: 0;
}

.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.8s ease-in-out;
}

figure.effect-oscar:hover img {
  opacity: 0.4;
  filter: none;
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1.01);
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-oscar {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid var(--blue);
  content: "";
}

figure.effect-oscar h2 {
  margin: 78% 0 0 0;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  background: var(--blue);
  color: var(--white);
  display: inline-block;
  padding: 5px 8px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
  font-size: 13px;
  color: #fff;
  text-transform: none;
  line-height: 16px;
  margin-top: 8px;
}

figure.effect-oscar p strong {
  margin-top: 10px;
  color: #fff499;
  display: block;
}

figure.effect-oscar:hover h2 {
  transform: translate3d(0, 0, 0);
  margin: 10% 0 0 0;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

/* img hover */
.gmap iframe {
  width: 100%;
  height: 150px;
  margin-bottom: 6px;
}

.block_section {
  margin-bottom: 30px;
}


.mainmenu li::after {
  content: "";
  display: block;
  top: 1px;
  width: 0;
  border-bottom: 1px solid #61f4fb;
  transition: width 0.4s;
}

.mainmenu li:hover::after {
  width: 100%;
  transition: width 0.4s;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 5px !important;
  padding: 0px !important;
  background-color: var(--dblue) !important;
  opacity: .7;
  transition: opacity .6s ease;
}

.financial_planner .card h5 {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--dblue);
  text-align: center;
  margin: 0;
}

.accordion p {
  margin: 0;
}

.financial_planner .form_area [type=submit]:not(:disabled) {
  cursor: pointer;
  background: var(--dblue) !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 15px !important;
  color: var(--white) !important;
  padding: 15px !important;
  height: auto !important;
  font-weight: 600;
  text-align: center;
}

.accordion-body p strong {
  margin: 6px 0;
  display: table;
  font-size: 15px;
}

.service_block ul {
  margin-bottom: 10px;
}

.btn img {
  border-radius: 0;
}

.about .carousel img,
.financial_planner .alternate_column img,
.service_block img,
.nav_left_area img {
  border-radius: 8px;
}

.fancybox-button {
  background: #40eef74d !important;
}

.about_left p {
  margin: 0;
}

.about_left p:nth-child(odd) {
  background: #ffffef;
  padding: 10px;
}

.about_left p:nth-child(even) {
  background: #e8fbd7;
  padding: 10px;
}

.ph a span {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: var(--dblue);
}

.ph a i {
  font-size: 15px;
  color: var(--blue);
  margin-right: 4px;
}

.ph a i.fa-whatsapp {
  font-size: 17px;
}

.blog-dtls {
  margin-top: 6pc;
}

.general_support li {
  float: left;
  margin-right: 20px;
}

.general_support h6 {
  font-size: 20px;
}

.general_support {
  background: #d6fdff;
  padding: 16px;
  border-radius: 4px;
  display: table;
  width: 100%;
  border: 1px solid var(--blue);
}

.general_support li i {
  font-size: 13px;
  color: var(--blue);
  margin-right: 4px;
}

.general_support li {
  font-size: 15px;
  color: var(--black);
  font-weight: 600;
  margin: 0 0 8px 0;
}

.general_support li a {
  font-size: 15px;
  color: var(--black);
  font-weight: 600;
  border-right: 1px solid var(--blue);
  padding-right: 10px;
  margin-right: 10px;
}

.general_support li a:last-child {
  border-right: 0;
}

.general_support li a:hover {
  color: var(--dblue);
}

.insurance .card {
  border: 0;
  background: transparent;
}

.insurance .card img {
  box-shadow: 0px 15px 18px -15px #00000075;
}

.insurance .card h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 2px solid var(--blue);
}

.insurance .card h5 strong {
  position: relative;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 10px 4px 10px;
  border-top-left-radius: 6px;
}

.insurance .card h5 strong:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--blue);
  border-top: 32px solid transparent;
}

.high_serv .card h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 2px solid var(--dblue);
}

.high_serv .card h5 strong {
  position: relative;
  background: var(--dblue);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 10px 4px 10px;
  border-top-left-radius: 6px;
}

.high_serv .card h5 strong:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--dblue);
  border-top: 32px solid transparent;
}


/* blog*/
.blog .card {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  box-shadow: none;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 0 12px #dedede;
}

.blog .card img {
  border-radius: 8px;
}

.blog .card .layer {
  z-index: 0;
  position: absolute;
  top: calc(100% - 0px);
  height: 100%;
  width: 100%;
  left: 0;
  background: #23c0c8;
  transition: 0.5s;
}

.blog .card h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--dblue);
  margin: 8px 0;
  line-height: 26px;
}

.blog .card:hover h5,
.blog .card:hover .card-body p,
.blog .card:hover .post-date,
.blog .card:hover .post-date i,
.blog .card:hover .post-date a {
  color: #fff;
}

.blog .card:hover .post-date a:hover {
  color: #151515;
}

.blog .card:hover .btn.btn-secondary:hover {
  animation-name: purple;
}

h5.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1d59a7;
}

.blog .card .card-body {
  position: relative;
  padding: 10px;
  text-align: left;
}

.blog .card:hover .layer {
  top: 0;
}

.blog .card .card-body p {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
  margin: 0;
}

.post-date {
  margin-right: 15px;
  font-size: 13px;
}

.post-date a {
  color: #000;
  font-size: 12px;
}

.blog_col i {
  font-size: 10px;
  color: #23c0c8;
}

.datevew {
  margin: 10px 0 5px 0;
  color: #151515;
  border-radius: 0;
  padding: 4px;
  border-top: 1px solid #aadbde;
  border-bottom: 1px solid #aadbde;
  display: flex;
}

.blog .card .btn {
  padding: 6px 10px !important;
  font-size: 13px !important;
}

h3.widget-title {
  font-size: 22px;
  font-weight: 500;
  color: #151515;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 17px 0;
  grid-gap: 8px;
  align-items: center;
}

h3.widget-title {
  color: #151515;
  padding: 6px 8px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}

h3.widget-title:before,
h3.widget-title:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #1d59a7;
  border-top: 1px solid #1d59a7;
  height: 5px;
  background-color: #f8f8f8;
}

.caption-box2 {
  background-color: #ece3ce;
  padding: 10px;
  width: 98%;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.caption-box2 a {
  color: var(--blue);
}

.caption-box2:hover {
  transform: scale(0.9);
  transition: 1s;
  background-color: #1d59a7;
  border-radius: 5px;
}

.caption-box2:hover a,
.caption-box2:hover p {
  color: #ece3ce;
}

.blog-list-content strong {
  color: #4f6f52;
}

.blog-footer ul {
  background: #e8ffbc;
  margin-bottom: 12px;
}

.blog-list img {
  border-radius: 8px 8px 0 0;
}

.blog-list-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.blog-list-content h4,
.blog-list-content h5,
.blog-list-content h6 {
  font-size: 30px;
  color: #4f6f52;
}

.widget {
  margin: 0 0 30px 0 !important;
}

.widget a:hover {
  color: var(--blue);
}

.widget ul li {
  margin: 4px 0;
  color: #151515;
}

.widget ul li:hover a {
  color: #4f6f52;
}

.widget ul {
  background: #fff;
  padding: 6px 6px 6px 16px !important;
  border: 1px solid var(--blue);
  margin-left: 20px;
  margin: 0 auto;

}

.widget ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #1d59a7;
  font-size: 13px;
  margin-right: 0;
  margin-left: -12px;
}

#sidebar .widget ul {
  margin: 0 !important;
  padding: 6px 6px 6px 20px !important;
}

#sidebar .widget ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--dblue);
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -18px;
  margin-top: -5px;
  position: absolute;
}

.widget.widget_categories ul li:before,
.widget.widget_archive ul li:before {
  margin-right: 4px;
}

.widget ul li:hover:before {
  color: #151515;
}

.widget ul li a {
  font-size: 13px;
  color: #151515;
  font-weight: 500;
}

.widget ul li a:hover {
  color: #1d59a7;
}

.widget ul li a i {
  color: #1d59a7;
}

.widget_search label {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  color: #4f6f52;
  font-size: 30px;
  top: -10px;
  margin-left: 5px;
}

.blog-dtl h2 {
  background: #4f6f52;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.blog-dtl h2::after {
  content: "";
  display: block;
  border-bottom: 39px solid #4f6f52;
  border-left: 0 solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  right: -27px;
  top: 0;
}

.blog-dtl h3 {
  font-size: 20px;
  color: #4f6f52;
  font-weight: 400;
  border-bottom: 2px solid #4f6f52;
  display: inline-block;
}

.blog-dtl ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 15px;
}

.blog-dtl ul {
  margin: 12px 0;
  padding: 0;
}

.blog-dtl ul li:before {
  left: 0;
  top: 3px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 15px;
  color: #151515;
  width: 25px;
  height: 25px;
  background: #4f6f52;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

ul.list-inline li {
  font-size: 15px;
}

ul.list-inline li i {
  color: var(--blue);
}

ul.list-inline li:before {
  top: 0;
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}

ul.list-inline li {
  position: relative;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

ul.list-inline li a:hover {
  color: #1d59a7;
}

ul.list-inline {
  margin: 12px auto;
  padding: 0;
  border-top: 1px solid #1d59a7;
  border-bottom: 1px solid #1d59a7;
}

.cms-wrap {
  color: #aaa;
}

.cms-wrap img {
  margin: 0 auto;
  display: block;
}

.cms-wrap p {
  margin: 0 0 8px 0;
  line-height: 22px;
}

.cms-wrap p,
ul.tick {
  color: #151515;
}

.cms-wrap p strong {
  font-size: 18px;
  color: #1d59a7;
}

.cms-wrap-Comment-box {
  border: 1px solid #4f6f52;
  padding: 20px;
  border-radius: 10px;
}

.blog-dtls h1 {
  font-family: comfortaa, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  margin: 10px 0 20px 0;
}

.blog-dtls h2 {
  font-family: comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--dblue);
  margin: 20px 0 7px 0;
}
.blog-dtls h3{font-size: 20px;margin:20px 0 7px 0;}
.cms-wrap-Comment-box .group {
  margin-bottom: 30px;
}

.cms-wrap input:focus~label,
input:valid~label {
  top: 0;
  margin-left: 10PX;
}

.gglcptch_recaptcha {
  margin-top: 80px;
}

.cms-wrap-main-img {
  margin-bottom: 20px;
}

.blog h3 {
  font-family: comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dblue);
}

.blog .card-footer {
  padding: 10px;
}

.blog .card.blog_col:hover p {
  color: #222 !important;
}

.blog_trivia {
  padding: 2px;
  border-top: 1px solid #aadbde;
  border-bottom: 1px solid #aadbde;
  margin-bottom: 8px;
  display: table;
  width: 100%;
}

ul.blog_trivia {
  margin: 0 0 8px 0 !important;
}

.blog_trivia li {
  margin: 0 15px 0 0 !important;
  float: left;
}

.blog_trivia li:before {
  content: "";
  font-size: 0 !important;
}

.wp-paginate .current {
  background: var(--blue) !important;
  border: 1px solid var(--blue) !important;
}

.wp-paginate a {
  background: var(--white) !important;
  border: 1px solid var(--blue) !important;
  color: #666;
}

.wp-paginate a:hover {
  background: var(--blue) !important;
  color: #fff !important;
}

.blog-dtls {
  margin-top: 8pc;
}



/* blog*/
.awards_section img {
  width: 85%;
  padding: 5px;
  border: 1px solid var(--dblue);
  border-radius: 12px;
}

.awards_section .btn img {
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.app_area .card {
  border: 0;
}

.app_area h2 strong {
  display: block;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.highlight {
  animation: blink 1s infinite;
}

.stellarnav.light li.highlight a {
  color: #66e6ed !important;
}

.copyright_bar {
  border-top: 1px solid #4c4c4c;
  padding: 6px;
  margin-top: 5px;
}

.footer_bar ul li {
  float: left;
  margin: 7px 10px 7px 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #303030;
}

.footer_bar ul li:last-child {
  border-right: 0;
}

.footer_bar ul li a {
  color: #999;
}

.footer_bar ul li a:hover {
  color: #fff;
}

.calculators h2 {
  color: var(--dblue);
}

.img-wrapper {
  overflow: hidden;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.investment_guide .table th {
  background: var(--blue);
  color: #fff;
  padding: 15px;
}

.investment_guide .table td {
  padding: 15px;
  font-weight: 700;
}

.table>:not(:first-child) {
  border-top: 0;
}

.awards_section p {
  font-size: 13px;
}

.tick_double.service_block.life-insurance ul,
.tick_double.service_block.health-insurance ul,
.tick_double.service_block.vehicle-insurance ul,
.tick_double.service_block.home-insurance ul,
.tick_double.service_block.office-insurance ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin: 0 0 10px 15px;
}

#emipaymentsummary p {
  color: var(--dblue);
}

.general_consult {
  background: #dbf4f6;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
}

.general_consult p {
  margin: 0;
}

.btn_grp {
  background: var(--dblue);
  margin: 5px auto 0 auto;
  width: 100%;
  padding: 7px;
  border-radius: 0 0 6px 6px;
  text-align: center;
}

.btn_grp a {
  padding: 0 12px;
  color: var(--white);
  border-right: 1px solid var(--blue);
}

.btn_grp a:last-child {
  border: 0;
}

.btn_grp .more img {
  width: 20px;
}

.high_serv {
  background: #23c0c8;
  padding: 10px;
  border-radius: 8px;
}

.register_form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px #0000002e;
  border-radius: 8px;
  border-top: 3px solid var(--blue);
}

label {
  color: var(--black);
}

/* .form-control {font-size: 14px;} */
.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  display: none !important;
}


/* for lp page css */
.partner_page_lp .partner_location ul {
  display: flex;
  justify-content: space-evenly;
}

.partner_page_lp .partner_location ul li {
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.partner_page_lp .partner_location ul li i {
  font-size: 18px;
  color: var(--blue);
  margin-right: 2px;
}

.partner_page_lp .partner_location ul li::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0px;
  height: 35px;
  width: 2px;
  background-color: #0000005e;
}

.partner_page_lp .partner_location ul li:last-child::before {
  content: none;
}

.partner_page_lp .form_title h2 {
  margin: 0 !important;
  margin-bottom: 15px !important;
}

.partner_page_lp .inner-banner {
  margin-top: 75px !important;
}

.partner_page_lp figure.effect-oscar h2 {
  margin: 65% 0 0 0;
}

.partner_page_lp figure.effect-oscar:hover h2 {
  margin: 10% 0 0 0;
}

.partner_page_lp .form_area h3 {
  text-align: start;
}

.anitext_lp {
  font-size: 22px;
  font-family: "Antonio", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #1D59A7;
  letter-spacing: 1px;
}

.partner_page_lp .wpcf7-list-item {
  margin: 0;
}

.partner_page_lp .wpcf7-form-control-wrap {
  display: block;
}

.partner_page_lp .form_mid_area label {
  font-weight: 400;
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
}

.partner_page_lp .form_area .wpcf7-submit {
  margin-top: 10px;
}

.partner_page_lp .photo-img {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.partner_page_lp footer {
  padding: 0;
}

.footer_lp_link {
  margin-left: 5px;
}

.partner_page_lp .grid figure figcaption {
  cursor: auto;
}

.partner_page_lp .financial_planner .form_area {
  background-color: #1d59a7;
}

.partner_page_lp .financial_planner .form_area [type=submit]:not(:disabled) {
  background: var(--blue) !important;
}

.footer_lp {
  padding: 0 !important;
}
.partner_page_lp .inner-banner h3 {
  font-size: 25px;
  color: var(--black);
  position: relative;
  display: inline-block;
}
.partner_page_lp .inner-banner h3 strong { color: var(--dblue);}

.partner_page_lp .inner-banner h2 {
	font-size: 25px;
	position: relative;
	display: inline-block;
    background: var(--blue);
    padding: 5px 8px;
    color:var(--white);
}
.partner_page_lp .inner-banner h2:hover {background: var(--dblue);}
.partner_page_lp .inner-banner h2:last-child, .partner_page_lp .inner-banner h3:last-child {
  margin-left:10px;
}

.partner_page_lp .inner-banner h2:after, .partner_page_lp .inner-banner h3:after {
  content: '';
  display: block;
  position: absolute;
  right: -18px;
  top: -5px;
  width: 2px;
  height: 30px;
  border: 1px solid var(--blue);
}

.partner_page_lp .inner-banner h2:last-child::after, .partner_page_lp .inner-banner h3:last-child::after {
  content: none;
}

.partner_page_lp .strip_bg ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.partner_page_lp .strip_bg ul li {
  font-size: 25px;
}

.partner_page_lp .strip_bg ul li i {
  font-size: 25px;
  margin: 0;
}

.partner_page_lp .strip_bg {
  padding: 20px 0;
}

.partner_page_lp p {
  margin-bottom: 8px;
}


.footer_lp .copyright {
  padding: 15px 0 !important;
}

.partner_page_lp .services .title h3 {
  background: #1d59a7;
  color: #fff;
  padding: 6px 8px;
  display: inline-block;
  font-size: 18px;
}

.partner_page_lp .awards_con {
  background: #23C0C8;
  height: 100%;
  padding:35px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.partner_page_lp .awards_con h4 {
  color: #fff;
  font-size: 20px;
}

.partner_page_lp .awards_con p {
  color: #fff;
  margin-bottom: 15px;font-size: 18px;
}

.partner_page_lp .awards_con .btn-primary:hover{
  border: 1px solid #fff !important;
}
.partner_page_lp figure.effect-oscar h2 {font-size: 14px;text-transform:capitalize;
    font-weight: 500;}
.partner_page_lp figure.effect-oscar p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding: 0px 15px;
}	
.partner_page_lp .innerbanner-text {
    position: absolute;
    top: 40%;
    left:auto;
}
.bgnew{background:#d5f0f1;padding:25px;margin:10px 0 35px 0;}
.partner_page_lp h2 a {
    font-size: 22px;
    color: var(--blue);
    padding: 3px 6px;
    border-left: 1px solid #000;
}
.partner_page_lp h2 a:hover {color: var(--dblue);}
.partner_page_lp h6 {
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    margin-bottom:0;
}
/* for lp page css */