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



body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: var(--tp-ff-heading); */
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

hr {
  margin: 0;
}

p {

  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}


input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 45px;
  width: 100%;
  line-height: 45px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}

.btn-page {
  display: inline-block;
  padding: 10px 24px;
  background-color: #85bf4b;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 5px;
}
.btn-page:hover{
  background-color: #85bf4b;
  color: #fff;
  border-color: #85bf4b;
  transition: all 0.5s ease-in-out;
}
section{
  padding: 100px 0;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 45px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 65px;
    height: 65px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.footer-media {
    background:#85bf4b;
    color: #fff;
    position: fixed;
    top: 350px;
    left: 0;
    font-size: 45px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 60px;
    height: 220px;
    padding: 10px;
    text-decoration: none;
    border-radius: 0;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.footer-media a{
    margin-bottom: 10px;
}
.footer-media{
    display: block !important;
}
/*.googel-text{*/
/*    display: none;*/
/*}*/
/*.VIpgJd-ZVi9od-l4eHX-hSRGPd{*/
/*    display: none;*/
/*}*/
.modal-body .fileed-group{
        margin-block-end: 8px;
}
.modal-body .fileed-group input{
border-radius: 3px;
padding-left: 5px;
}
.modal-header button{
    font-size: 20px;
    border: 1px solid #000;
    padding: 3px 10px;
    border-radius: 5px;

}
/* ..................top header............... */
.top-header {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background-color: #85bf4b;
}

.top-header .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 30px;
}

.top-header .contact-info li {
  list-style: none;
}

.top-header .contact-info li a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.top-header .contact-info li a:hover{
  color: #85bf4b;
  transition: all 0.4s ease-in-out;
}
.top-header .contact-info li a i {
  padding: 5px;
}

 .social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0px;
  gap: 20px;
}

 .social-media li {
  list-style: none;
}

 .social-media li a {
  text-decoration: none;
  display: inline-block;
  color: #334141;
  font-size: 16px;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  width: 37px;
  height: 40px;
  text-align: center;
}
.social-media li a:hover{
  color: #85bf4b;
  transition: all 0.4s ease-in-out;
}
/* .................header logo............... */
.header-lower {
  padding: 14px 0px;
  border-bottom: 2px solid #ddd;
}
.header-lower .logo-box{
  width: 70%;
}
.header-lower .logo-box a img {
  width: 100%;
  height: auto;
}

.header-lower .navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 20px;
  align-items: center;
}

.header-lower .navbar-nav li a {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.header-lower .navbar-nav li a:hover{
  color: #85bf4b;
  transition: all 0.4s ease-in-out;
}
.header-lower .header-btn {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* ............sticky header............ */
#fixed-header {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.30);
  width: 100%;
  /*height: 100px;*/
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  transform: translateY(-150px);
  z-index: 100;
}
/* ..........................home banner................. */
.banner {
  height: 650px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .banner-content h1 {
  color: #2e2c2d;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.5;
}

.banner .banner-content p {
  font-size: 16px;
  color: #333;
  line-height: 2.5;
  margin-block-end: 10px;
  font-weight: 500;
}

.banner .banner-content .banner-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block-start: 20px;
}



.banner .banner-content .banner-btn .call-btn {
  color: #85bf4b;
  font-weight: 600;
}



/* ..............about us............. */


.about-us-container .about-content h6 {
  color: #85bf4b;
  font-size: 18px;
  font-weight: 600;
}

.about-us-container .about-content h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.about-us-container .about-image img {
  width: 90%;
  border-radius: 5px;
}


/* ...........services........... */
.services {
  background-color: #f8f8f8;
}

.services .service-heading h2 {
  text-align: center;
  padding-block-end: 60px;
  position: relative;
  font-weight: 500;
  font-size: 32px;
}

.services .service-heading h2::after {
  background-color: #85bf4b;
  content: "";
  display: block;
  width: 12%;
  height: 4px;
  position: absolute;
  left: 44%;
  top: 42%;
  right: 0;
  border-radius: 5px;
  border: 0;
}

.services .service-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 30px;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
}
.service-card:hover{
  background-color: #85bf4b;
  transition: all 0.5s ease-in-out;
}

.services .service-card .icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #85bf4b;
  border-radius: 10px;
  margin: auto
}
.service-card:hover .icon{
  background-color: #85bf4b;
  transition: all 0.5s ease-in-out;

}

.services .service-card .icon img {
  width: 100%;
  height: 100%;
}

.services .service-card .content {
  padding-block-start: 20px;
}

.services .service-card .content h4 {
  font-size: 22px;
  font-weight: 600;
}

.services .service-card .content p {
  color: #646464;
  margin: 0;
}
.service-card:hover h4{
  color: #fff !important;
}
.service-card:hover p{
  color: #fff !important;
}
/* ................why-choose-us............ */

.why-choose-us .why-choose-heading h2 {
  text-align: start;
  /*padding-block-end: 60px;*/
  position: relative;
  font-weight: 500;
  font-size: 32px;

}

/*.why-choose-us .why-choose-heading h2::after {*/
/*  background-color: #85bf4b;*/
/*  content: "";*/
/*  display: block;*/
/*  width: 12%;*/
/*  height: 4px;*/
/*  position: absolute;*/
/*  left: 44%;*/
/*  top: 42%;*/
/*  right: 0;*/
/*  border-radius: 5px;*/
/*  border: 0;*/
/*}*/

.why-choose-us .why-choose-card {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-block-end: 30px;
}

.why-choose-us .why-choose-card .whu-choose-card-box {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.why-choose-us .why-choose-card .whu-choose-card-box .icon {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #85bf4b;
  padding: 20px;
  border-radius: 5px 5px 0 0;
}

.why-choose-us .why-choose-card .whu-choose-card-box .icon img {
  width: 40px;
  height: 40px;
}

.why-choose-us .why-choose-card .whu-choose-card-box  h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.why-choose-us .why-choose-card .whu-choose-card-box .content {
  padding: 20px;
}
/*..............partnert.............*/
.partnert .partner-heading h2{
    text-align: center;
    padding-block-end: 60px;
    position: relative;
    font-weight: 500;
    font-size: 32px;

}

.partnert  .partner-heading h2::after {
    background-color: #85bf4b;
    content: "";
    display: block;
    width: 12%;
    height: 4px;
    position: absolute;
    left: 44%;
    top: 42%;
    right: 0;
    border-radius: 5px;
    border: 0;
}
.partnert .partner-logo{
      border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    height: 100px;
    display: flex;
    align-items: center;
}
.partnert .partner-logo img{
    width: 100%;
}
.partnert .sbi img{
    width: 70%;
    margin: auto;
}
.partnert .owl-nav{
    display: block !important;
}
.partnert .owl-nav .owl-prev{
font-size: 30px !important;
    position: absolute ;
    top: 36% !important;
    left: -4% !important;
    background-color: #ddd !important;
    /* padding: 10px; */
    border-radius: 50px !important;
    width: 36px !important;
    height: 40px !important;
    
}
.partnert .owl-nav .owl-next{
font-size: 30px !important;
    position: absolute;
    top: 36% !important;
    right: -4% !important;
    background-color: #ddd !important;
    /* padding: 10px; */
    border-radius: 50px !important;
    width: 36px !important;
    height: 40px !important;
    
}
.partnert .partner-bg:before{
    background-color: #85bf4b;
    content: "";
    display: block;
    width: 12%;
    height: 4px;
    position: absolute;
    left: 44%;
    top: 42%;
    right: 0;
    border-radius: 5px;
    border: 0;  
}
/* ..........contact-form........... */
.contact-form {
  background-color: #f8f8f8;
}

.contact-form .form-box .form-heading h6 {
  color: #85bf4b;
  font-size: 18px;
  font-weight: 600
}

.contact-form .form-box .form-heading h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-form .form-box form {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

.contact-form .input-group {
  margin-block-end: 20px;
}

.contact-form .input-group select {

  outline: none;
  background-color: #fff;
  height: 45px;
  width: 100%;
  line-height: 45px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}

.contact-form .input-group textarea {
  height: 100px;
}

.contact-form .input-group {
  padding-block-end: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}


.contact-form .contact-info {
  background-color: #ddd;
  border-radius: 5px;
  padding: 42px;
}

.contact-form .info-heading {
  margin-block-end: 40px;
}

.contact-form .info-heading h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #85bf4b;
  position: relative;

}

.contact-form .info-heading h2::after {
  content: "";
  content: "";
  width: 50%;
  height: 2px;
  display: block;
  background-color: #85bf4b;
  position: absolute;
  right: 0;
  left: 26%;
  top: 100%;
  bottom: 0;
}

.contact-form .info-box {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-block-end: 32px;
}

.contact-form .info-box i {
  padding: 6px;
  font-size: 24px;
  color: #85bf4b;
}

.contact-form .content h4 {
  font-size: 20px;
  font-weight: 600;
}
.contact-form  .info-box:hover{
  color: #85bf4b !important;
  transition: all 0.5s ease-in-out;
}

/* .................contact-form............ */

/* ..............our-team................. */
.our-team {
padding: 80px 0px;
}
.our-team .team-heading h6{
  color: #85bf4b;
  font-size: 18px;
  font-weight: 600;
}
.our-team .team-heading h2{
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}

.our-team  .member-info  .content{
  text-align: center;
  padding: 20px;
  background-color: #85bf4b;
}
.our-team  .member-info  .content h4{
  color: #fff;
    font-weight: 600;
}
.our-team  .member-info  .content p{
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
/* ................testimonials............. */
.testimonials{
  padding: 80px 0px;
}
.testimonials .page-titel h6{
  color: #85bf4b;
  font-size: 18px;
  font-weight: 600;
}
.testimonials .page-titel h2{
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.testimonials .feedback-box{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
/* .............blogs. page........... */
.blogs{
  padding: 60px 0px;
}

.blogs .blog-box .blog-image img{
  width: 100%;
}
.blogs  .blog-box{
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 5px;
}
.blogs  .blog-box ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.blogs  .blog-box ul li{
  list-style: none;
  color: #85bf4b;

}
.blogs  .blog-box .content h4{
  font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}
.blogs  .blog-box ul li i{
  padding-right: 8px;
  color: #85bf4b;
}
  /* ...............footer............ */
.footer{
  padding: 80px 0px 70px;
  background-color: #ddd
}
.footer .footer-logo-box .footer-logo{
  width: 80%;
}
.footer .footer-logo-box  .footer-logo img{
  width: 100%;
}
.footer  .service-link ul li{
  list-style: none;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  padding-block-end: 10px;
}
.footer  .service-link ul li::before{
  position: absolute;
  content: "\f061";
  left: 10px;
  right: inherit;
  top: 4px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  transition: .5s;
  color: #85bf4b;
  transition: all .5s ease;
}
.footer  .service-link ul li:hover a{
  color: #85bf4b;
}
.footer  .footer-heading{
  font-size: 23px;
  font-weight: 600;
color: #85bf4b;
}
.footer .social-media{
justify-content: start;
}
.footer .social-media li a{
  background-color: #85bf4b;
  color: #fff;
}
/* ............PRIVACY.......... */
   .term-c {
  padding: 18px 15px;
  border: 1px solid #cbc3c3;
  margin: 10px 15px;
}

.term-c h5 {
  font-size: 25px;
  font-weight: 800;
  color: #49c5b6;
  padding: 10px 0px;
  background: #000;
  padding: 5px;
}

/* ...........service   animation............ */
*,
*:before,
*:after {
    box-sizing: border-box;
}



.aos-item {
    display: inline-block;
    float: left;
    width: 100%;
    height: 300px;
    padding: 20px;

}

.aos-item::before {
    content: attr(data-id);
    position: relative;
    width: 100%;
    /* height: 100%; */
    float: left;
    /* background: dodgerblue; */
    line-height: 60px;
    text-align: center;
    color: #fff;
}