:root {
  --body-bg: #fff;
  --dark-body-bg: #000;
  --body-text: #000;
  --dark-body-text: #fff;
  --primary-color: #49ad8b;
  --primary-bg-color: #49ad8b;
  --secondary-color: #000;
  --secondary-bg-color: #000;
  --heading-color: #000;
  --paragraph-color: #454545;
  --text-black: #000;
  --bg-black: #000;
  --text-white: #fff;
  --bg-white: #fff;
  --primary-color-opacity: #dfece8;
  --bg-white-opacity: rgba(255, 255, 255, 0.5);
  --bg-white-opacity2: rgba(255, 255, 255, 0.8);
}

body {
  background: var(--body-bg);
  color: var(--body-text);
  font-family: "Lato", sans-serif;
	
    font-size: 1.1rem;
  overflow-x: hidden;
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-white);
}

.container {
  overflow: hidden;
}

.top-header {
  background-color: var(--primary-color);
  padding: 10px 0;
}

header .logo {
  overflow: hidden;
}

header .logo img {
  width: 100% !important;
}

ul.hdrcntdtls {
  list-style: none;
  color: #ffffff;
}

ul.hdrcntdtls li {
  display: inline-block;
  margin-right: 25px;
}

ul.hdrcntdtls i {
  margin-right: 5px;
}

ul.socialicons {
  list-style: none;
  color: #ffffff;
  text-align: right;
}

ul.socialicons li {
  display: inline-block;
  margin-left: 25px;
}

.paracontent ul {
  margin-left: -26PX;
}

.sensex {
  padding: 40px 0;
}

.ppo img {
  width: 100px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 5px;
}

.ppo .col-md-4 {
  text-align: center;
}

.uselink li {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid white;
}

.uselink {
  list-style: none;
  background: #415788;
  padding: 0px !important;
}

.uselink li a,
.uselink li a:hover {
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none;
}

section#ourservices {
  background: #bae0d3;
  color: #ffffff;
  background-size: cover;
}
section#ourservices h4, section#ourservices p {
    color: #000;
}
input#submit {
  background-color: #21d45c;
  border: 0;
  color: #ffffff;
  clear: both;
  padding: 5px 15px;
}

.top-header ul {
  margin-bottom: 0;
  padding-left: 0;
}

#menu .navbar-dark .navbar-nav .nav-link {
  color: var(--text-black);
  letter-spacing: 1px;
}

#menu {
  float: right;
}

header {
  background-color: #fff;
}

div#menu .nav-item {
  margin-left: 5px;
}

div#menu .navbar {
  padding-right: 0;
  padding-right: 0;
  /*margin-top: 20px;*/
}

.bottom-header {
  padding: 10px 0;
  background: var(--bg-white);
}

.carousel-control-prev-icon {
  background-image: url(images/arrow-left.png);
}

.carousel-control-next-icon {
  background-image: url(images/arrow-right.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 68px;
  height: 93px;
}

.prtlgn {
  background-color: var(--primary-color);
  color: #ffffff !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800 !important;
  padding: 7px 17px !important;
  font-size: 12px;
  line-height: 21px;
  /*float: right;*/
  /*font-weight: 800;*/
}

.header-slider {
  position: relative;
}

.header-slider header {
  position: relative;
  width: 100%;
  /*top: 20px;*/
  background-color: #fff;
  z-index: 9;
}

.sectionwise {
  padding: 40px 0;
}

.sectionwise h2 {
  color: #000;
  width: 100%;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 30px;
}

.sectionwise h2 span {
  color: var(--primary-color);
}

section#aboutus p {
  text-align: justify;
}

a {
  color: var(--primary-color);
}

section#investcorner {
  background-size: cover;
}

.ourservs {
  background-color: rgba(60, 86, 135, 0.92);
  padding: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 170px;
  text-align: center;
  margin-bottom: 20px;
}

.ourservs:hover {
  background-color: #ffffff;
}

section#ourservices a {
  text-decoration: none;
}

.ourservs img {
  margin-bottom: 10px;
  display: inline-block;
  width: 75px;
}

.ourservs p {
  text-align: left;
  margin: 10px 0 10px 20px;
  font-size: 15px;
  color: #fff;
  clear: both;
  max-height: 42px;
  overflow: hidden;
}

.ourservs:hover p {
  color: #000;
}

.ourservs h4.title {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 25px;
}

.ourservs:hover h4.title {
  color: #000;
}

.ourservs h4 span {
  font-size: 22px;
}

.ourservs a {
  background-color: #21d45c;
  color: #ffffff;
  padding: 8px 16px;
}

section#investcorner a {
  text-decoration: none;
}

.investcrnr img {
  margin-bottom: 10px;
  min-height: 70px;
}

.investcrnr {
  padding: 2px;
  border-bottom: 4px solid transparent;
  text-align: center;
  margin-top: 50px;
}

.investcrnr h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 0;
}

.investcrnr p {
  margin: 10px 0 0;
  height: 160px;
  font-size: 15px;
}

.investcrnr a {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: normal;
  font-size: 16px;
  width: 130px;
  margin: 0px auto;
  display: block;
}

section#investcorner .clearfix,
section#ourservices .clearfix {
  margin: 15px 0;
  height: 1px;
  width: 100%;
}

#utiltytestimonial {
  background-image: url(images/utility-testimonial.png);
  background-size: cover;
  padding: 50px 0;
}

#utiltytestimonial .testimonial {
  padding: 30px 0 15px 0;
}

#utiltytestimonial .img-part {
  padding: 0;
}

#utiltytestimonial .testimonial-images img {
  width: 100%;
}

#utiltysection_only {
  background-color: #f3f3f3;
}

.utitlty ul {
  list-style: none;
  padding-left: 0;
}

.utitlty img {
  float: left;
}

.utitlty .utiltydesc {
  width: 82%;
  float: right;
}

#demo1 .carousel-item {
  text-align: center;
}

ul.carousel-indicators li {
  background-color: #6a6665;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.carousel-indicators .active {
  background-color: var(--primary-color);
}

#demo1 .carousel-indicators .active {
  background-color: var(--primary-color);
}

#demo1 .carousel-indicators {
  bottom: -25px;
}

section#footermenu {
  background-color: #49ad8b;
  padding: 10px 0;
}

section#footermenu ul li {
  list-style: none;
  display: inline-block;
}

section#footermenu ul {
  margin-bottom: 0;
}

section#discliamer {
  background: #353434;
}

section#footermenu ul {
  padding-left: 0;
}

section#footermenu ul li a {
  color: #ffffff;
  margin-right: 25px;
}
section#footermenu ul.sociallinks li a {
    color: #000;
	text-decoration: unset;
}
ul.sociallinks {
  text-align: right;
}

ul.sociallinks li {
  background-color: #bae0d3;
  text-align: center !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

section#discliamer {
  background: #bae0d3;
  color: #000;
  text-align: justify;
}

section#discliamer p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

section#discliamer h5 {
  font-weight: bold;
}

ul.ftrnav {
  margin-top: 9px;
}

ul.sociallinks li a {
  margin-right: 0 !important;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.formetng {
  background-color: var(--primary-color-opacity);
  padding: 15px;
  min-height: 332px;
}

.formetng h4 {
  text-align: center;
  margin-bottom: 20px;
}

/*.formetng input {
    padding: 7px 8px;
    width: 100%;
    box-shadow: 0px 3px 4px 0px #8a8b93;
       border: 1px solid #8a8b93;
}*/
.formetng button {
  cursor: pointer;
  background-color: var(--primary-color);
  border: 0;
  color: #ffffff;
  float: right;
  clear: both;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
  float: none;
  border-radius: 4px;
  color: #fff;
}

#newsvedio .tab-content {
  background-color: #f6f6f6;
  float: right;
  width: 339px;
  height: 400px;
}

#newsvedio .nav-pills {
  background-color: #f6f6f6;
  float: left;
}

#newsvedio .nav-pills li {
  display: block;
  width: 100%;
}

#newsvedio .nav-link {
  padding: 83px 0;
  text-align: center;
  font-size: 23px;
  color: #4a4a4a;
}

#newsvedio .nav-pills .nav-link.active,
#newsvedio .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.newsvido {
  background-color: #f6f6f6;
}

#testimonial {
  background-image: url("images/testimonialbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#testimonial h2,
#testimonial p {
  color: #ffffff;
}

#testimonial p {
  margin-bottom: 0;
}

#testimonial img {
  margin-bottom: 15px;
}

ul.contactdetailsftr {
  list-style: none;
}

ul.contactdetailsftr i {
  margin-right: 10px;
  color: var(--primary-color);
}

ul.contactdetailsftr li {
  margin-bottom: 13px;
}

.footer {
  background-color: #1d1c1c;
  padding: 10px 0;
}

.footer p {
  color: #ffffff;
  margin-bottom: 0;
}

.rightftr {
  text-align: right;
}

section#contentpage {
  padding: 25px 0;
  background-color: #eeeeee;
  min-height: 570px;
}

.titlecontent {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 5px 15px;
  font-size: 26px;
}

.paracontent {
  text-align: justify;
}

ul.contactusdetails {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.contactusdetails li i {
  margin-right: 10px;
  color: var(--primary-color);
}

ul.contactusdetails li {
  margin-bottom: 11px;
}

.enquiryform h2 {
  /*    color: #ffffff;
  background-color: #7ba345;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  letter-spacing: 1px;*/
}

#demo .carousel-inner img {
  width: 100%;
  height: 100%;
}

div#TabbedPanels1 table {
  border-bottom: 1px solid #000;
}

ul.socialicons i {
  color: #ffffff;
}

.box_content {
  background-color: #FFFFFF;
  border: 2px solid #AE6948;
  top: 30%;
  overflow: hidden;
  padding: 15px;
  position: fixed;
  left: 50%;
  transform: translate(-30%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 430px;
  z-index: 1056;
  height: 240px;
}

.grayBox {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1055;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.imgs {
  top: 0%;
  right: 0%;
  position: fixed;
}

img#cross {
  position: relative;
  float: right;
  top: -29px;
  left: 24px;
}

.taxation .nav.nav-pills {
  background: var(--primary-color);
}

.taxation .nav.nav-pills li {
  width: 100%;
}

.taxation .nav.nav-pills li a {
  color: #ffffff;
}

.taxation .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #d7b56d;
}

.taxation {
  margin-top: 27px;
  margin-bottom: 27px;
}

.enquiryform {
  margin-top: 45px;
  margin-bottom: 30px;
}

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

#cntnt {
  background: var(--primary-color-opacity);
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: var(--primary-color);
}

@media only screen and (max-width: 1199px) {
  #menu .navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    padding: 9px 5px;
  }

}
@media only screen and (max-width: 992px) {
  .frmbl {
    text-align: center;
  }
  #menu .navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
    padding: 9px 3px;
  }
  .dropdown-item {
    font-size: 11px;
    text-align: center;
  }
  .dropdown:hover > .dropdown-menu {
    width: 45%;
    margin: 0 auto;
  }
  #menu {
    float: none;
  }
  .ourservs {
    min-height: auto;
    margin-bottom: 30px;
  }
  .investcrnr p {
    margin: 15px 0 15px;
    height: auto;
  }
  section#investcorner .clearfix,
  section#ourservices .clearfix {
    margin: 0px 0;
  }
  .investcrnr {
    min-height: 312px;
  }
  section#utiltytestimonial {
    background-image: none;
  }
  ul.ftrnav {
    text-align: center;
  }
  ul.sociallinks {
    text-align: center;
    margin-top: 10px;
  }
  .footer p {
    text-align: center;
  }
  section#utiltytestimonial {
    background-image: url(images/utitly.png);
    background-size: 100% 100%;
  }
  .header-slider header {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {

  .navbar-toggler {
    background: var(--primary-color) !important;
    margin-left: auto;
  }
  button.navbar-toggler {
    margin-right: 0;
  }
  #menu {
    text-align: right;
  }
  .prtlgn {
    margin-bottom: 7px !important;
    width: 143px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .header-slider header {
    position: relative;
    top: 0;
  }
  .utitlty {
    text-align: center;
  }
  .utitlty img {
    float: none;
  }
  .utitlty .utiltydesc {
    width: 100%;
    float: none;
  }
}
.top-text {
  position: absolute;
  bottom: 9%;
  background-color: rgba(0, 0, 0, 0.7098039216);
  padding: 20px;
  /*margin: 0px 155px;*/
  color: #fff;
  right: 6px;
  width: 57%;
}

.logo.img-responsive {
  width: auto;
  max-width: -moz-min-content;
}

.team-section h3 {
  font-size: 22px;
  margin: 15px 0;
  color: #415788;
  font-weight: 600;
}

.team-box {
  margin-bottom: 30px;
  text-align: center;
}

.team-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px;
  color: #415788;
}

.team-box h5 {
  font-size: 14px;
  margin: 0 5px;
}

.team-box .img img {
  width: 100%;
}

.form-group.submit-btn button {
  cursor: pointer;
  background-color: var(--primary-color) !important;
  border: 0;
  color: #ffffff;
  clear: both;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
  float: none !important;
  border-radius: 4px;
  color: #fff;
}

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

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

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

.btn.submit,
.calname a,
.cal-result .summary .table th,
.cal-result .sip-tg .nav li,
.presales-container .ins-amt,
.pre-inputbox #removeButton > span,
.presales-result .lc-box,
.presales-cal .sip-tg .nav li,
.presales-cal .summary table th {
  background: var(--primary-color) !important;
}

.about-banner {
  /*background-image: url(images/team/team-crescent.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center 40%;*/
  /*background-size: cover;*/
  /*width: 100%;*/
  /*max-height: 565px;*/
  /*overflow: hidden;*/
  /*height: 563px;*/
  background-image: url(images/team/team-crescent.jpg);
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: cover;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  height: 700px;
}

/*.about-banner img{
    width: 100%;
}*/
.team-section .accordian-head.ui-accordion-header {
  background-color: #eee;
  border: 2px solid #999;
  outline: none;
}

.team-section .ui-accordion-header-icon {
  display: none;
}

.team-section .member-info .team-img {
  width: 110px;
  height: 110px;
  display: inline-block;
}

.team-section .member-info .name-designation {
  display: inline-block;
  width: calc(100% - 115px);
  vertical-align: top;
}

.team-section .member-info h2 {
  color: #415788;
  font-size: 18px;
  font-weight: 600;
}

.team-section .member-info h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.about-team-info .accordion-head {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #435b8c;
  margin-top: 15px;
}

.about-team-info .active,
.about-team-info .accordion-head:hover {
  background-color: #eee;
}

.team-section .accordion-head .mail {
  margin: 45px 0px;
}

.team-section .accordion-head .mail a {
  color: #333;
  text-decoration: none;
}

.team-section .accordion-head .phone {
  margin: 45px 0px;
}

.team-section .accordion-head .phone a {
  color: #333;
  text-decoration: none;
}

.team-section .accordion-head .phone .fa.fa-phone {
  transform: rotate(95deg);
}

.team-section .accordion-head .profile {
  margin: 30px 0px;
}

.profile-info-box-main {
  position: relative;
}

.about-team-info .accordion {
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 150px;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
  background-color: transparent !important;
  position: absolute;
  top: 32px;
  right: 0;
  font-weight: 500;
  padding-left: 85px;
}

.about-team-info .accordion::before {
  content: "View Profile";
  position: absolute;
  left: 0;
  color: #435b8c;
}

.about-team-info .accordion.active::before {
  content: "Close Profile";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.about-team-info .accordion::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.team-section .panel {
  padding: 10px !important;
  transition: 0.5s ease-in 0s all;
}

.team-section .profile-detail .images-experience .image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.team-section .profile-detail .images-experience .details {
  display: inline-block;
  width: 79%;
  padding-left: 10px;
}

.team-section .profile-detail .images-experience .details h2 {
  font-size: 18px;
  font-weight: 600;
  color: #3f5889;
}

.team-section .profile-detail .images-experience .details h4 {
  font-size: 16px;
  font-weight: 600;
  color: #3f5889;
}

.team-section .profile-detail .images-experience .details ul {
  padding-left: 20px;
}

.team-section .profile-detail .images-experience .details ul li {
  font-size: 14px;
}

.team-section .profile-detail .images-experience .social {
  padding: 10px 0 10px 0;
}

.team-section .profile-detail .images-experience .social a,
.images-experience .social a {
  display: inline-block;
  width: 34px;
  height: 35px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  padding: 5px;
}

.team-section .profile-detail .images-experience .social a img,
.images-experience .social a img {
  width: 17px;
  margin-top: -7px;
}

.team-section .profile-detail .personal-professional h5 {
  font-size: 18px;
}

.team-section .profile-detail .personal h4 {
  font-size: 18px;
  color: #3f5889;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 15px;
}

.team-section .profile-detail .professional h4 {
  font-size: 18px;
  color: #3f5889;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 15px;
}

.team-section .profile-detail .personal-professional p {
  font-size: 14px;
}

.about-team-info .panel {
  padding: 0 15px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.team-title-describe {
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 600;
}

.about-info-content {
  margin-bottom: 40px;
}

.about-info-content p {
  margin-bottom: 5px;
}

#whychooseus_home .why-choose-us {
  background-color: #00387a;
  color: #fff;
  padding: 20px;
  min-height: 405px;
}

#whychooseus_home .why-choose-us h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #eee;
  letter-spacing: 1px;
}

#whychooseus_home .why-choose-us h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.middle-content-view img {
  height: 65px;
  width: 150px;
  margin: 10px;
  background: #fff;
}

.contain-view img {
  width: 100%;
  margin-bottom: 1rem;
}

#piechart svg g text {
  padding-right: 20px;
  right: 0px;
  position: absolute;
}

div#piechart {
  height: 320px !important;
}

.blog-post-main.related_post {
  margin-bottom: 20px;
}

.blog-post-main .post-card .time {
  margin-top: 15px;
}

.blog-post-main .post-card h4,
.text-truncate {
  padding: 10px;
  margin: 0;
  white-space: inherit;
  text-align: justify;
}

.post_pagination .pagination {
  margin-top: 1rem;
}

.blog-post-main.related_post .card .image img {
  height: 150px;
}

.blog-post-main.related_post .card.post-card {
  margin-bottom: 20px;
}

.social-icons {
  /*margin-top: 15px;*/
  display: inline-block;
  /*float: right;*/
  margin-left: 12px;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons ul li {
  display: inline-block;
  margin: 0px;
}

.social-icons ul li a {
  color: #fff;
  /*background: #171a1e;*/
  padding: 6px 10px;
  border-radius: 50%;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 24px;
}

.ach-box {
  text-align: center;
  padding: 15px 9px;
  height: 120px;
  background: var(--primary-color);
  color: #fff;
}

.header-top {
  display: flex;
  float: right;
}

.facebook-li a {
  background: #3359a4;
}

.linkedin-li a {
  background: #0073b1;
}

.twitter-li a {
  background: #009ded;
}

@media only screen and (max-width: 800px) {
	.bottom-header .row .col-lg-3.col-md-12.col-sm-3.frmbl, .bottom-header .row .col-lg-9.col-md-12.col-sm-9 {
    width: 50%;
}
			#banner-slider .banner-item img {
    height: 400px;
    object-fit: cover;
    object-position: right;
}
	.top-text {
   
    
    right: 6px;
    left: 6px;
    width: 90%;
    margin: 0 auto;
}
  .account {
    display: none;
  }
}
.about_img img {
  width: 100%;
}

.uti_box {
  color: var(--text-black);
  display: block;
  margin-bottom: 10px;
}

.fundperfonmance .one-1 {
  cursor: auto;
}

.theme-green .back-bar .pointer-label {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 600;
  top: -25px !important;
}

.bottom-header .container {
  overflow: unset;
}

.testimonial .textimonial-item {
  padding: 30px;
	    max-width: 800px;
    margin: 0 auto;
  text-align: center;
}
.testimonial .textimonial-item img {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}

.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  background: rgba(73, 173, 139, 0.4784313725) !important;
  height: 50px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.owl-theme .owl-nav button:hover {
  transition: 0.5s;
  background: rgb(73, 173, 139) !important;
}
.owl-theme .owl-nav button.owl-next {
  right: 30px;
}
.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}
.owl-theme .owl-nav button span {
  transform: scale(2.9);
  position: relative;
  top: -5px;
  color: #fff;
}

.disclaimer-sec .content-b {
  padding-top: 15px;
}
.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}
.disclaimer-sec .footer-content img {
  height: 67px;
}
.disclaimer-sec .footer-content .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}
.disclaimer-sec .footer-content .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}
.disclaimer-sec .footer-content .footer-list .contentb h5 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tyi-items {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .features-section .features-list {
    margin-top: 30px;

  }
}
.features-section .features-list{
		  padding: 0;
}
.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}
.features-section .features-list li a {
  display: block;
  text-decoration: none;
}
.features-section .features-list li a .tuia-card {
  background-color: var(--bg-white);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  transition: 0.5s;
}
.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
}
.features-section .features-list li a .tuia-card:hover::before {
  opacity: 0.5;
}
.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 100px;
  height: 150px;
  right: -35px;
  top: -61px;
  position: absolute;
  background: var(--primary-color);
  transition: 0.5s;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.features-section .features-list li a .tuia-card .content p {
  color: #555;
}
.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
}
.features-section .features-list li a .tuia-card .ih-card {
  display: flex;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone svg {
  width: 30px;
  height: 30px;
  fill: var(--rv-primary);
}
.features-section .features-list li a .tuia-card .ih-card .icone img {
  width: 100%;
}
.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin: 0;
  margin-bottom: 0;
}
.features-section .stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
.features-section .stores .stors {
  padding: 15px;
}
.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.features-section .stores .stors img {
  transition: 0.5s;
	    height: 40px;
}

#partnersSlider .image {
  border: 2px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.blog-items {
  position: relative;
}
.blog-items a {
  display: block;
  text-decoration: none;
}
.blog-items a .blog-card {
  transition: 0.5s;
}
.blog-items a .blog-card:hover {
  transition: 0.5s;
  box-shadow: 0 20px 20px 0 #ddd;
}
.blog-items a .blog-card:hover .image img {
  transform: rotate(5deg) scale(1.2);
}
.blog-items a .blog-card .image {
  overflow: hidden;
  transition: 0.5s;
}
.blog-items a .blog-card .image img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
.blog-items a .blog-card .content {
  padding: 20px;
  border: 1px solid #ddd;
  background: var(--bg-white);
  border-top: unset;
}
.blog-items a .blog-card .content ul {
  padding: 0;
}
.blog-items a .blog-card .content ul li {
  list-style: none;
  color: #777;
}
.blog-items a .blog-card .content h5 {
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-items a .blog-card .content .read-more {
  font-weight: 600;
  color: var(--rv-primary);
}

@media only screen and (max-width: 767px) {
  header .logo img {
    height: 30px;
    width: auto !important;
  }
}
div#banner-slider .banner-item img {
    max-height: 600px;
    object-fit: cover;
    object-position: top;
}
.mf_img img {
    width: 100%;
}