@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --rv-primary-rgb: 29, 66, 108;
  --rv-secondary-rgb: 226, 35, 38;
  --rv-primary: #1d426c;
  --rv-secondary: #E22326;
  --rv-primary-light: #f4fcff;
  --rv-secondary-light: #fef9fc;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-font: "PT Sans", serif;
}

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

body {
  position: relative;
  font-size: 16px;
  font-family: var(--rv-font);
  color: var(--rv-text-color);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--rv-primary);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--rv-primary);
}

@media only screen and (max-width: 991px) {
  body .whatsapp-boxchat .blantershow-chat {
    bottom: 20px;
    right: 20px;
  }
}

.btn {
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 8px 20px;
}
.btn.btn-primary {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.btn.btn-primary:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary {
  background: var(--rv-secondary);
  color: var(--rv-white);
}
.btn.btn-secondary:hover {
  background: var(--rv-secondary);
  color: var(--rv-white);
  transition: all 0.3s ease-in-out;
}

.main-heading {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
.main-heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--rv-primary);
}
.main-heading h1 {
  font-weight: 600;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}
.main-heading .title-box {
  position: relative;
  display: block;
  font-size: 38px;
  margin: 0;
}
.main-heading .title-box span {
  color: var(--rv-secondary);
}
.main-heading .title-box::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 10px;
  background-image: url(../images/decore-new.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.text-line {
  display: -webkit-box;
  -webkit-line-clamp: var(--textline);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn {
  color: var(--rv-white);
  border-radius: 2px;
  text-align: center;
  position: relative;
  padding: 8px 25px;
  font-weight: 600;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
}
.btn i {
  line-height: 0;
  margin-left: 5px;
}
.btn.btn-primary {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
}
.btn.btn-primary:hover {
  background-color: var(--rv-secondary);
  color: var(--rv-black);
}
.btn.btn-secondry {
  background: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: var(--rv-black);
}
.btn.btn-secondry:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rv-font-heading);
  color: var(--rv-bg-dark);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.main-section {
  padding: 70px 0;
}

.ticker_section {
  padding: 5px 15px;
  background-color: var(--rv-black);
  display: flex;
}
.ticker_section .tickers {
  gap: 20px;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.ticker_section .tickers .ticker_item {
  color: var(--rv-white);
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 50px;
  padding: 0 0 0 15px;
}
.ticker_section .tickers .ticker_item .name {
  letter-spacing: 1px;
  font-size: 14px;
  color: #ababab;
}
.ticker_section .tickers .ticker_item .price {
  padding: 0px 5px 0;
}
.ticker_section .tickers .ticker_item.mrdown .difference_percent {
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  color: var(--rv-white);
}
.ticker_section .tickers .ticker_item.mrdown .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  top: 9px;
  background-image: url("../images/decrease.webp");
  background-size: 100%;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
}
.ticker_section .tickers .ticker_item .difference_percent {
  background: rgba(81, 201, 72, 0.2);
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #51c948;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: var(--rv-white);
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/trend.webp");
  background-size: 100%;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  top: 9px;
}
.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}

.disclaimer-sec {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #999;
}
.disclaimer-sec h5,
.disclaimer-sec h6,
.disclaimer-sec p {
  margin-bottom: 0;
  color: #a7a8b4;
  margin: 0;
}
.disclaimer-sec h5 a,
.disclaimer-sec h6 a,
.disclaimer-sec p a {
  color: var(--rv-white);
}
.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.disclaimer-sec .footer-content img {
  height: 67px;
}
.disclaimer-sec .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}
.disclaimer-sec .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}

.social-list {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
  padding: 0;
}
.social-list li {
  list-style: none;
  padding: 8px;
}
.social-list li span,
.social-list li a {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: var(--rv-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s;
  color: var(--rv-white);
}
.social-list li span:hover,
.social-list li a:hover {
  transition: 0.5s;
  background: var(--rv-primary);
  color: var(--rv-white);
}

.form-group .captcha-code-form {
  display: flex;
  gap: 10px;
}
.form-group .captcha-code-form .btnRefresh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group .captcha-code-form .boxbtn {
  display: flex;
  position: relative;
  width: 100%;
}
.form-group .captcha-code-form .boxbtn #captcha {
  width: 100%;
  padding-right: 75px;
}
.form-group .captcha-code-form .boxbtn .btnRefresh {
  position: absolute;
  right: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}

.modal-open .modalbody {
  z-index: 1;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.showmodal .modalbody {
  z-index: 99;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.modalbody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalbody .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
}
.modalbody .Cmodalcard {
  max-width: 500px;
  width: 100%;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 10px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 #ddd;
  cursor: pointer;
  right: -15px;
  border: unset;
  font-size: 28px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span {
  position: relative;
  transform: rotate(45deg);
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::before, .modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  top: -1px;
  left: -6px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  transform: rotate(90deg);
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards {
  padding: 20px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdForm .form-group:last-child {
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify {
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div p {
  font-size: 16px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div:last-child {
  width: 100% !important;
  max-width: 90%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify label {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button {
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  color: #fff;
  display: inline-block !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.5s;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button :hover {
  transition: 0.5s;
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify #mobileOtp {
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader {
  width: 100%;
  background: var(--rv-primary);
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h4,
.modalbody .Cmodalcard .maincontentmodal .modalheader h3 {
  color: var(--rv-white);
  font-size: 20px;
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h6 {
  color: var(--rv-white);
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow {
  display: none;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow.show {
  display: block;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image {
  margin-bottom: 15px;
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .content {
  padding: 25px;
}

.iframe {
  position: relative;
  padding-top: 100%;
}
.iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-contact {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  background: var(--rv-white);
  border: 1px solid #bbb;
  transition: 0.5s;
}

.hover-text::before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 0;
  width: 100%;
  height: 100%;
  rotate: 50deg;
  background: linear-gradient(95deg, var(--rv-primary) 0%, rgba(133, 206, 228, 0.2) 95%);
  transform: translateY(-41px) translateX(-365px);
  z-index: 0;
}
.hover-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60%;
  width: 100%;
  height: 100%;
  rotate: 50deg;
  background: linear-gradient(95deg, rgba(133, 206, 228, 0.2) 0%, var(--rv-secondary) 95%);
  transform: translateY(41px) translateX(365px);
  z-index: 0;
  transition: 0.5s;
}
.hover-text:hover {
  transition: 0.5s;
}
.hover-text:hover::before {
  transition: 0.5s;
  top: -60%;
}
.hover-text:hover::after {
  transition: 0.5s;
  bottom: 0%;
}

.nevdisc-box {
  display: none;
}
.nevdisc-box.show {
  display: block;
}

#error_msg span {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

#mail-status .success {
  background: rgba(0, 128, 0, 0.1215686275);
  color: #008000;
  border-radius: 5px;
  border: 2px solid #008000;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

#mail-status .error {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

.main_heading {
  margin-bottom: 30px;
}

.blog-section .blog-card.blog-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.blog-section .blog-card.blog-row .item {
  padding: 15px;
  max-width: 25%;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .blog-section .blog-card.blog-row .item {
    max-width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-card.blog-row .item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-card.blog-row .item {
    max-width: 100%;
  }
}
.blog-section .blog-card.blog-row .item .blog .client-info {
  border: 1px solid #ddd;
}
.blog-section .blog-card .item {
  margin: 30px 15px;
}
.blog-section .blog-card .item .blog {
  position: relative;
  background: var(--rv-white);
  transition: 0.5s;
  border-radius: 5px;
}
.blog-section .blog-card .item .blog::after {
  content: "";
  position: absolute;
  width: 0;
  transition: 0.5s;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--rv-primary);
}
.blog-section .blog-card .item .blog:hover {
  transition: 0.5s;
  box-shadow: 0 10px 15px 0 #ddd;
  transform: translateY(-10px);
}
.blog-section .blog-card .item .blog:hover::after {
  transition: 0.5s;
  width: 100%;
}
.blog-section .blog-card .item .blog:hover .images {
  transition: 0.5s;
}
.blog-section .blog-card .item .blog:hover .images img {
  transition: 0.5s;
  transform: scale(1.08) rotate(5deg);
}
.blog-section .blog-card .item .blog .images {
  transition: 0.5s;
  overflow: hidden;
}
.blog-section .blog-card .item .blog .images img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.5s;
}
.blog-section .blog-card .item .blog .client-info {
  transition: 0.5s;
  padding: 10px 20px 20px;
}
.blog-section .blog-card .item .blog .client-info ul {
  padding: 0;
  margin: 10px;
  display: flex;
  margin: -10px;
  list-style: none;
}
.blog-section .blog-card .item .blog .client-info ul li {
  padding: 10px;
  color: var(--rv-black);
  opacity: 0.7;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.blog-section .blog-card .item .blog .client-info ul li:first-child::before {
  content: unset;
}
.blog-section .blog-card .item .blog .client-info ul li::before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #aaa;
}
.blog-section .blog-card .item .blog .client-info h3 {
  margin: 0;
  margin-top: 10px;
}

.related-section-content .latest-blog-loop {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
}
.related-section-content .latest-blog-loop .item {
  padding: 10px 0;
  width: 100%;
}
.related-section-content .latest-blog-loop .item a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  background: var(--rv-white);
  transition: 0.4s;
}
.related-section-content .latest-blog-loop .item a:hover {
  transition: 0.4s;
  box-shadow: 10px 10px 15px 0 #ddd;
  transform: translateY(5px) translateX(5px);
}
.related-section-content .latest-blog-loop .item a .blog {
  display: flex;
  align-items: self-start;
}
.related-section-content .latest-blog-loop .item a .blog .images img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.related-section-content .latest-blog-loop .item a .blog .client-info {
  padding: 0 15px;
}
.related-section-content .latest-blog-loop .item a .blog .client-info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -1px;
}
.related-section-content .latest-blog-loop .item a .blog .client-info ul li {
  width: 100%;
  font-size: 12px;
  padding: 1px;
  color: #bbb;
}
.related-section-content .latest-blog-loop .item a .blog .client-info ul li:first-child {
  color: var(--rv-black);
}
.related-section-content .latest-blog-loop .item a .blog .client-info h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.rv-faq-section .tebBar-box .tebBar-card {
  border: 1px solid #ddd;
  border-bottom: unset;
  margin-bottom: 20px;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione {
  padding: 20px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: 0.5s;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione .rv-faq-title {
  color: var(--rv-bg-primary);
  margin: 0;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione.active {
  transition: 0.5s;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione.active::after {
  transition: 0.5s;
  transform: rotate(90deg);
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione::before, .rv-faq-section .tebBar-box .tebBar-card .tebActione::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  width: 2px;
  height: 20px;
  transition: 0.5s;
  background: var(--rv-primary);
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione::before {
  transform: rotate(90deg);
}
.rv-faq-section .tebBar-box .tebBar-card .disc-box {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.single_blog {
  border-radius: 10px;
  transition: 0.5s;
  background: var(--rv-white);
}
.single_blog:hover {
  transition: 0.5s;
  box-shadow: 0 10px 10px 0 #ddd;
  transform: translateY(-10px);
  box-shadow: 0 0 10px 0 #ddd;
}
.single_blog:hover .single_blog_thumb {
  transition: 0.5s;
}
.single_blog:hover .single_blog_thumb img {
  transition: 0.5s;
  transform: scale(1.1) rotate(5deg);
}
.single_blog .single_blog_thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.single_blog .single_blog_thumb img {
  transition: 0.5s;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single_blog .single_blog_thumb span {
  background: var(--rv-white);
  padding: 5px 10px;
  position: absolute;
  color: var(--rv-white);
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 5px -5px 10px 0 #fff;
  border-radius: 0 10px 0 0;
}
.single_blog .single_blog_content {
  background: var(--rv-primary);
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.single_blog .single_blog_content .temp_theme_blog_meta {
  font-size: 12px;
  color: var(--rv-white);
}
.single_blog .single_blog_content .temp_theme_blog_meta ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.single_blog .single_blog_content .temp_theme_blog_meta i {
  color: var(--rv-secondary);
}
.single_blog .single_blog_content .blog_page_title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 0;
  color: var(--rv-white);
}
.single_blog .single_blog_content .blog_page_title h6 {
  color: var(--rv-white);
}
.single_blog .single_blog_content .blog_page_button span {
  color: var(--rv-black);
  text-decoration: underline;
}

:root {
  --primary: #00418c;
  --primary-light: #f4f8fc;
  --primary-dark: #033772;
  --secondary: #dc8038;
  --secondary-light: #fdf7f3;
  --secondary-dark: #bb6827;
  --rv-primary: #00418c;
  --rv-primary-light: #f4f8fc;
  --rv-bg-primary: #033772;
  --rv-secondary: #dc8038;
  --rv-secondary-light: #fdf7f3;
  --rv-bg-secondary: #bb6827;
  --black: #000000;
  --white: #ffffff;
  --bg-primary: #00418c;
  --bg-secondary: #dc8038;
  --bg-black: #000000;
  --bg-white: #fff;
}

.bg-dark {
  background: var(--bg-black);
}

.bg-light {
  background: var(--primary-light);
}

.bg-primary {
  background: var(--bg-primary);
}

.bg-secondary {
  background: var(--bg-secondary);
}

/*html{*/
/*    scroll-behavior:smooth;*/
/*}*/
body {
  font-family: "poppins";
  font-weight: 500;
  color: #494d4e;
  font-size: 14px;
  line-height: 2;
  background-color: var(--bg-white);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

.btn-primary {
  color: var(--white);
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  height: 50px;
  margin: 0 auto;
  display: block;
}

.btn-primary:hover {
  color: var(--bg-primary);
  background-color: transparent;
  border-color: var(--bg-primary);
}

.btn-secondary {
  color: #fff;
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  height: 50px;
  margin: 0 auto;
  display: block;
}

.btn-secondary:hover {
  color: var(--bg-secondary);
  background-color: transparent;
  border-color: var(--bg-secondary);
}

.home-slider {
  background: linear-gradient(0deg, #00418c, #f3f9ff);
  background-position: bottom center;
  min-height: 70vh;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.home-slider .row {
  align-items: center;
}
.home-slider .slider-carousel {
  min-height: 100%;
}

.home-slider .rvg-slider h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--white);
}

.home-slider .rvg-slider h6 {
  color: var(--white);
}

.home-slider .rvg-slider .btn-primary {
  width: 160px;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.home-slider .rvg-slider .btn-secondary {
  width: -moz-max-content;
  width: max-content;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.wave.wave1 {
  animation: wave 8s linear infinite;
  z-index: 99;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}

.wave.wave2 {
  animation: wave2 7s linear infinite;
  z-index: 9;
  opacity: 0.5;
  animation-delay: -3s;
  bottom: 10px;
}

.wave.wave3 {
  animation: wave2 3s linear infinite;
  z-index: 9;
  opacity: 0.3;
  animation-delay: -2s;
  bottom: 15px;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
.home-slider .banner-bubble {
  margin-top: 70px;
  width: 100%;
  height: 100%;
  height: 50vh;
}

.home-slider .banner-bubble .logos {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: -150px;
}

.home-slider .banner-bubble .logos span {
  animation: bubble 5s linear infinite;
  opacity: 0;
}

.home-slider .banner-bubble .logos span img {
  width: 80px !important;
}

.home-slider .banner-bubble .logos span em {
  color: var(--black);
  font-style: normal;
  text-align: center;
  display: block;
  font-weight: 600;
}

.home-slider .banner-bubble .logos span:nth-child(1) {
  animation-delay: 1.6s;
}

.home-slider .banner-bubble .logos span:nth-child(1) img {
  width: 70px !important;
}

.home-slider .banner-bubble .logos span:nth-child(2) {
  animation-delay: 4.5s;
}

.home-slider .banner-bubble .logos span:nth-child(2) img {
  width: 90px !important;
}

.home-slider .banner-bubble .logos span:nth-child(3) {
  animation-delay: 3s;
}

.home-slider .banner-bubble .logos span:nth-child(3) img {
  width: 80px !important;
}

.home-slider .banner-bubble .logos span:nth-child(4) {
  animation-delay: 7s;
}

.home-slider .banner-bubble .logos span:nth-child(4) img {
  width: 90px !important;
}

.home-slider .banner-bubble .logos span:nth-child(5) {
  animation-delay: 4.7s;
}

.home-slider .banner-bubble .logos span:nth-child(5) img {
  animation-delay: 4.7s;
}

.home-slider .banner-bubble .logos span:nth-child(6) {
  animation-delay: 8s;
}

.home-slider .banner-bubble .logos span:nth-child(6) img {
  width: 65px !important;
}

.home-slider .banner-bubble .logos span:nth-child(7) {
  animation-delay: 5.56s;
}

.home-slider .banner-bubble .logos span:nth-child(7) img {
  width: 70px !important;
}

.home-slider .banner-bubble .logos span:nth-child(8) {
  animation-delay: 6.9s;
}

.home-slider .banner-bubble .logos span:nth-child(8) img {
  width: 55px !important;
}

.home-slider .banner-bubble .logos span:nth-child(9) {
  animation-delay: 3.5s;
}

.home-slider .banner-bubble .logos span:nth-child(9) img {
  width: 85px !important;
}

.home-slider .banner-bubble .logos span:nth-child(10) {
  animation-delay: 7.3s;
}

.home-slider .banner-bubble .logos span:nth-child(10) img {
  width: 60px !important;
}

.home-slider .banner-bubble .logos span:nth-child(11) {
  animation-delay: 4.4s;
}

.home-slider .banner-bubble .logos span:nth-child(11) img {
  width: 70px !important;
  margin-right: 40px;
}
@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.7;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translateY(-650px);
    opacity: 0;
  }
}
blockquote {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin: 0;
  padding: 32px 49px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: #67619a;
  font-style: italic;
  background: url(assets/images/quote-shape-2.png) right 50% bottom 50% no-repeat;
  background-size: 100px 87px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  position: relative;
  padding-left: 60px;
  font-style: normal;
}

blockquote cite:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

blockquote em,
blockquote i {
  font-style: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #d9d9d9;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
}

/* Input normal */
select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  background-color: var(--primary-light) !important;
  color: #4d4d4d;
  border: 1px solid var(--primary-light) !important;
  font-size: 16px;
  padding: 7px 20px;
  width: 100%;
  margin-bottom: 0px;
  height: 50px;
}

input.form-control {
  background: var(--primary-light) !important;
  height: 50px;
  border-color: var(--primary-light);
  box-shadow: none !important;
}

input.form-control.empty {
  border-color: #fa3535 !important;
}

.contact-form-box textarea {
  height: 80px;
}

.contact-map-section .form-control {
  background: #fff !important;
}

.contact-map-section #captcha {
  background: #fff !important;
}

/* Input focus */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: var(--primary);
  background: var(--bg-white);
}

/* Button */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 14px 70px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary);
  color: var(--white);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background-color: var(--primary);
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #a09db9;
}

:-moz-placeholder {
  color: #a09db9;
}

::-moz-placeholder {
  color: #a09db9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a09db9;
}

/* Links */
a {
  color: var(--primary);
}

a:hover,
a:focus,
a:active {
  color: var(--primary);
}

/**** TYPOGRAPHY ****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.195;
  color: var(--black);
  margin: 0 0 15px;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.2px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/**** EXTRA CLASSES ****/
.display-none,
.hidden {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.list-style-none {
  list-style: none !important;
}

.full-width {
  width: 100% !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-accent {
  color: var(--black) !important;
}

.text-accent-2 {
  color: var(--primary) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-dark {
  color: #070a22 !important;
}

.text-light {
  color: #7874a1 !important;
}

.text-gray {
  color: #a09db9 !important;
}

.accent-bg {
  background-color: #f4f5fd !important;
}

.white-bg {
  background-color: var(--white) !important;
}

.gray-bg {
  background-color: #f8f9fd !important;
}

.box-shadow {
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75) !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-del {
  text-decoration: line-through !important;
}

/**** LAYOUT ****/
.rvg-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 90%;
}

#main-content {
  padding: 120px 0;
}

/* Sidebar */
#site-content {
  width: 65.811%;
  float: left;
}

#sidebar {
  width: 31.623%;
  float: right;
  border: 1px solid #e8e8e8;
  padding: 30px 30px;
}

/* No Sidebar */
.no-sidebar #site-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

body.page #main-content {
  padding-top: 0;
  padding-bottom: 0;
}

/**** HEADER ****/
#site-header {
  transition: all ease 0.5s;
}

#site-header-wrap {
  position: relative;
  z-index: 150;
}

/* Header logo */
#site-header .header-logo {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all ease 0.3s;
}

#site-header .header-logo a {
  display: block;
}

#site-header .header-logo img {
  height: 130px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Header fixed */
#site-header.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9989;
  background-color: var(--bg-white);
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  padding: 0;
}

#site-header.is-fixed .main-logo img {
  width: auto;
}

#site-header.is-fixed .header-logo {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease 0.3s;
  height: 120px;
}

/* Header info */
#site-header .header-info {
  float: right;
  padding-top: 24px;
  padding-bottom: 18px;
  transition: all ease 0.3s;
}

#site-header .header-info .info-wrap {
  display: table;
  overflow: hidden;
  width: 100%;
}

#site-header .header-info .info-i,
#site-header .header-info .info-c {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
}

#site-header .header-info .info-i {
  width: 40px;
}

#site-header .header-info .info-i span {
  z-index: 1;
  font-size: 40px;
  line-height: 40px;
  margin-right: 20px;
  padding-left: 1px;
  color: var(--primary);
  display: inline-block;
}

#site-header .header-info .inner > div {
  margin-right: 56px;
  float: left;
  position: relative;
}

#site-header .header-info .info-c > .title {
  color: #9d98c6;
  font-weight: 500;
}

#site-header .header-info .info-c > .subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary);
}

/* Header button */
#site-header .header-aside-button {
  float: right;
  margin-top: 18px;
}

#site-header .header-aside-button a {
  border-radius: 30px;
  border: 2px solid #cabbef;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-top: 2px;
  padding: 0 37px;
  line-height: 48px;
  transition: all ease 0.3s;
}

#site-header .header-aside-button a:hover {
  border: 2px solid var(--primary);
}

#site-header .header-aside-button a:hover > span {
  color: var(--primary);
}

#site-header .header-aside-button span {
  color: #222;
  transition: all ease 0.5s;
}

/* Menu */
#main-nav > ul {
  margin: 0;
  display: flex;
  gap: 30px;
  padding-left: 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #main-nav > ul {
    gap: 20px;
  }
}

#main-nav ul li {
  position: relative;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
}
#main-nav ul li .rvg-button.login_btn {
  padding: 5px 20px;
}

.new-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-nav > ul > .menu-item.menu-item-has-children {
  position: relative;
}

#main-nav > ul > .menu-item.menu-item-has-children::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  top: -3px;
  right: -16px;
  font-size: 18px;
  color: #000;
  transition: all 0.3s;
}

#main-nav > ul > .menu-item.menu-item-has-children:hover::after {
  transition: all 0.3s;
  transform: rotateX(180deg);
  color: var(--primary);
}

#main-nav > ul > li > a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--black);
}

#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a {
  color: var(--primary);
}

#main-nav > ul > li > a {
  position: relative;
}

#main-nav > ul > li.current-menu-item > a:before,
#main-nav > ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

#main-nav > ul > li.current-menu-item > a:before,
#main-nav > ul > li:hover > a:before {
  width: 100%;
  transition: width 0.3s ease;
}

/* Sub Menu */
#main-nav .sub-menu {
  padding: 16px 0;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all ease 0.3s;
}

#main-nav .sub-menu .sub-menu {
  left: 100%;
  top: -16px;
  background-color: #221c57;
  transform: translateX(-5px);
}

#main-nav .sub-menu .sub-menu .sub-menu {
  background-color: #1d184b;
}

#main-nav .sub-menu li a {
  padding: 3px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 30px;
  display: block;
  text-decoration: none;
}

#main-nav .sub-menu li:first-child > a {
  border: 0;
}

#main-nav .sub-menu li a:hover {
  color: var(--white);
}

#main-nav li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}

/* Mobile menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  background-color: var(--black);
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}

#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}

#main-nav-mobi ul > li > a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

#main-nav-mobi ul > li > a:hover {
  color: var(--primary);
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "Fontawesome";
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
  content: "\f0da";
  color: #b1b1b1;
  font-size: 13px;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f0d7";
}

#main-nav-mobi ul ul li,
#main-nav-mobi ul ul ul li {
  background-color: var(--black);
}

/* Mobile Menu Button */
.mobile-button {
  width: 26px;
  height: 26px;
  display: none;
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
  background: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
  background-color: #333;
  transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button:before {
  transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
  transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

/**** FEATURED TITLE ****/
#featured {
  position: relative;
  width: 100%;
  padding: 250px 0 134px;
  text-align: center;
}

#featured-title .featured-title-heading {
  color: var(--primary);
  font-size: 55px;
  font-weight: 600;
  margin: 0 0 3px;
}

#featured-title #breadcrumbs .breadcrumb-trail {
  font-size: 24px;
  font-weight: 400;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-begin {
  color: var(--primary);
  transition: all ease 0.3s;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-begin:hover {
  color: #9d98c6;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-end {
  color: #9d98c6;
}

#featured-title #breadcrumbs .breadcrumb-trail .sep i {
  font-size: 20px;
  color: #656565;
  font-weight: bold;
  padding: 0 8px;
}

/**** BLOG ****/
.blog_post {
  margin-top: 50px;
}

.blog_post:first-child {
  margin-top: 0;
}

.blog_post .post-content-wrap {
  padding: 52px 40px 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 1px 0;
}

/* Post excerpt */
.blog_post .post-excerpt {
  position: relative;
  padding-bottom: 17px;
}

/* Post media */
.blog_post .post-media {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.blog_post .post-media .rvg-icon.style-1 {
  left: 50%;
  top: 50%;
}

.blog_post .post-media img {
  transition: all ease 0.5s;
}

.blog_post:hover .post-media img {
  transform: scale(1.05);
}

.blog_post .post-media iframe {
  margin-bottom: 0;
}

/* Post title */
.blog_post .post-title {
  margin-bottom: 19px;
  font-size: 30px;
  line-height: 40px;
}

.blog_post .quote-title {
  color: var(--white);
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 40px;
}

/* Post meta */
.blog_post .post-meta {
  letter-spacing: -0.4px;
  color: #50567f;
  font-size: 14px;
  font-weight: 400;
  padding: 37px 0 0;
  margin-left: -5px;
  border-top: 1px solid #e9e8ef;
}

.blog_post .post-meta a:hover {
  color: #50567f;
}

.blog_post .post-meta .item {
  display: inline-block;
  width: 49%;
}

.blog_post .post-meta .item:last-child {
  margin-right: 0;
}

.blog_post .post-meta .item .inner {
  position: relative;
}

.blog_post .post-meta .item .inner:before {
  font-family: "Fontawesome";
  color: var(--bg-primary);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  position: absolute;
  left: -20px;
  top: 0;
}

.blog_post .post-meta .item.post-by-author .inner:before {
  content: "\f2c0";
}

.blog_post .post-meta .item.post-date .inner:before {
  content: "\f073";
}

.blog_post .post-meta .item.post-comment .inner:before {
  content: "\f0e5";
}

/* Post has quote */
.blog_post .post-media-has-quote {
  background-color: var(--black);
}

.blog_post .quote-text {
  padding: 37px 0 37px 48px;
  background: url(assets/images/quote-shape.png) right 24% bottom 24% no-repeat;
  background-size: 60px 54px;
}

.blog_post .quote-meta .item .inner a {
  color: var(--white);
  font-size: 18px;
}

.blog_post .quote-meta .quote-label-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  margin-right: 15px;
  background-color: var(--bg-white);
}

/**** BLOG SINGLE ****/
.blog_post .post-content-single-wrap {
  padding: 37px 65px 0 30px;
}

.blog_post .post-content-single-wrap .post-meta {
  padding: 0 0 25px;
  border: none;
  margin-left: 0;
}

.blog_post .post-content-single-wrap .post-content {
  padding: 5px 0 43px;
  font-size: 14px;
  line-height: 30px;
}

.blog_post .post-content-single-wrap .post-content p {
  margin-bottom: 0;
}

.blog_post .post-content-single-wrap .post-content blockquote {
  margin: 42px 0;
  font-style: normal;
}

.blog_post .post-content-single-wrap .post-content blockquote cite {
  font-size: 14px;
  color: var(--black);
}

/* Post Tags */
.post-tags {
  float: left;
}

.post-tags > span {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.post-tags a {
  display: inline-block;
  color: #a09db9;
}

.post-tags a:hover {
  color: var(--primary);
}

/* Social share */
.socials-share {
  float: right;
  display: inline-block;
}

.socials-share .socials {
  margin: 0;
  display: inline-block;
}

.socials-share span {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  margin-right: 6px;
  display: inline-block;
}

.socials-share .socials li {
  display: inline-block;
  padding: 0;
  margin: 0 4px;
  transition: opacity 0.2s, transform 0.35s;
}

.socials-share .socials li a {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  transition: all ease 0.3s;
}

.socials-share.style-1 .socials li a {
  color: #9290a3;
  background-color: #f3f6f8;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.socials-share.style-1 .socials li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.socials-share.style-2 .socials li a {
  color: #9b97bf;
}

.socials-share.style-2 .socials li a:hover {
  color: var(--primary);
}

/* Blog single navigation */
.blog-single-navigation {
  padding: 44px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 58px 0;
}

.blog-single-navigation .navigation-text .navigation-title {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  letter-spacing: 0px;
}

.blog-single-prev {
  position: relative;
  float: left;
}

.blog-single-next {
  position: relative;
  float: right;
}

.blog-single-prev,
.blog-single-next {
  width: 40%;
}

.blog-single-prev .navigation-text {
  padding-left: 70px;
}

.blog-single-next .navigation-text {
  padding-right: 70px;
}

.blog-single-prev .navigation-text > a,
.blog-single-next .navigation-text > a {
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transform: translateY(-50%);
}

.blog-single-next .navigation-text > a {
  left: auto;
  right: 0;
}

.blog-single-prev .navigation-text > a:after,
.blog-single-next .navigation-text > a:after {
  content: "\e686";
  font-family: "Pe-icon-7-stroke";
  color: #a09db9;
  font-size: 30px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  transition: all ease 0.3s;
}

.blog-single-next .navigation-text > a:after {
  content: "\e684";
}

.blog-single-prev .navigation-text > a:hover:after,
.blog-single-next .navigation-text > a:hover:after {
  border-color: var(--primary);
  color: var(--primary);
}

/* Comments title */
.comments-area {
  padding: 120px 65px 0 30px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 30px;
  letter-spacing: -1px;
  color: var(--black);
  position: relative;
}

.comments-area .comments-title {
  margin-bottom: 30px;
}

.comments-area .comment-reply-title {
  margin-bottom: 33px;
}

.comments-area .counter {
  color: var(--primary);
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list li.comment {
  padding: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding: 0 0 0 60px;
}

.comment-list article {
  margin-bottom: 22px;
}

.comment-list article + .comment-respond {
  margin-bottom: 50px;
}

.comment-list article .gravatar {
  width: 90px;
  float: left;
  margin-top: 20px;
  margin-right: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.comment-list article .gravatar img {
  width: 100%;
  height: auto;
}

.comment-list .comment-content {
  overflow: hidden;
}

/* Comment meta */
.comment-list .comment-meta {
  letter-spacing: -0.4px;
  color: #50567f;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 0;
}

.comment-list .comment-meta a:hover {
  color: #50567f;
}

.comment-list .comment-meta .item .inner {
  position: relative;
  padding-left: 18px;
  margin-right: 18px;
}

.comment-list .comment-meta .item .inner:before {
  font-family: "Fontawesome";
  color: #bcbcbc;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-list .comment-meta .comment-author .inner:before {
  content: "\f2c0";
}

.comment-list .comment-meta .comment-time .inner:before {
  content: "\f073";
}

/* Description */
.author-description .author-description-text-wrap {
  margin-top: 53px;
  padding: 35px 75px;
  background-color: #f4f7fc;
}

.author-description .gravatar {
  float: left;
  margin: 0 28px 0 60px;
  overflow: hidden;
  border-radius: 50%;
}

.author-description .author-info {
  margin-bottom: 25px;
}

.author-description .author-info .author-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}

.author-description .author-info .socials {
  margin: 0;
}

.author-description .author-info .socials li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.author-description .author-info .socials li a {
  color: #a09db9;
  font-size: 13px;
}

.author-description .author-info .socials li a:hover {
  color: var(--primary);
}

.author-description .author-text p {
  margin-bottom: 0;
}

/* Comment reply */
.comment-reply a {
  color: #50567f;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}

.comment-reply a:hover {
  color: var(--primary);
}

.comment-text {
  overflow: hidden;
  line-height: 2;
  color: #a09db9;
}

.comment-text > p {
  margin: 6px 0 10px;
}

/* Comment form */
#comments .comment-respond {
  position: relative;
}

#comments > .comment-respond {
  margin-top: 100px;
}

#comments > .comment-respond input[type=text] {
  background-color: var(--bg-white);
}

#comments .name-wrap,
#comments .email-wrap {
  width: 49.19%;
  float: left;
  margin-right: 1.618%;
}

#comments .email-wrap {
  margin-right: 0;
}

#comments .website-wrap,
#comments .message-wrap {
  width: 100%;
}

#comments .message-wrap textarea {
  height: 125px;
  margin-bottom: 20px;
  background-color: var(--bg-white);
}

#comments .comment-respond .form-submit {
  margin: 0;
}

.logged-in-as {
  margin-bottom: 10px;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
  color: #333;
}

/**** BLOG GRID ****/
.blog_post.post-grid .post-content-wrap {
  padding: 20px;
  border: 1px solid #e9e8ef;
}

/* Post media */
.blog_post.post-grid .post-media img {
  width: 100%;
  transition: all ease 0.4s;
  min-height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_post.post-grid .post-media:hover .rvg-overlay {
  transform: scale(1, 1);
  opacity: 1;
}

/* Post title */
.blog_post.post-grid .post-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}

.blog_post.post-grid:hover .post-title {
  color: var(--primary);
}

/* Post meta */
.blog_post.post-grid .post-meta {
  padding: 26px 0 0;
  margin: 0;
}

/* Overlay */
.blog_post.post-grid .rvg-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all ease 0.3s;
  text-align: center;
}

.blog_post.post-grid .rvg-overlay:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.blog_post.post-grid .rvg-overlay .icon-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  padding: 0 50px;
}

.blog_post.post-grid .rvg-overlay .icon-wrap .icon {
  position: relative;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--white);
  margin: 5px 5px;
  z-index: 3;
  background: #4568dc;
  background: linear-gradient(to top, #b06ab3, #4568dc);
  transition: opacity 0.5s ease-in-out;
}

/**** WIDGET ****/
#sidebar .widget {
  position: relative;
  z-index: 1;
  margin-top: 43px;
}

#sidebar .widget:first-child {
  margin: 0;
}

#sidebar .widget ul {
  margin: 0;
  list-style: none;
}

/* Widget title */
#sidebar .widget .widget-title {
  font-size: 24px;
  margin: 0 0 35px 0;
  z-index: 1;
  position: relative;
  letter-spacing: -1px;
}

#footer .widget .widget-title {
  font-size: 20px;
  margin: 0 0 27px 0;
  z-index: 1;
  position: relative;
  color: var(--primary-light);
}

#sidebar .widget .widget-title > span {
  display: block;
  position: relative;
  padding: 0 0 22px 0;
}

#footer .widget .widget-title > span {
  display: block;
  position: relative;
  padding: 0 0 13px 0;
}

#sidebar .widget .widget-title > span:after {
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--primary);
}

#footer .widget .widget-title > span:after {
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #d3cdec;
}

.footer-useful-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-useful-links ul {
    flex-wrap: wrap;
  }
}

.footer-useful-links ul > li > a {
  color: var(--white);
  padding: 10px;
}

.footer-useful-links ul > li > a:hover {
  background: var(--bg-primary);
  border-radius: 5px;
}

/* Widget search */
#sidebar .widget.widget_search .search-form {
  position: relative;
}

#sidebar .widget.widget_search .search-form .search-field {
  background-color: #f9f9f9;
  border: 0;
  padding-right: 48px;
  margin-bottom: 0;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
}

#sidebar .widget.widget_search .search-form .search-submit {
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-indent: 999999px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before {
  color: #333;
  content: "\f002";
  font-family: "Fontawesome";
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before {
  color: var(--primary);
}

/* Widget categories */
#sidebar .widget.widget_categories ul li {
  padding: 6px 0;
}

#sidebar .widget.widget_categories ul li:first-child {
  padding-top: 0;
}

#sidebar .widget.widget_categories ul li:last-child {
  padding-bottom: 0;
}

#sidebar .widget.widget_categories ul li a {
  position: relative;
  color: #a09db9;
  position: relative;
  transition: all ease 0.4s;
}

#sidebar .widget.widget_categories ul li a:before {
  font-family: "Fontawesome";
  content: "\f178";
  color: var(--primary);
  position: absolute;
  left: 0;
  top: -6px;
  margin-left: -17px;
  opacity: 0;
  transition: all 0.35s;
}

#sidebar .widget.widget_categories ul li a:hover {
  padding-left: 20px;
  color: var(--primary);
}

#sidebar .widget.widget_categories ul li a:hover:before {
  opacity: 1;
  margin-left: 0;
}

/* Widget recent News */
#sidebar .widget.widget_recent_news ul li {
  padding: 0;
  border: 0;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

#sidebar .widget.widget_recent_news ul li:first-child {
  margin-top: 7px;
  padding-top: 0;
  border-top: none;
}

#sidebar .widget.widget_recent_news ul li:last-child {
  padding-bottom: 10px;
}

#sidebar .widget.widget_recent_news .recent-news .thumb {
  float: left;
  margin: 0 20px 0 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb img {
  width: 100%;
  height: auto;
}

#sidebar .widget.widget_recent_news h3 {
  font-size: 15px;
  line-height: 22px;
  margin: 3px 0 5px;
}

#sidebar .widget.widget_recent_news .recent-news .texts {
  overflow: hidden;
}

#sidebar .widget.widget_recent_news .post-date {
  font-size: 14px;
  color: #a09db9;
}

/* Widget tags */
#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after {
  display: table;
  clear: both;
  content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud {
  padding: 7px 0 5px;
}

#sidebar .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  float: left;
  font-size: 13px;
  color: #999;
  padding: 3px 19px;
  margin: 0 7px 10px 0;
  z-index: 1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f4f7fc;
  transition: all ease 0.3s;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after {
  background-color: var(--primary);
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: var(--white);
}

/* Widget information */
/* #footer-widgets .widget.widget.widget_information {
    padding-left: 145px;
} */
#footer-widgets .widget.widget.widget_information ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 5px;
  border: 0;
}

#footer-widgets .widget.widget.widget_information ul li:last-child {
  margin-bottom: 0 !important;
}

#footer-widgets .widget.widget.widget_information ul li span:before {
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
}

#footer-widgets .widget.widget.widget_information ul li a:before {
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
}

#footer-widgets .widget.widget.widget_information ul li .address:before {
  content: "\f278";
}

#footer-widgets .widget.widget.widget_information ul li .email:before {
  content: "\f2b7";
}

#footer-widgets .widget.widget.widget_information ul li .phone:before {
  content: "\f025";
}

/* Widget about */
#footer-widgets .widget.widget_about .widget-text {
  margin-bottom: 22px;
}

#footer-widgets .widget.widget_about .widget-text p {
  color: #d3deeb;
}

#footer-widgets .widget.widget_about .widget-text p:last-child {
  margin-bottom: 0;
}

#footer-widgets .widget.widget_about .socials {
  margin: 0 -3px;
}

#footer-widgets .widget.widget_about .socials .icon {
  padding: 0 5px;
  float: left;
  margin: 1px 0 3px 0;
}

#footer-widgets .widget.widget_about .socials a {
  float: left;
  font-size: 14px;
  color: #9290a3;
  background-color: #f3f6f8;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  z-index: 1;
}

#footer-widgets .widget.widget_about .socials a:hover,
#footer-widgets .widget.widget_about .socials a.active {
  background-color: var(--primary);
  color: var(--white);
}

/* Widget link */
/* #footer .widget.widget_links {
    padding-left: 160px;
} */
#footer .widget.widget_links ul {
  margin: 0;
  padding: 0;
}

#footer .widget.widget_links ul li {
  padding: 2px 0;
  list-style: none;
}

#footer .widget.widget_links ul li:first-child {
  padding-top: 0;
}

#footer .widget.widget_links ul li:last-child {
  padding-bottom: 0;
}

#footer .widget.widget_links ul li a {
  position: relative;
  color: #d3deeb;
  position: relative;
  transition: all ease 0.4s;
  text-decoration: none;
}

#footer .widget.widget_links ul li a:before {
  font-family: "flaticon_web-fonts";
  content: "\f13b";
  color: #75bbd4;
  position: absolute;
  left: 0px;
  top: -8px;
  margin-left: 0px;
  opacity: 0;
  transition: all ease 0.4s;
  transform: rotate(-90deg);
  font-size: 18px;
}

#footer .widget.widget_information ul {
  padding: 0;
}

#footer-widgets .widget.widget.widget_information .inner span {
  color: #d3deeb;
  display: block;
  line-height: 22px;
}

#footer-widgets .widget.widget.widget_information .inner a {
  color: #d3deeb;
  line-height: 24px;
}

#footer-widgets .widget.widget.widget_information .inner a:hover {
  color: var(--primary-light);
}

#footer .widget.widget_links ul li:hover a {
  padding-left: 20px;
  color: var(--primary-light);
}

#footer .widget.widget_links ul li:hover a:before {
  opacity: 1;
  margin-left: 0;
}

#footer .widget-register {
  display: flex;
  margin: 20px 0;
}

#footer .widget-register img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

#footer .widget-register h6 {
  color: #fff;
  padding-left: 10px;
  width: 50%;
}

/**** PAGINATION ****/
.rvg-pagination ul {
  margin: 0;
}

.rvg-pagination ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
}

.rvg-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f4f4f4;
  color: var(--black);
  transition: all ease 0.3s;
}

.rvg-pagination ul li a.page-numbers:hover,
.rvg-pagination ul li .page-numbers.current {
  background-color: var(--primary);
  color: var(--white);
}

/**** FOOTER ****/
.footer_main {
  background-color: var(--primary);
}

.fppter_top {
  padding: 70px 0 0;
}

.footer_bottom {
  position: relative;
}

#bottom-bar-inner {
  position: relative;
  z-index: 9;
}

.footer_bottom #copyright {
  color: #d3deeb;
  margin-bottom: 0;
  padding: 10px 0;
  margin-top: 30px;
  background-color: var(--primary-dark);
}

#bottom span {
  color: var(--primary);
}

#bottom .shape-image-6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#bottom .shape-image-10 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/**** SCROLL TO TOP ****/
#scroll-top {
  position: fixed !important;
  right: 30px;
  bottom: -50px;
  display: block;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 7779;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

#scroll-top:after {
  content: "\f106";
  font-family: "Fontawesome";
  color: var(--white);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all ease 0.3s;
}

#scroll-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  z-index: -1;
  transition: all ease 0.3s;
}

#scroll-top.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.fit-vids-style {
  height: 0;
}

/*---- Slider ---*/
.slider-section {
  position: relative;
  overflow: hidden;
}

.hero-slider-01 {
  position: relative;
}

.single-slide.bg-img {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  height: 600px;
}

.single-slide.bg-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(8, 24, 69, 0.4);
}

.slider-content {
  position: relative;
  z-index: 9;
  padding: 0 0;
}

.slider-content .sub-title {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  text-transform: inherit;
  font-weight: 500;
  position: relative;
  margin-bottom: 22px;
}

.slider-content .sub-title:after {
  position: relative;
  right: -24px;
  top: -3px;
  width: 60px;
  height: 2px;
  background: #f0f4f9;
  content: "";
  display: inline-block;
}

.slider-content h2 {
  font-size: 58px;
  line-height: 62px;
  color: var(--white);
  margin: 0 0 38px;
}

.slider-content p {
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  margin: -15px 0 0;
}

.slider-content .grap-btn {
  height: 60px;
  padding: 20px 27px;
}

.slider-content .to_bottom {
  margin-left: 14px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--white) f;
}

.slider-content .to_bottom:hover {
  border-color: #009444;
}

.slider-content .to_bottom::before {
  background: #009444;
  border-radius: 0;
}

.slider-section .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 40px;
  z-index: 3;
  transition: all 0.4s ease;
}

.slider-section .owl-dots button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  position: relative;
  margin: 0 5px;
  background: var(--bg-white);
  transition: all 0.3s ease;
}

.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover {
  background: #009444;
}

.owl-carousel .owl-dots button span {
  display: none;
}

.slider-section .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 1140px;
  text-align: right;
  position: absolute;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slider-section .owl-carousel .owl-nav button {
  text-align: center;
  z-index: 5;
  font-size: 28px;
  line-height: 54px;
  width: 50px;
  height: 50px;
  margin: 10px 0 5px auto;
  background: #009444;
  color: var(--white);
  position: relative;
  border: none;
  outline: none;
  z-index: 1;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.slider-section .owl-carousel .owl-nav button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #0f1a2c;
  border-radius: 50%;
  text-align: center;
  width: 0;
  height: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

.slider-section .owl-carousel .owl-nav button:hover:after {
  width: 100%;
  height: 100%;
}

.slider-section .owl-item.active .slider-content .sub-title {
  animation-delay: 1.4s;
  animation-name: fadeInLeft;
}

.slider-section .owl-item.active .slider-content h2 {
  animation-delay: 1.7s;
  animation-name: fadeInLeft;
}

.slider-section .owl-item.active .slider-content .to_top {
  animation-delay: 1.9s;
  animation-name: fadeInUp;
}

.slider-section .owl-item.active .slider-content .to_bottom {
  animation-delay: 2.1s;
  animation-name: fadeInUp;
}

/*.main_slider .tp-caption.tp-resizeme {
    font-weight: 700 !IMPORTANT;
}*/
.main_slider {
  background-color: var(--primary-light);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 94%, 0 100%);
}

.main_slider .rvg-button {
  padding: 8px 35px !important;
}

.section {
  padding: 80px 0;
}

.rvg-headings .sub {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 26px;
  margin-bottom: 0;
}

.rvg-headings .sub::after {
  content: "";
  position: absolute;
  background-color: #e1e9f3;
  width: 100%;
  height: 4px;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.rvg-headings .heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.rvg-list .icon i {
  font-size: 28px;
  line-height: 26px;
  text-align: center;
}

.testimonial_section {
  background-color: var(--primary-light);
}

.testimonial_section .rvg-testimonials blockquote {
  max-width: 712px;
  margin: 0 auto;
  padding: 50px 40px;
  margin: 15px 0 15px;
  border: transparent;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
}

#featuresCar .item img {
  width: 260px;
}

.work_process {
  position: relative;
  background-image: url(../images/process-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom;
  padding: 60px 0 180px 0 !important;
}

.work_process .rvg-headings .sub {
  color: var(--white) fff;
}

.work_process .rvg-headings .sub::after {
  background-color: var(--secondary-light);
  height: 3px;
  z-index: 0;
}

.work_process .rvg-headings .heading {
  color: var(--white);
}

.work_process .all-process-item {
  background-image: url(../images/process-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position: 0px 120px;
}

.work_process .all-process-item .process-item {
  padding: 0 10px 0 10px;
  position: relative;
  z-index: 11;
}

.work_process .all-process-item .process-item .icon-image {
  width: 160px;
  height: 160px;
  line-height: 160px;
  background-color: var(--white) FFF;
  border-radius: 160px 160px 160px 160px;
  display: inline-block;
}

.work_process .all-process-item .process-item .icon-image {
  position: relative;
  z-index: 3;
  transform: rotate(-45deg);
}

.work_process .all-process-item .process-item .icon-image::before {
  content: "";
  position: absolute;
  background: var(--white) fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}

.work_process .all-process-item .process-item .icon-image::after {
  content: "";
  position: absolute;
  background: #3d507c;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: -6px;
  left: 0;
  z-index: -2;
  transition: all 0.5s;
}

.work_process .all-process-item .process-item:hover .icon-image::before {
  background: #d0e6ed;
  transition: all 0.5s;
}

.work_process .all-process-item .process-item:hover .icon-image::after {
  transform: rotate(90deg);
  transition: all 0.5s;
  top: 6px;
  background: var(--bg-primary);
}

.work_process .all-process-item .process-item .icon-image img {
  max-width: unset;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  position: relative;
}

.work_process .all-process-item .process-item .number-area {
  position: absolute;
  left: 65%;
  top: -25px;
  color: var(--secondary-light);
  font-size: 60px;
  font-weight: 700;
  z-index: -11;
}

.work_process .all-process-item .process-item .content-txt .number-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--bg-white) !important;
  margin: 20px 0 0 0;
}

.work_process .all-process-item .process-item:hover .content-txt .number-title {
  color: #d0e6ed !important;
}

.work_process .all-process-item .process-item .content-txt .number-txt {
  color: var(--white);
  line-height: 20px;
}

.work_process .proccess-row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
}

.whatwedo_section {
  background-color: var(--primary-light);
}

.partner-section marquee img {
  margin: 10px;
}

.tool-box {
  background: var(--primary-light);
  padding: 12px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  border-radius: 6px;
  transition: 0.4s all;
}

.tool-box:hover {
  background: var(--primary);
  transition: 0.4s all;
}

.tool-box .icon {
  display: inline-block;
  margin: 0 auto;
  background: var(--bg-white);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 10px;
}

.tool-box h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

.tool-box:hover h4 {
  color: var(--white);
}

.inner-banner {
  min-height: 300px;
  background: linear-gradient(0deg, #26338a, #eefcff);
  position: relative;
  /* background-image: url(../images/inner-banner.jpg); */
}

.inner-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/inner-banner-shape.webp");
  z-index: 9;
  background-position: top;
  opacity: 0.6;
}

.inner-banner .title {
    padding: 60px 0 100px 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 34px;
}

.service-banner {
  background: #fff;
  /*min-height: 600px;*/
  position: relative;
  overflow: hidden;
}

/* .service-banner::before {
  content: "";
  position: absolute;
  background: #f0f8ff;
  width: 600px;
  height: 600px;
  bottom: 150px;
  right: -200px;
  border-radius: 100%;
}
.service-banner::after {
  content: "";
  position: absolute;
 background-image: url("../images/loan-image.png");
  width: 450px;
  height: 450px;
  bottom: 0;
  right: 0;
}*/
.service-banner .banner-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.service-banner .banner-content .title {
  font-size: 52px;
}

.service-banner .banner-content p {
  font-size: 20px;
  margin: 20px 0 15px 0;
}

.service-banner .banner-content .rvg-button:before,
.service-banner .banner-content .rvg-button:after {
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  border-radius: 6px;
}

.service-banner .banner-content .rvg-button:hover:before,
.service-banner .banner-content .rvg-button:hover:after {
  width: calc(100% - 4px);
}

.service-banner .banner-content .title span {
  color: var(--primary);
  position: relative;
}

.service-banner .banner-content .title span::after {
  content: "";
  position: absolute;
  background: url(assets/images/underline.webp) no-repeat center/contain;
  width: 280px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.about-mvv-section {
  padding-top: 0;
}

.about-mvv-section .mvv-box {
  background: var(--primary-light);
  padding: 15px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  border-radius: 6px;
  transition: 0.4s all;
}

.about-mvv-section .mvv-box .icon {
  background: var(--white);
  display: inline-block;
  border-radius: 0 0 60px 60px;
  padding: 15px;
  transform: translateY(-15px);
  text-align: center;
}

.contact-image img {
  width: 100%;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  padding: 15px;
}

.contact-section.contact-page-section {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-section.contact-page-section .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.contact-section .contact-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1607843137);
}

.contact-section .contact-details {
  background: var(--primary);
  padding: 25px 25px 0 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contact-section .contact-details::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: linear-gradient(85deg, rgba(187, 199, 213, 0.8588235294), transparent);
  border-radius: 100%;
  right: -70px;
  bottom: -70px;
  /* box-shadow: -10px -10px 20px 0px #d2d9e124; */
}

.contact-section .contact-details .contact-item {
  margin-bottom: 26px;
}

.contact-section .contact-details .contact-item .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-section .contact-details .contact-item .icon-title i {
  font-size: 30px;
  margin-right: 10px;
  color: var(--bg-secondary);
}

.contact-section .contact-details .contact-item .icon-title h4 {
  margin: 0;
  color: var(--bg-white);
}

.contact-section .contact-details .contact-item a {
  color: #fff;
}

.contact-section .contact-details .contact-item p {
  color: #fff;
  margin: 0;
  width: 50%;
}

/* .contact-section .contact-details .contact-item p {
    margin-left: 60px;
} */
#contactform #captcha_code {
  height: 50px !important;
  border-radius: 5px;
}

#contactform .btnRefresh {
  height: 45px;
}

#contactform #captcha {
  display: inline-block;
  width: calc(100% - 146px);
}

#download1 select {
  display: inline-block;
  width: 180px;
  margin-right: 30px;
}

.TabbedPanelsContent tr td:nth-child(2) {
  text-align: right;
}

.pay_premium_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
}

.pay_premium_row .pay_item a {
  display: inline-block;
  background-color: var(--white);
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.pay_premium_row .pay_item img {
  min-height: 60px;
  height: 70px;
  width: 200px;
}

.diclaimer-amfi .amfi-item {
  display: flex;
  align-items: center;
  height: 85px;
}

.diclaimer-amfi .amfi-item span {
  margin-left: 15px;
}

.diclaimer-amfi p {
  color: #d3deeb;
}

.post-detail .view_img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-btn-group .btn-primary {
  width: 150px;
  line-height: 36px;
  margin-top: 30px;
}

.career-section #contact_body label {
  width: 100%;
}

.login-box {
  background: #ffffff;
  min-height: 380px;
  border-radius: 20px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1098039216);
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
}

.login-box .login-img {
  background: #0d56aa;
  padding: 50px;
}

.login-box .login-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-box .login-title {
  background: var(--bg-primary);
  text-align: center;
  color: var(--white);
  font-size: 24px;
  border-radius: 8px 8px 0 0;
  padding: 8px;
}

.login-box .login-panel {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding-right: 25px;
}

.login-box .login-panel .login-inner {
  width: 100%;
}

.login-box .login-panel .form-control,
.login-box .signup-form .form-control {
  background: var(--primary-light) !important;
}

.login-box .login-panel .form-control:focus,
.login-box .login-panel .form-control:active .login-box .signup-form .form-control:focus,
.login-box .signup-form .form-control:active {
  border-color: var(--primary) !important;
}

.login-box .signup-form {
  padding: 10px 20px 20px 20px;
}

.login-box .signup-form .form-group {
  margin-bottom: 10px;
}

.login-box .signup-form textarea.form-control {
  height: 90px;
}

.login-box .signup-form #contactform #captcha {
  background: var(--white) !important;
}

.login-box .btn-primary {
  width: 100%;
}

.login-box .forget-pw {
  text-align: right;
}

.login-box .radio-box label {
  margin: 0 15px 15px 15px;
}

.service-section p,
.service-section span,
.service-section a {
  font-size: 16px !important;
  font-family: "Montserrat" !important;
}

.service-section p strong,
.service-section span strong {
  font-size: 18px;
  font-weight: 700;
}

.service-section ul {
  padding-left: 25px;
}

.service-section ul li {
  list-style-type: none;
  position: relative;
}

.service-section ul li::after {
  content: "\f058";
  position: absolute;
  font-family: "FontAwesome";
  left: -20px;
  top: -2px;
  color: var(--bg-primary);
  font-size: 18px;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.gallery-row .gallery-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.download-apps {
  text-align: center;
}

.download-apps a {
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s;
}

.download-apps a:hover {
  transition: all 0.3s;
  transform: scale(1.06);
}

.row-newsletter .heading {
  font-size: 36px;
  margin: 0;
}

.newsletter_form .form-group {
  position: relative;
}

.newsletter_form .form-group .rvg-button.submit-butn {
  position: absolute;
  top: 3px;
  right: -20px;
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  height: 44px;
  font-size: 16px;
  text-transform: uppercase;
}

.newsletter_form .form-group .rvg-button.submit-butn:before,
.newsletter_form .form-group .rvg-button.submit-butn:after {
  background: var(--bg-primary);
}

.rvg-action-box {
  padding: 50px 0;
}

.about-main-section .about-image {
  position: relative;
}

.about-main-section .about-image img {
  position: relative;
  z-index: 9;
  width: 100%;
}

.about-value-section {
  background: var(--primary-light);
}

.value-box .icon {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
  background: var(--bg-primary);
  border-radius: 100%;
  text-align: center;
  padding: 10px;
}

.value-box .icon img {
  width: 40px;
}

.value-box .text {
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: top;
  padding-left: 15px;
}

.about-counter-section {
  background: var(--primary);
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.about-counter-section::after {
  content: "";
  position: absolute;
  background-image: url(../images/world-map.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: -300px;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}

.about-counter-section .container {
  position: relative;
  z-index: 9;
}

.about-counter-section .rvg-headings .sub {
  color: var(--white);
}

.about-counter-section .rvg-headings .sub::after {
  background-color: #0f8bb7;
  z-index: 0;
  bottom: 4px;
}

.about-counter-section .rvg-headings .heading {
  color: var(--white);
}

.about-counter-section .counter-boxex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

.about-counter-section .counter-boxex .text h4 {
  color: var(--white);
  margin: 20px 0 10px 0;
  font-size: 36px;
  font-weight: 700;
}

.about-counter-section .counter-boxex .text p {
  color: var(--white);
  width: 90%;
  margin: 0 auto;
  line-height: 20px;
}

.about-counter-section .counter-box .icon img {
  width: 48px;
}

.blink-btn {
  animation: blinking 1s linear infinite;
}

.blink-stop {
  animation: none;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service-main-section .service-item {
  background: var(--primary-light);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-main-section .service-item .service-image {
  border-radius: 10px;
  overflow: hidden;
}

.service-main-section .service-item .service-content {
  padding: 15px;
}

.service-main-section .service-content h4 {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}

.service-main-section .service-content h4::after {
  content: "";
  position: absolute;
  background: var(--bg-primary);
  width: 4px;
  height: 25px;
  right: -10px;
  top: 2px;
  z-index: 0;
}

.service-main-section .service-content h5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.mobile-tabs {
  border: none;
  margin: 0;
}

.mobile-tabs li {
  display: block;
  width: 100%;
}

.mobile-tabs .mobileapp-tab-item {
  background: var(--white);
  margin-bottom: 15px;
  border-radius: 8px;
  color: #000;
  padding: 5px 15px;
}

.mobile-tabs .mobileapp-tab-content img {
  width: 40%;
}

.mobile-tabs .mobileapp-tab-item:hover,
.mobile-tabs .mobileapp-tab-item.active {
  background: var(--bg-primary);
  color: var(--white);
}

.nav-tabs.mobile-tabs > li.active > a {
  background: var(--bg-primary);
  color: var(--white);
}

.mobile-tabs .mobileapp-tab-item .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.mobile-tabs .mobileapp-tab-item .icon-title img {
  background: var(--white);
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 8px;
}

.mobile-tabs .mobileapp-tab-item .icon-title h4 {
  margin: 0 0 0 15px;
  font-size: 22px;
}

.mobile-tabs .mobileapp-tab-item.active .icon-title h4 {
  color: var(--white);
}

.mobile-tabs .mobileapp-tab-item p {
  line-height: 20px;
  margin: 0;
  font-size: 15px;
}

.mobile-app-tabs .tab-content.mobile-tab-content {
  text-align: center;
}

.mobile-app-tabs .tab-content.mobile-tab-content img {
  width: 40%;
}

.top-bar {
  background: var(--bg-primary);
}

.top-bar .topbar-contact {
  text-align: right;
}

.top-bar .topbar-contact a {
  color: var(--white);
  font-size: 16px;
  margin-left: 20px;
}

.team-box {
  position: relative;
  overflow: hidden;
}

.team-box .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 60px 10px 10px 10px;
  z-index: 9;
  height: 120px;
  transition: all ease-in-out 0.3s;
}

.team-box:hover .team-info {
  height: 80%;
  transition: all ease-in-out 0.3s;
}

.team-box .team-info::after {
  content: "";
  background: linear-gradient(0deg, #024760 45%, transparent);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.team-box .team-info h4 {
  color: var(--white);
  margin: 0;
}

.team-box .team-info h6 {
  color: var(--white);
  margin-bottom: 10px;
}

.team-box .team-info p {
  color: var(--white);
  margin: 0;
  line-height: 20px;
}

.team-box .image img {
  transition: all 0.4s;
}

.team-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(6deg);
}

.cki-listing {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 15px;
}

.cki-listing li {
  width: 100%;
  background: #e7eef6;
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--bg-black);
  line-height: 20px;
  min-height: 65px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}

.cki-listing li:hover {
  transform: rotateX(360deg);
  transition: all 0.3s ease-in-out;
  background: var(--primary);
  color: var(--bg-white);
}

.cki-listing li b {
  display: block;
  font-size: 16px;
}

.about-img {
  text-align: center;
}

.about-img img {
  width: 80%;
}

.rvg-tabs {
  border-bottom: 1px solid #ebeaea;
  background: #ebeaea;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px auto;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
  padding: 5px;
}

.rvg-tabs .nav-item .nav-link {
  background: var(--primary);
  border-radius: 30px;
  text-align: center;
  display: block;
  color: var(--white);
}

.rvg-tabs .nav-item.active .nav-link,
.rvg-tabs .nav-item .nav-link:hover {
  background: var(--secondary);
  color: #fff;
}

.counter-box .numscroller {
  color: var(--secondary);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
}

/* Base style for all counters */
.counter-box .numscroller::after {
    content: "+"; /* default for all */
}

/* First counter */
.counter-section .row > .col-md-3 .numscroller::after {
    content: "cr+";
}

/* Last counter */
.counter-section .row > .col-md-3:nth-of-type(2)  .numscroller::after {
    content: "cr+";
}

.counter-box h4 {
  font-size: 20px;
}

.service_section {
  position: relative;
  padding-top: 0;
}

.service_section .service_box .icon {
  background-color: var(--rvg-white);
  margin: 0;
  margin-bottom: 15px;
}

.service_section .service_box .icon i {
  font-size: 56px;
}

.service_section .service_box:hover .icon i {
  color: var(--rvg-primary);
}

.service_section .service_box {
  text-align: center;
}

.service_section .main_heading h5 {
  color: var(--rvg-primary);
}

.service_section .item {
  margin: 15px 10px;
}

.icon-card-box {
  background: var(--white);
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  min-height: 305px;
}

.icon-card-box:hover {
  background: var(--secondary);
}

.icon-card-box h3 {
  font-size: 20px;
}

.icon-card-box a {
  text-decoration: none;
  color: var(--rvg-black);
}

/* .icon-card-box:hover a{
    text-decoration: none;
    color: var(--rvg-black);
  } */
.icon-card-box .icon {
  display: flex;
  width: 90px;
  height: 90px;
  background: var(--white);
  border-radius: 100%;
  margin: 0 0 15px 0;
  align-items: center;
  justify-content: center;
}

.icon-card-box .icon i {
  font-size: 65px;
  line-height: 52px;
}

.icon-card-box:hover .icon i {
  color: var(--secondary);
}

.icon-card-box:hover h3,
.icon-card-box:hover p {
  color: var(--white) !important;
}

.icon-card-box p {
  line-height: 22px;
  font-size: 17px;
}

.icon-card-box .view i {
  vertical-align: middle;
  margin-left: 3px;
}

.counter-section {
  background-image: url("../images/statistics.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.overlay_bg {
  background: rgba(0, 0, 0, 0.6705882353);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.primary_overlay {
  background: rgba(0, 65, 140, 0.7411764706);
}

.counter-section .counter-box {
  text-align: center;
}

.counter-section .counter-box .icon {
  background: var(--secondary);
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: 14px 10px 5px 10px;
  margin-bottom: 15px;
}

.counter-section .counter-box .numscroller {
  color: #fff;
  line-height: 60px;
}

.counter-section h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.award {
  text-align: center;
}

.award h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.testimonial-carousel .item {
  margin: 20px 15px;
}

.testimonial {
  box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.1803921569);
  background: #fff;
  padding: 10px;
  position: relative;
}

.testimonial::after {
  content: "";
  position: absolute;
  background-image: url("../images/quote.webp");
  width: 64px;
  height: 64px;
  right: 20px;
  opacity: 0.2;
  bottom: 10px;
}

.testimonial .text-wrap {
  position: relative;
  /* background: #fff; */
  /* padding: 15px; */
  margin-bottom: 20px;
  /* box-shadow: 0px 5px 18px 0 #0000002e; */
  /* min-height: 370px; */
}

.testimonial .text-wrap::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-top: 16px solid #fff;
  bottom: -30px;
  left: 30px;
}

.testimonial .text-wrap p {
  margin: 0;
}

.testimonial .images-name {
  display: flex;
  align-items: center;
  justify-content: left;
}

.testimonial .images-name img {
  width: 90px;
}

.testimonial .images-name h5 {
  padding-left: 15px;
  padding-top: 25px;
}

.testimonial .images-name h5 .position {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  display: flex;
  justify-content: center !important;
}

.justify-content-between {
  display: flex;
  justify-content: space-between !important;
}

.justify-content-around {
  display: flex;
  justify-content: space-around !important;
}

.justify-content-evenly {
  display: flex;
  justify-content: space-evenly !important;
}

.calculator-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.calculator-box a {
  background: var(--primary) !important;
}

.calculator-box a:hover {
  background: var(--primary-dark) !important;
}

.TabbedPanelsTab {
  background-color: var(--primary) !important;
}

.TabbedPanelsTabSelected {
  background: var(--secondary) !important;
}

.count {
  width: 60px;
  height: 60px;
  background: lightgray;
  border-radius: 50%;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: verdana;
  float: left;
  margin: 30px;
  text-shadow: 1px 1px black;
  box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
}


section.service-box-icon-section {
  background: #f0f8ff;
}

.box-icon-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 20px;
}

.box-icon {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.box-icon:hover {
  border: 2px solid var(--background);
  box-shadow: 0 10px 25px 2px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.3s ease-in-out;
  transform: scale(0.98) translateY(-5px);
}

.box-icon .icon {
  background: var(--background);
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 auto 15px auto;
}
.box-icon .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-icon .title {
  margin: 0;
}

.service-titles {
  width: 65%;
}

.service-titles .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 30px;
}

.service-titles .title span {
  color: var(--primary);
  position: relative;
}

.service-titles .title span::after {
  content: "";
  position: absolute;
  background: url(../images/underline.webp) no-repeat center/contain;
  width: 200px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.service-calculator-button {
  border-bottom: 1px solid #ebeaea;
  background: #ebeaea;
  display: flex;
  margin: 0 auto 30px auto;
  border-radius: 30px;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 0;
}
.service-calculator-button li {
  list-style: none;
}

.service-calculator-button .btn {
  background: #00418c;
  border-radius: 30px;
  text-align: center;
  display: flex;
  color: var(--white);
  width: 100%;
  margin: 0 5px;
}

.service-calculator-button .btn.active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.feature-box {
  border-radius: 15px;
  border: 1px solid #e5f1ff;
  background-color: #e5f1ff;
  padding: 30px 20px 30px 20px;
  margin-bottom: 30px;
  display: flex;
  min-height: 170px;
  transition: 0.3s all ease-in-out;
}

.feature-box:hover {
  transition: 0.3s all ease-in-out;
  transform: scale(0.98) translateY(-5px);
}

.feature-box .icon {
  width: 70px;
  margin-right: 15px;
}

.feature-box .content {
  width: 100%;
}

.feature-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin-bottom: 0;
}

.feature-box .content p {
  margin: 0;
}

.service-partner-box {
  background: #e5f1ff;
  padding: 60px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .service-partner-box {
    padding: 20px;
  }
}

.service-partner-box img {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Feature Six
--------------------------------------------------------------*/
.get-insuracne-three {
  position: relative;
}

.get-insuracne-three__bg {
  background-size: cover;
  background-position: center;
}

.get-insuracne-three__background {
  background: url("https://bracketweb.com/insurwp/wp-content/uploads/2023/07/get-insuracne-three-shape-1.png");
  /* Light grey background */
  height: 100vh;
  /* Full height */
  opacity: 50%;
}

.get-insuracne-three__form {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  max-width: 600px;
  margin-right: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .get-insuracne-three__form {
    padding: 20px;
    margin: 0 auto;
  }
}

.section-title-four__tagline {
  font-size: 18px;
  /* Sets the font size to 18 pixels */
  color: var(--primary);
  /* Uses a CSS variable for the text color */
  font-weight: 700;
  /* Sets the font weight to bold */
  background-color: #f0f0f0;
  /* Adds a light gray background color */
  padding: 10px;
  /* Adds padding around the text */
  border-radius: 4px;
  /* Rounds the corners of the background */
}

.section-title-four__title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}

.form-container {
  margin-top: 20px;
}

/*
.feature-six {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.feature-six__single {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(23, 70, 90, 0.1);
  margin-bottom: 30px;
}

.feature-six__single-inner {
  position: relative;
  display: block;
  padding: 28px 30px 25px;
  padding-right: 50px;
  overflow: hidden;
  z-index: 1;
}

.feature-six__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background-position: center left;
  transition: all 0.5s ease-in-out 0.1s;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: -1;
}

.feature-six__single:hover .feature-six__shape-1 {
  transform: scaleY(0);
}

.feature-six__shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background-position: center left;
  transition: all 0.5s ease-in-out 0.1s;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.feature-six__single:hover .feature-six__shape-2 {
  transform: scaleY(1);
}

.feature-six__shape-1 img {
  width: auto;
}

.feature-six__icon {
  position: relative;
  display: inline-block;
}

.feature-six__icon span {
  font-size: 58px;
  color: var(--insur-base);
  transition: all 500ms linear 0.1s;
  transform: scale(1);
}

.feature-six__single:hover .feature-six__icon span {
  transform: scale(0.9);
  color: var(--insur-white);
}

.feature-six__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 37px;
  margin: 13px 0;
}

.feature-six__title a {
  color: var(--insur-black);
  transition: all 500ms ease;
}

.feature-six__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}
*/
/* General Styles */
.insurances-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 50px 0;
}

/* Insurance Card Styles */
.insurance-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1 1 30%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insurance-card__inner {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insurance-card:hover .insurance-card__inner {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.insurance-card__icon {
  /* font-size: 40px; */
  /* color: #4CAF50; */
  /* margin-bottom: 20px; */
  position: relative;
  z-index: 99;
}

.insurance-card__icon:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(251, 251, 251, 0.6588235294);
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.insurance-card__title {
  margin-bottom: 15px;
}

.insurance-card__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 28px;
}

.insurance-card__title a:hover {
  color: #4CAF50;
}

.insurance-card__text {
  color: #000;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .insurance-card {
    flex: 1 1 45%;
  }
}
@media (max-width: 768px) {
  .insurance-card {
    flex: 1 1 100%;
  }
}
/* Animation Styles */
.wow {
  visibility: hidden;
}

.wow.fadeInUp {
  visibility: visible;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* General Styles */
/* Section Styling */
.about-seven {
  background-color: #f8f9fa;
  /* Light background for contrast */
  padding: 60px 0;
  /* Vertical padding for spacing */
}

.about-seven__left,
.about-seven__right {
  position: relative;
}

.about-seven__right p {
  color: #000;
  font-size: 15px;
}

/* Image Box Styling */
.about-seven__img {
  position: relative;
}

.about-seven__img img {
  border-radius: 8px;
  /* Rounded corners for the image */
}

/* Experience Count Box Styling */
.about-seven__experience {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /* White text color for contrast */
}

.about-seven__experience-count-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.odometer {
  font-size: 3rem;
  /* Large font size for emphasis */
  font-weight: bold;
}

/* Shape Image Styling */
.about-seven__shape-1 img,
.about-seven__shape-2 img {
  width: 100px;
  /* Adjust width as needed */
  height: auto;
  /* Maintain aspect ratio */
}

/* Title and Paragraph Styling */
.section-title-four__tagline {
  font-size: 1.2rem;
  /* Slightly larger than normal text */
  color: #007bff;
  /* Primary color for the tagline */
  text-transform: uppercase;
  /* Uppercase text */
  font-weight: 600;
  /* Semi-bold text */
}

.section-title-four__title {
  font-size: 2.5rem;
  /* Large font size for the main title */
  font-weight: bold;
  margin-top: 10px;
  /* Space between tagline and title */
}

.about-seven__text {
  font-size: 1rem;
  /* Standard font size for readability */
  line-height: 1.6;
  /* Improved line spacing */
  color: #343a40;
  /* Dark color for the paragraph text */
  margin-top: 20px;
  /* Space between heading and paragraph */
}

/* Image Box Styling */
.about-seven__img img {
  border-radius: 8px;
  /* Rounded corners for the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Shadow effect */
}

/* Experience Section Styling */
.about-seven__experience {
  position: absolute;
  top: 84%;
  left: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.about-seven__experience-count-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.odometer {
  font-size: 3rem;
  /* Large font size for emphasis */
  font-weight: bold;
  color: #fff;
  /* White color for the number */
}

.about-seven__experience-plus {
  font-size: 2rem;
  /* Slightly smaller than the count */
  margin-left: 5px;
  color: #fff;
  /* White color for the plus sign */
}

.about-seven__experience-text {
  font-weight: bold;
  text-transform: uppercase;
  /* Uppercase text */
  color: #fff;
  /* White text color */
}

/* Shape Image Styling */
.about-seven__shape-1 img,
.about-seven__shape-2 img {
  width: 100px;
  /* Adjust width as needed */
  height: auto;
  /* Maintain aspect ratio */
}

/* General Carousel Styles */
.services-six__carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

/* Carousel Navigation Styles */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #fff;
  /* Adjust background color */
  border: 1px solid #ddd;
  /* Add border for better visibility */
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
  color: #333;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 18px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #eee;
  /* Hover background color */
}

/* Carousel Item Styles */
/* General Styles */
.services-six {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}

.services-six .section-title-four {
  margin-bottom: 80px;
}

.services-six__bottom {
  position: relative;
  display: block;
}

.services-six__carousel {
  position: relative;
  display: block;
}

/* Carousel Item Styles */
/* Base Styles for Carousel Section */
.services-six {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.services-six__single {
  position: relative;
  display: block;
  background-color: var(--insur-primary);
  padding: 41px 30px;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.services-six__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.05;
  transition: all 500ms ease;
}

.services-six__shape-1 img {
  width: auto;
}

.services-six__single:hover .services-six__shape-1 {
  opacity: 1;
}

.services-six__single:hover {
  background-color: #01cde6;
  height: 100%;
}

/* Icon Styles */
.services-six__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--insur-base);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.services-six__single:hover .services-six__icon {
  background-color: var(--insur-white);
}

.services-six__icon span {
  font-size: 42px;
  color: var(--insur-white);
  transition: all 500ms ease;
}

.services-six__single:hover .services-six__icon span {
  color: var(--insur-base);
}

.services-six__icon-shape-1,
.services-six__icon-shape-2 {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: var(--insur-black);
  border-radius: 50%;
}

.services-six__icon-shape-1 {
  bottom: -7px;
  left: 11px;
}

.services-six__icon-shape-2 {
  top: -7px;
  right: 9px;
}

/* Title Styles */
.services-six__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin: 23px 0;
}

.services-six__title a {
  color: var(--insur-black);
  transition: all 500ms ease;
}

.services-six__single:hover .services-six__title a {
  color: var(--insur-white);
}

/* Text Styles */
.services-six__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: var(--insur-gray);
  transition: all 500ms ease;
}

.services-six__single:hover .services-six__text {
  color: var(--insur-white);
}

/* Carousel Navigation Styles */
.services-six__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.services-six__carousel.owl-theme .owl-nav .owl-next,
.services-six__carousel.owl-theme .owl-nav .owl-prev {
  height: 62px;
  width: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--insur-primary);
  color: var(--insur-black);
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.services-six__carousel.owl-theme .owl-nav .owl-next:hover,
.services-six__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--insur-base);
  color: var(--insur-black);
}

/* Icon Styles for Navigation Buttons */
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.owl-nav .owl-prev::before {
  content: "\f053";
  /* Font Awesome left arrow */
}

.owl-nav .owl-next::before {
  content: "\f054";
  /* Font Awesome right arrow */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  /* Adjust as needed */
  border-radius: 50%;
}

/* Common styles for all card items */
.item.card {
  background-color: #f7f7f7;
  /* White background for the card */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Soft shadow for 3D effect */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition for hover effects */
}

.services-six {
  background: #ffffff;
}

.services-six__single {
  padding: 20px;
  /* Padding inside the card */
  text-align: center;
  /* Center align text */
}

.services-six__shape-1 img {
  width: 100%;
  /* Full width of the shape container */
  border-radius: 10px;
  /* Rounded corners for the image */
}

.services-six__icon {
  position: relative;
  /* Relative positioning for icon shapes */
  margin-bottom: 20px;
  /* Margin below the icon */
}

.services-six__icon-shape-1,
.services-six__icon-shape-2 {
  position: absolute;
  /* Absolute positioning to overlap the icon */
}

.services-six__title {
  font-size: 1.25rem;
  /* Larger font size for title */
  font-weight: bold;
  /* Bold font weight for title */
  margin-bottom: 15px;
  /* Margin below the title */
}

.services-six__title a {
  color: #333;
  /* Dark color for the title link */
  text-decoration: none;
  /* Remove underline from link */
}

.services-six__text {
  color: #666;
  /* Gray color for text */
  margin-bottom: 20px;
  /* Margin below the text */
}

.services-six__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #f8f9fa;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.services-six__icon span {
  font-size: 24px;
  /* Adjust based on your icon size */
  color: #007bff;
  /* Icon color */
}

.services-six__icon-shape-1,
.services-six__icon-shape-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  /* Shape overlay color */
  pointer-events: none;
  /* Ensure shapes don't interfere with interactions */
}

.services-six__icon-shape-1 {
  top: -10px;
  left: -10px;
  z-index: 0;
}

.services-six__icon-shape-2 {
  bottom: -10px;
  right: -10px;
  z-index: 1;
}

/* Add hover effect for card */
.item.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Darker shadow on hover */
  transform: translateY(-5px);
  /* Lift card on hover */
}

.why-choose-five {
  padding: 60px 0;
}

.why-choose-five__left,
.why-choose-five__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-five__img-box {
  position: relative;
}

.why-choose-five__img {
  position: relative;
}

.why-choose-five__shape-1,
.why-choose-five__shape-2,
.why-choose-five__shape-3,
.why-choose-five__shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  /* Adjust size as needed */
  height: 100px;
  /* Adjust size as needed */
  z-index: 1;
}

.why-choose-five__shape-1 {
  top: 10%;
  left: 10%;
}

.why-choose-five__shape-2 {
  top: 20%;
  right: 15%;
}

.why-choose-five__shape-3 {
  bottom: 10%;
  left: 25%;
}

.why-choose-five__shape-4 {
  bottom: 20%;
  right: 20%;
}

.why-choose-five__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title-four__tagline {
  font-size: 18px;
  color: #555;
}

.section-title-four__title {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.why-choose-five__points-list {
  padding: 0;
}

.why-choose-five__points-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose-five__points-list .icon {
  margin-right: 15px;
}

.why-choose-five__points-list .content {
  max-width: 80%;
}

.why-choose-five__points-list .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.why-choose-five__points-list .content p {
  font-size: 16px;
  color: #666;
}

.why-choose-five {
  background: #f9f9f9;
}

.insurance-carousel .item {
  margin: 20px 15px;
}

.service-card {
  box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.1803921569);
  background: #fff;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.service-card::after {
  content: "";
  position: absolute;
  background-image: url("../images/quote.webp");
  /* Update path if necessary */
  width: 64px;
  height: 64px;
  right: 20px;
  opacity: 0.2;
  bottom: 10px;
}

.service-card .text-wrap {
  position: relative;
  /* background: #fff; */
  /* padding: 15px; */
  margin-bottom: 20px;
  /* box-shadow: 0px 5px 18px 0 #0000002e; */
  /* min-height: 370px; */
}

.service-card .text-wrap::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-top: 16px solid #fff;
  bottom: -30px;
  left: 30px;
}

.service-card .text-wrap p {
  margin: 0;
}

.service-card .images-name {
  display: flex;
  align-items: center;
  justify-content: left;
}

.service-card .images-name img {
  width: 90px;
}

.service-card .images-name h5 {
  padding-left: 15px;
  padding-top: 25px;
}

.service-card .images-name h5 .position {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.mutual-banner-content {
  position: absolute;
  /* Allows you to position the heading anywhere */
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Adjusts the position back to center */
  text-align: center;
  /* Center the text */
  color: #fff;
  /* Change color for better visibility */
  z-index: 1;
  /* Ensure it appears above the background */
}

.mutual-banner-title {
  font-size: 2rem;
  /* Adjust size as needed */
  /* Optional styles for better readability */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  /* Adds a shadow for better contrast */
}

.ridge-border {
  border: 4px ridge #3764a1;
  /* Change color as needed */
  padding: 10px;
  /* Adjust padding for spacing */
  margin: 20px 0;
  /* Adjust margin for spacing */
  border-radius: 5px;
  /* Optional: add border radius for rounded corners */
  background-color: #f4f5f8;
  /* Optional: set background color */
}

.service-content {
  /* Increased padding for the whole section */
  border-radius: 10px;
  /* Rounded corners */
  margin-bottom: 30px;
  /* Space below the section */
}

.ridge-border {
  padding: 20px;
  /* Increased padding for border sections */
  margin: 20px 0;
  /* Space between ridge sections */
  border-radius: 8px;
  /* Rounded corners */
  background-color: #fff;
  /* White background for contrast */
}

.cki-listing {
  list-style: none;
  /* Remove bullet points */
  padding: 0;
  /* Remove padding */
}

.cki-listing li {
  background: #f4f5f8;
  /* Light background for list items */
  border-radius: 5px;
  /* Rounded corners */
  padding: 10px;
  /* Padding for list items */
  transition: background 0.3s ease;
  /* Transition for hover effect */
}

.mutual-fund-info {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

section.mutual-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
}

.img-mf img {
  height: 100%;
  width: 80%;
}

.mf-bg-light {
  background-color: rgba(240, 235, 235, 0.4392156863);
  border: 1px outset;
}

.mutual-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--rv-white);
  /* Text color to contrast with background */
}

.mutual-banner .banner-content {
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mutual-banner .banner-content {
    height: 400px;
  }
}

.mutual-banner h1 {
  font-size: 3rem;
  /* Adjust font size as needed */
  margin-bottom: 15px;
  /* Space below the title */
}

.mutual-banner .lead {
  color: #a28888;
  font-size: 16px;
  /* Adjust lead paragraph size */
  margin-bottom: 20px;
  /* Space below the paragraph */
}

.btn {
  background-color: var(--rv-primary);
  border: none;
  border-radius: 25px;
  padding: 5px 25px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: var(--rv-secondary);
  /* Change on hover */
  color: var(--rv-white);
  /* Ensure text color contrasts */
}

@media (max-width: 768px) {
  .mutual-banner h1 {
    font-size: 2.5rem;
    /* Adjust font size for smaller screens */
  }
  .mutual-banner .lead {
    font-size: 1rem;
    /* Adjust lead paragraph size for smaller screens */
  }
  .img-mf img {
    height: 300px;
    /* Adjust image height for smaller screens */
  }
}
.mf-heading {
  text-align: center;
  /* Center-align heading and paragraph */
  margin-bottom: 2rem;
  /* Space between heading and calculator */
}

.mf-calculator-container {
  border-radius: 60px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 4rem;
  transition: transform 0.3s;
  background: #fff;
}

.investment-content {
  margin-top: 1.5rem;
  /* Space above investment content */
}

.mutual-fund-calculator .mf-heading {
  /* Styles for the heading section */
  margin-bottom: 20px;
  /* Example spacing */
}

.mutual-fund-calculator .mf-heading h2, .top_fund_performance-section .mf-heading h2 {
  /* Styles for the h2 element */
  font-size: 24px;
  /* Example font size */
  color: var(--rv-primary);
  /* Example color */
}

.mutual-fund-calculator .mf-heading h2 span {
  /* Styles for the span inside h2 */
  font-weight: bold;
  /* Example font weight */
}

.mutual-fund-calculator .mf-heading p {
  /* Styles for the paragraph */
  font-size: 16px;
  /* Example font size */
  color: var(--rv-gray);
  /* Example color */
  line-height: 1.5;
  /* Example line height */
}

.mf-calculator-container span {
  color: #9a9494;
}

.mf-nfo-section .nfo-content {
  margin-top: 10px;
  height: 300px;
  border: 1px ridge grey;
  border-radius: 30px 30px 60px 60px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 4rem;
  transition: transform 0.3s;
  background: #fff;
}

.mf-nfo-section .nfo-img img {
  position: relative;
  top: -39px;
  left: -58px;
  width: 445px;
  height: 298px;
  border-radius: 25px 0 0 65px;
}

.mf-nfo-section .nfo-btn-container {
  position: relative;
  top: 15px;
  /* color: #fff; */
}

.nfo-btn-container .btn {
  color: #fff;
}

.mf-invest-section {
  height: 100%;
}

.mf-invest-section .mf-invest {
  margin-top: 10px;
  height: 320px;
  border: 1px ridge grey;
  border-radius: 30px 30px 60px 60px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 4rem;
  transition: transform 0.3s;
  background: #fff;
}

.mf-invest-section .img-mf-invest img {
  position: relative;
  top: -40px;
  left: 60px;
  width: 510px;
  height: 318px;
  border-radius: 0px 30px 65px 0px;
}

.mf-invest-section .mf-invest-btn-container {
  position: relative;
  top: 35px;
  /* color: #fff; */
  left: 160px;
}

.mf-invest-section .mf-invest-btn-container .btn {
  color: #fff;
}

.mf-what-do-section {
  border-radius: 60px;
  padding: 4rem;
  transition: transform 0.3s;
  background: #fff;
}

.mf-what-do-section .what-do-content {
  margin-top: 10px;
  height: 400px;
  border: 1px ridge grey;
  border-radius: 30px 30px 60px 60px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 4rem;
  transition: transform 0.3s;
  background: #fff;
}

.mf-what-do-section .what-do-content .mutual-fund-btn-container {
  /* color: #fff; */
  position: relative;
  top: -5px;
}

.mf-what-do-section .mutual-fund-btn-container .btn {
  color: #fff;
}

.mf-what-do-section .what-do-img img {
  position: relative;
  top: -41px;
  left: -58px;
  width: 100%;
  height: 399px;
  border-radius: 25px 0px 0px 65px;
}

.mf-faq {
  /* margin-top: -3px; */
  border: 1px ridge grey;
  border-radius: 15px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  /* transition: transform 0.3s; */
  background: #fff;
}

/* General styles for the mf-cards-section */
.mf-cards-section {
  background-color: #f4f5f8;
  /* Soft background color */
  padding: 50px 0;
}

/* Styling individual card titles */
.mf-cards-section .mf-card .card-title {
  font-weight: bold;
  color: #3764a1;
  /* Primary color */
  margin-bottom: 15px;
}

/* Paragraph text under each card title */
.mf-cards-section .mf-card p {
  color: #726d7b;
  /* Light gray text */
  margin-bottom: 20px;
}

/* Styling the list in the 'Advantages of Mutual Funds' section */
.mf-cards-section .mf-card ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #726d7b;
  line-height: 40px;
}

.mf-cards-section .mf-card ul li {
  margin-bottom: 10px;
}

/* Styling each individual card */
.mf-cards-section .mf-card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 335px;
}

/* Adding a decorative line before each card */
.mf-cards-section .mf-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3764a1;
  /* Primary color */
  border-radius: 4px 4px 0 0;
}

.mf-cards-section .mf-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -10px;
  width: 60px;
  height: 60px;
  background-color: #3764a1;
  border-radius: 50%;
  transform: translate(10px, 10px);
}

.mf-other-section .card {
  position: relative;
  border-radius: 20px;
  /* Ensure the card has rounded corners */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: adds subtle shadow for better visibility */
  transition: all 0.3s ease;
}

.mf-other-section .accordion-btn {
  position: relative;
  padding: 10px 20px;
  background-color: var(--rv-primary);
  /* Primary color for button background */
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.mf-other-section .accordion-btn.active::before {
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
  /* Rotates the circle when active */
}

.mf-other-section .accordion-btn:hover {
  background-color: var(--rv-secondary);
  /* Secondary color for button background on hover */
  transition: 0.5s;
  padding-left: 30px;
  /* Adds padding on hover for a smooth effect */
}

.mf-other-section .accordion-btn.active {
  background-color: var(--rv-secondary);
}

.mf-other-section .accordion-content {
  display: none;
  padding: 15px;
  background-color: var(--rv-secondary-light);
  /* Lighter secondary color for content background */
  border-radius: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.mf-other-section .accordion-btn.active + .accordion-content {
  display: block;
}

.mf-other-section .accordion-btn + .accordion-content {
  display: none;
}

/* Parent section targeting */
.mf-other-section {
  background-color: #f9f9f9;
  /* Light background */
}

/* Heading styles */
.mf-other-section .mf-heading h2,
.mf-other-section .mf-heading h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Investment card design */
.mf-other-section .card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0 70px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .mf-other-section .card {
    margin: 20px 0 50px;
  }
}

/* Hover effect for cards */
.mf-other-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mf-other-section .card:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  /* Optional: reduces pattern intensity on hover */
}

/* Accordion Section */
.mf-other-section .accordion-section h4 {
  font-weight: 600;
  color: #3764a1;
  margin-bottom: 15px;
}

.mf-other-section .accordion-section p {
  color: #726d7b;
  margin-bottom: 10px;
}

/* Accordion Button styles */
.mf-other-section .accordion-btn {
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.mf-other-section .accordion-btn::before {
  content: "+";
  /* FontAwesome downward arrow */
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Accordion button hover effect */
.mf-other-section .accordion-btn:hover {
  background-color: #3764a1;
}

.mf-other-section .accordion-btn:focus {
  outline: none;
}

/* Accordion content */
.mf-other-section .accordion-content {
  padding: 15px;
  background-color: #f4f5f8;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
}

/* Accordion active state */
.mf-other-section .accordion-btn.active::before {
  transform: translateY(-50%) rotate(180deg);
  /* Arrow rotate */
}

.mf-other-section .accordion-btn.active + .accordion-content {
  display: block;
}

/* NFO content design */
.mf-other-section .nfo-content .col-sm-5 {
  position: relative;
}

.mf-other-section .nfo-content .nfo-img img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.mf-other-section .nfo-content .nfo-img img:hover {
  transform: scale(1.05);
}

.mf-other-section .card::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #3764a1;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.3s ease;
  /* Optional: add a smooth transition for hover effect */
}

.mf-other-section .card:hover::before {
  background-color: #3764a1;
  /* You can change the color on hover if desired */
}

/* Targeting the rows within the section */
.mf-invest-part .row {
  margin-bottom: 30px;
}

.mf-invest-part .nfo-content h3 {
  margin-bottom: 15px;
}

.mf-invest-part .nfo-content p {
  line-height: 1.6;
}

/* Accordion section styling */
.mf-invest-part .accordion-section {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.mf-invest-part .accordion h4 {
  margin-bottom: 15px;
}

.mf-invest-part .accordion p {
  margin-bottom: 20px;
}

/* Accordion buttons styling */
.mf-invest-part .accordion-btn {
  background-color: #3764a1;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Accordion content styling */
.mf-invest-part .accordion-content {
  padding: 15px 20px;
  background-color: #f4f9f0;
  display: none;
  border-left: 3px solid #3764a1;
  border-radius: 0 0 5px 5px;
  font-size: 1rem;
  color: #726d7b;
}

/* Show content when accordion is active */
.mf-invest-part .accordion-btn.active + .accordion-content {
  display: block;
}

.mf-invest-part .accordion-section::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #3764a1;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.3s ease;
}

/* Parent class styling */
.mf-invest-part {
  color: var(--rv-gray, #333);
  background-color: var(--rv-primary-light, #f4f9f0);
}

/* Row styling */
.mf-invest-part .nfo-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
  align-items: center;
}

.mf-invest-part .nfo-content {
  flex: 1;
  position: relative;
  padding: 20px;
  border: 1px solid var(--rv-gray, #ccc);
  background-color: var(--rv-white, #fff);
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ::before and ::after for modern design */
.mf-invest-part .nfo-content::before,
.mf-invest-part .nfo-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease;
}

/* Top left and bottom right decorative lines */
.mf-invest-part .nfo-image::before {
  width: 60px;
  height: 3px;
  background-color: var(--rv-primary, #6bb543);
  top: 15px;
  left: 15px;
}

.mf-invest-part .nfo-image::after {
  width: 3px;
  height: 60px;
  background-color: var(--rv-secondary, #3764a1);
  bottom: 15px;
  right: 15px;
}

/* Hover effect for columns */
.mf-invest-part .nfo-content:hover::before,
.mf-invest-part .nfo-image:hover::before {
  width: 100%;
}

.mf-invest-part .nfo-content:hover::after,
.mf-invest-part .nfo-image:hover::after {
  height: 100%;
}

/* Image styling */
.mf-invest-part .nfo-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  /* Ensure image appears above pseudo-elements */
}

.mf-invest-part .nfo-image-2 img {
  width: 100%;
  border-radius: 8px;
  position: relative;
  height: 400px;
  z-index: 1;
  /* Ensure image appears above pseudo-elements */
}

.mf-invest-part .nfo-image-3 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Headings styling */
.mf-invest-part h3 {
  font-weight: bold;
  color: var(--rv-primary, #6bb543);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mf-invest-part h3 i {
  margin-right: 10px;
}

.mf-invest-part h4 {
  color: var(--rv-secondary, #3764a1);
  margin-bottom: 10px;
}

/* Paragraphs styling */
.mf-invest-part p {
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.nfo-image-5 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 330px;
}

.nfo-image-6 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 395px;
}

.nfo-image-7 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 365px;
}

.nfo-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 330px;
}

.mf-invest-part .nfo-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #3764a1;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.3s ease;
}

.insurance-bg-color {
  background: var(--primary-light);
}

.insurance-page .card {
  border: 1px solid var(--rv-secondary);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.insurance-page .card2 {
  border: 1px solid var(--rv-secondary);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.insurance-page h2 {
  color: var(--rv-primary);
}

.insurance-page p {
  line-height: 1.6;
  padding: 10px;
}

.insurance-page .nfo-row {
  display: flex;
  flex-wrap: wrap;
}

.insurance-page .nfo-image-5 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
  width: 100%;
}

.insurance-page button.accordion-btn {
  padding: 10px 15px;
}

.insurance-page .accordion-btn {
  background: var(--rv-primary);
  color: #fff;
  border: none;
  width: 100%;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  transition: background 0.3s;
}

.insurance-page .accordion-btn.active {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.insurance-page .accordion-btn.active i::before {
  content: "\f286";
}

.insurance-page .accordion-btn:hover {
  background: var(--rv-primary);
  color: #fff;
}

.insurance-page .accordion-content {
  display: none;
  background: var(--rv-secondary-light);
  border-radius: 5px;
  border-left: 3px solid var(--rv-secondary);
  line-height: 1.5;
}

p.about-seven__experience-text.mt-3.fw-bold.text-uppercase {
  padding: 0;
}

h3.odometer.display-4 {
  margin: 5px;
}

.services-six__icon .insu-img {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-six__icon .insu-img img {
  width: 55px;
  height: 55px;
}

.form-control {
  display: block;
  /* width: 100%; */
  height: 85px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.img-wrapper {
  display: inline-block;
  margin: 0 10px;
  height: 60px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
}

.mobile-app-section {
  background: var(--primary-light);
}

.download-app-btn {
  position: fixed;
  bottom: 165px;
  right: 35px;
  background-color: var(--rv-primary);
  color: var(--rv-secondary);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  font-size: 10px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .download-app-btn {
    display: none;
  }
}

.download-app-btn:hover {
  background-color: #fff;
}

.logo {
  height: 135px;
  width: auto;
}

.logo img {
  height: 100%;
  width: auto;
}

.iframe {
  margin-top: 25px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.popup-content {
  background: white;
  width: 450px;
  margin: 100px auto;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: 5px;
  font-size: 36px;
  cursor: pointer;
  z-index: 999;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.award-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.award-box:hover {
  transform: translateY(-5px);
}

.award-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.award-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.award-box:hover .award-img img {
  transform: scale(1.05);
}

.award-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.award-box:hover .award-title {
  opacity: 1;
  transform: translateY(0);
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-btn {
  background: #26338a;
  text-align: center;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

a.cta-btn:hover {
  color: #aaa;
}

/* === SIP Calculator === */
.sip-calculator-section .sip_calculator {
  margin-top: 0;
}

.sip-calculator-section .sip_calculator .sip_box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
}

.sip-calculator-section .sip_calculator .ui-slider {
  background: var(--rv-secondary-light);
  border: 1px solid rgba(138, 138, 138, 0.8156862745);
  border-radius: 20px;
  display: inline-block !important;
  width: 100%;
  height: 8px;
}

.sip-calculator-section .sip_calculator .ui-slider .ui-slider-handle {
  background: var(--rv-primary);
  border: 1px solid var(--rv-black);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  cursor: pointer;
}

.sip-calculator-section .sip_calculator .form-control {
  max-width: 100%;
  border: 1px solid var(--rv-primary);
  color: var(--rv-black);
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  border-radius: 3px;
  position: relative;
}

.sip-calculator-section .sip_calculator .form-group label {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 0;
  width: calc(100% - 130px);
  position: relative;
  color: #1c1817;
}

.sip-calculator-section .sip_calculator .form-group .input-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.sip-calculator-section .sip_calculator .form-group .input-card label {
  flex: 1 0 190px;
}

.sip-calculator-section .sip_calculator .form-group .input-card .input-box {
  position: relative;
  flex: 1 0 160px;
}

.sip-calculator-section .sip_calculator .form-group .input-card .input-box::after {
  position: absolute;
  content: attr(datasimball);
  font-size: 18px;
  color: var(--rv-primary);
  z-index: 9;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* === Chart Box Fix === */
.sip-calculator-section .sip_cart {
  position: relative;
  padding-top: 0;
  height: auto;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.sip-calculator-section .sip_cart #sipchart {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 320px;
}

/* === Output Boxes === */
.sip-calculator-section .calculator_output {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.sip-calculator-section .calculator_output .datavalue {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--rv-primary);
  padding: 20px;
  border-radius: 10px;
  flex: 1 0 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--rv-primary-light);
}

.sip-calculator-section .calculator_output .datavalue:nth-child(1) {
  color: var(--rv-primary);
}

.sip-calculator-section .calculator_output .datavalue:nth-child(2) {
  color: var(--rv-secondary);
}

.sip-calculator-section .calculator_output .datavalue:nth-child(2) span::before {
  color: var(--rv-secondary);
}

.sip-calculator-section .calculator_output .datavalue:nth-child(3) {
  color: #009688;
}

.sip-calculator-section .calculator_output .datavalue:nth-child(3) span::before {
  color: #009688;
}

.sip-calculator-section .calculator_output .datavalue span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}

.sip-calculator-section .calculator_output .datavalue span::before {
  content: "₹";
  font-size: 22px;
  color: var(--rv-primary);
}

/* === Responsive Fixes === */
@media only screen and (max-width: 767px) {
  .sip-calculator-section .calculator_output {
    flex-direction: column;
    gap: 15px;
  }
  .sip-calculator-section .calculator_output .datavalue {
    margin: 0;
    flex: 1 0 auto;
  }
  .sip-calculator-section .sip_calculator .form-group .input-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .sip-calculator-section .sip_calculator .form-group .input-card label,
  .sip-calculator-section .sip_calculator .form-group .input-card .input-box {
    flex: 1 0 100%;
  }
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.custom-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.rvg-tabs .nav-item .nav-link.active {
  background: var(--rv-secondary);
  color: var(--white);
}

.form-group {
  margin: 10px;
}

.social-midia-f {
  overflow: hidden;
  z-index: 99;
}
.social-midia-f ul {
  margin: 0;
}
.social-midia-f ul li {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(110px);
  right: 0;
  list-style: none;
  background: #ddd;
  padding: 5px;
  max-width: 150px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #ddd;
  transition: 0.5s;
  z-index: 99;
}
.social-midia-f ul li:nth-child(1) {
  margin-top: -125px;
}
.social-midia-f ul li:nth-child(2) {
  margin-top: -75px;
}
.social-midia-f ul li:nth-child(3) {
  margin-top: -25px;
}
.social-midia-f ul li:nth-child(4) {
  margin-top: 25px;
}
.social-midia-f ul li:nth-child(5) {
  margin-top: 75px;
}
.social-midia-f ul li:nth-child(6) {
  margin-top: 125px;
}
.social-midia-f ul li:nth-child(7) {
  margin-top: 175px;
}
.social-midia-f ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}
.social-midia-f ul li a .name-links {
  transition: 0.5s;
  font-weight: 600;
  opacity: 0;
  margin-left: 5px;
}
.social-midia-f ul li a .icone {
  display: flex;
  justify-content: center;
  transition: 0.5s;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
}
.social-midia-f ul li a .icone img {
  width: 25px;
  height: 25px;
}
.social-midia-f ul li:hover {
  transition: 0.5s;
  transform: translateY(-50%) translateX(0);
  background: var(--white);
  border-right: unset;
}
.social-midia-f ul li:hover a .icone {
  transition: 0.5s;
  background: #ddd;
}
.social-midia-f ul li:hover a .name-links {
  transition: 0.5s;
  color: var(--bg-primary);
  opacity: 1;
}

.section.section.about-value-section .value-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section.section.about-value-section .value-box .text {
  width: 100%;
  display: block;
  height: 100%;
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .about-main-section .row {
    gap: 40px;
    flex-direction: column-reverse;
  }
}

.rv-mobile-menu {
  display: none;
}
.rv-mobile-menu i {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .rv-mobile-menu {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  nav#main-nav {
    display: none;
    transition: 0.5s;
    transform: translateX(-100%);
  }
  .rvmenuopen .rv-mobile-menu i {
    color: var(--white);
    font-size: 30px;
  }
  .rvmenuopen .rv-mobile-menu i::before {
    content: "\f659";
  }
  .rvmenuopen .rv-mobile-menu {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.368627451);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 11;
    padding-left: 280px;
    left: 0;
    top: 0;
    color: #fff;
  }
  .rvmenuopen #main-nav > ul > .menu-item.menu-item-has-children::after {
    content: unset;
  }
  .rvmenuopen nav#main-nav {
    padding: 20px;
    position: fixed;
    max-width: 280px;
    width: 100%;
    background: #fff;
    display: block;
    left: 0;
    top: 0;
    transition: 0.5s;
    transform: translateX(0%);
    height: 100vh;
    z-index: 99999;
    box-shadow: 0 0 10px 0 #bbb;
  }
  .rvmenuopen nav#main-nav > ul {
    flex-wrap: wrap;
  }
  .rvmenuopen nav#main-nav > ul > li {
    display: block;
    width: 100%;
  }
  .rvmenuopen nav#main-nav > ul > li .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-top: 20px;
  }
}
.rv-page-insurance2 .mutual-banner .banner-content {
  padding: 0;
}
.rv-page-insurance2 .row {
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .rv-mutual-inner-section .row {
    flex-direction: column-reverse;
  }
}
.rv-mutual-inner-section .banner-content {
  height: auto;
}

@media only screen and (max-width: 992px) {
  .nfo-image-6 img {
    margin-top: 20px;
  }
  .nfo-image-7 img,
  .nfo-image-5 img,
  .nfo-image img {
    margin-bottom: 20px;
  }
}
.contact-section {
  background: linear-gradient(0deg, var(--white) 70%, var(--primary-light) 50%);
}
.contact-section .iframe {
  padding-top: 40%;
}

section.main-section.mutual-banner.rv-mutual-inner-section.mf-bg-light .row {
  align-items: anchor-center;
}


/* Container & Columns */
.mobile-app-section .mobile-apps {
  position: relative;
}
.mobile-app-section .mobile-apps .mobile-apps-col {
  position: static;
}

/* Dots / Hover items */
/*
.mobile-app-section .mobile-apps .owl-dots {
  position: absolute;
  left: -100%;
  top: -30px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .mobile-app-section .mobile-apps .owl-dots {
    position: static;
  }
}
*/

.mobile-app-section .mobile-apps .owl-dot {
  background-color: #fff;
  width: 100%;
  height: 105px;
  display: block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 6px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.mobile-app-section .mobile-apps .owl-dot.active {
  background: #00418c;
}

/* Icon container */
.mobile-app-section .mobile-apps .owl-dot span::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 6px;
  left: 10px;
  background-size: contain;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-app-section .mobile-apps .owl-dot span::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  left: 15px;
  background-size: contain;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Icons for each dot */
.mobile-app-section .mobile-apps .owl-dot:nth-child(1) span::after {
  background-image: url(../images/icone/app-icon1.webp);
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(2) span::after {
  background-image: url(../images/icone/app-icon2.webp);
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(3) span::after {
  background-image: url(../images/icone/app-icon3.webp);
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(4) span::after {
  background-image: url(../images/icone/app-icon4.webp);
}

/* Titles and descriptions */
.mobile-app-section .mobile-apps .owl-dot::after {
  position: absolute;
  top: 5px;
  left: 65px;
  color: #222;
  font-weight: 500;
  line-height: 26px;
}
.mobile-app-section .mobile-apps .owl-dot.active::after {
  color: #fff;
}

.mobile-app-section .mobile-apps .owl-dot:nth-child(1)::after { content: "Family Portfolio Tracker"; }
.mobile-app-section .mobile-apps .owl-dot:nth-child(2)::after { content: "Goal Tracker"; }
.mobile-app-section .mobile-apps .owl-dot:nth-child(3)::after { content: "Financial Calculators"; }
.mobile-app-section .mobile-apps .owl-dot:nth-child(4)::after { content: "Mutual Fund Research Reports"; }

.mobile-app-section .mobile-apps .owl-dot::before {
  position: absolute;
  top: 30px;
  left: 65px;
  line-height: 17px;
  font-weight: 400;
  color: #222;
}
.mobile-app-section .mobile-apps .owl-dot.active::before { color: #fff; }

.mobile-app-section .mobile-apps .owl-dot:nth-child(1)::before {
  content: "Easily monitor and manage your family’s entire investment portfolio in one place. Get a consolidated view of performance for informed decisions.";
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(2)::before {
  content: "Set and track your financial goals with ease. Keep your progress on track with personalized updates and insights.";
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(3)::before {
  content: "Access a suite of calculators to plan for Investments, Retirement, Loans, and more. Make smarter financial decisions with accurate projections.";
}
.mobile-app-section .mobile-apps .owl-dot:nth-child(4)::before {
  content: "Explore comprehensive research reports to make data-driven Mutual Fund investment choices. Stay informed with expert analysis and market insights.";
}

/* Main screen image */
.mobile-screen img {
  margin: 0 auto;
  height: 330px;
  transition: all 0.3s ease;
}


/* ==== RV Loan Hero Section ==== */
.rv-loan-hero {
    position: relative;
    background: url('https://midasfinserve.com/demo/assets/images/loan-bg.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.rv-loan-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 42, 82, 0.9), rgba(20, 80, 160, 0.7));
    z-index: 1;
}
.rv-loan-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rv-loan-text {
    max-width: 800px;
}
.rv-loan-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.rv-loan-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
}
.rv-loan-actions a {
    display: inline-block;
    margin: 8px;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.rv-loan-btn-primary {
    background: #fff2c6;
    color: #000;
}
.rv-loan-btn-primary:hover {
    background: #e65c2d;
}
.rv-loan-btn-secondary {
    background: #fff;
    color: #002a52;
}
.rv-loan-btn-secondary:hover {
    background: #f1f1f1;
}
.rv-loan-btn-light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
}
.rv-loan-btn-light:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
    .rv-loan-hero {
        padding: 80px 20px;
    }
    .rv-loan-title {
        font-size: 34px;
    }
    .rv-loan-subtitle {
        font-size: 18px;
    }
}
/* ==== Loan Content Section ==== */
.loan-content {
    padding: 60px 0;
}
.loan-content h2,
.loan-content h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--rv-primary, #002a52);
}
.loan-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

/* Styled List */
.loan-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    gap: 15px;
}
.loan-content ul li {
    position: relative;
    background: #f8faff;
    border: 1px solid #e0ecf7;
    padding: 15px 20px 15px 55px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #002a52;
    transition: all 0.3s ease-in-out;
}
.loan-content ul li::before {
    content: "✔️";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ff6b35;
}
.loan-content ul li:hover {
    background: #fff4ef;
    border-color: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}
/* ==== RV Accordion Styles ==== */
.rv-accordion {
  margin-top: 20px;
}
.rv-accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.rv-accordion-item.active {
  border-color: var(--rv-primary, #003366);
}

.rv-accordion-header {
  width: 100%;
  background: #f5f7fa;
  color: #333;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  text-align: left;
  transition: background 0.3s;
}
.rv-accordion-header:hover {
  background: #eaf1fb;
}

.rv-accordion-header .rv-icon {
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s;
}

.rv-accordion-item.active .rv-icon {
  transform: rotate(45deg); /* + turns into × */
}

.rv-accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.rv-accordion-item.active .rv-accordion-body {
  padding: 15px 20px;
  max-height: 500px;
}

.rv-accordion button, .rv-accordion  input[type=button],.rv-accordion input[type=reset], .rv-accordion  input[type=submit] {
    background:#fff2c6;
}
.get-insuracne-three__form .section-title-four__title {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.get-insuracne-three__form .form-group {
	margin:0px;
    margin-bottom: 10px;
}


.service-partner-box {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scroll-track {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
}

.img-wrapper img {
  display: block;
  object-fit: contain;
  height: 65px;
}