@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #2a2323;
  ;
}

a {
  color: #ffc451;
  text-decoration: none;
}

.container {
  max-width: 1190px;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  /* color: #fff;
  border: 1px solid #fff;
  border-radius: 50%; */
  min-width: 50px;
  height: 50px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #aed137;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

/* .back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
} */

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: sticky !important;
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
  padding-bottom: 5px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background-color: #fff;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}



/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 25px;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  background: #aed137;
  text-align: center;
  min-width: 100px;
}

.get-started-btn:hover {
  color: #fff !important;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

.homeCarousel img {
  width: 100%;
}

.homeCarousel .swiper-button-next,
.homeCarousel .swiper-button-prev {
  color: #fff !important;
  z-index: 99999;
}

.homeCarousel .swiper-pagination {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
.img-fluid{width: 100%;}
.about .content ul {
  list-style: none;
}

.img-part img {
  border-radius: 8px;
}

.about-img {
  border-radius: 8px;
  overflow: hidden;
  padding: 0px;
}

.about .content ul li {
  padding: 0 0 8px 0px;
  position: relative;
}


.about .content p:last-child {
  margin-bottom: 0;
}

/* .work-video{
  padding: 15px 0px;
} */
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #aed137;
}

/*--------------------------------------------------------------
work-slider
--------------------------------------------------------------*/
.work-slider {
  position: relative;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #aed137;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../images/home-carousel-01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #aed137;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}




.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .more-btn {
  background-color: #ffc451;
  color: #fff;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 5px auto;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #aed137;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #aed137;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #aed137;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 500;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #aed137;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .dx {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
}

#footer .footer-info .email-box {
  display: flex;
}

#footer .footer-info input {
  width: 80%;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  outline: none;
  border: none;
  display: block;
}

#footer .footer-info .fa-paper-plane {
  width: 20%;
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
  color: #fff;
  display: block;
  background-color: #aed137;
}

#footer .footer-top {
  background: #f5f5f5;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: black;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #aed137;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}



#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: black;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #aed137;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* sonia-css */

.about .content h3.main-heading {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

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


.card-image {
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 26%);
  width: 80%;
  margin: 0px auto 20px;
}

.card-image img {

  width: 100%;
}

.heading-card h3 {
  font-weight: 600;
  font-size: 20px;
}

section#about-1 {
  background: #eeeeee;
}


.contact-heading h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
}

.card-body {
  padding: 20px;
}

.about .content ul {
  list-style: square;
  /* padding: 0; */
}

.member-img img {
  width: 100%;
}

.content p {
  font-size: 16px;
  margin-bottom: 0px;
}

.heading-card p {
  font-size: 16px;
}

.about .content ul li {
  font-size: 16px;
  padding: 0 0 8px 0px;
}

.row.test {
  padding-top: 15px;
  border: 1px solid green;
  margin-bottom: 20px;
  border-radius: 4px;
}

.contact-heading h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;

  padding: 50px 0;
  padding-left: 7%;
  margin: 0;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading {
  padding-bottom: 50px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;

  color: #151515;
}

.text {
  color: #2a2323c2;
}

button.button {
  background-color: #aed137;
}

.top-text {
  font-size: 16px;
  text-align: justify;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #90b138;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 6px;
  width: 125px;
  transition: all 0.5s;
  cursor: pointer;
  /* margin: 5px; */
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*  */

.card {

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 2px 16px;
}

.card-body h5 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 20px;
}

p.card-text {
  font-size: 15px;
  text-align: justify;
}

/* mission vission */
.ab-header {
  background: #657131;
}

.content p {
  text-align: justify;
  color: gray;
}

.about .container {
  margin-top: 50px;
}


.Mision-image img {
  width: 100%;
}

.Mission-text {
  text-align: justify;
  font-size: 16px;
}

.Vission-text {
  /* padding: 10px; */
}

.Vission-text p {
  font-size: 16px;
  text-align: justify;
}

/* mission vission */
/* key management*/
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cuadro_intro_hover {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 400px;
}

.cuadro_intro_hover:hover .caption {
  opacity: 1;
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
}

.cuadro_intro_hover img {
  z-index: 4;
}

.cuadro_intro_hover .caption {
  position: absolute;
  top: 272px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.cuadro_intro_hover .blur {
  background-color: rgb(0 0 0 / 15%);
  height: 400px;
  z-index: 5;
  position: absolute;
  width: 100%;
}

.cuadro_intro_hover .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 300px;
  text-align: center;

  width: 100%;
}

a.btn.btn-default {
  color: #ffff;
  background: #aed137;
}

/* key management*/

.footer-info a {
  color: #374602;
}

.cuadro_intro_hover {
  text-align: center;
  margin-top: 20px;
}

.card-body {
  padding: 20px;

}

.about .container {
  margin-top: 0px;
}

.info a {
  color: black;
}

.swiper-slide h1 {
  position: absolute;
  top: 38%;
  color: white;
  left: 12%;
  font-size: 52px;
  font-weight: 700;
  text-transform: capitalize;
}


/*RRR css*/

.contact-information {
  background-color: #f5f5f5;
  padding: 30px 25px;
}

.contact-information ul {
  padding: 0;
  margin: 0
}

.dnb .contact-information {
  padding: 20px
}

.dnb .contact-information ul {
  padding: 0
}

.contact-information>ul>li {
  list-style: none;
  display: block;
  border-bottom: 1px dashed #333;
  padding-top: 15px;
  padding-bottom: 10px
}

.contact-information h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 0
}

.contact-information p {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  text-align: left
}

.contact-information p a {
  color: #333;
}

.form img {
  border: 4px solid #a77826;
  padding: 10px;
}

.common-btn.m-3 a {
  border: 2px solid #aed137;
  padding: 10px;
  color: white;
  background: black;
}

.back-border img {
  border: 4px solid #7f7f28;
  ;
}

.common-btn.m-3 {
  padding-left: 157px;
  padding-top: 20px;
}

.form-blog h3 {
  padding-left: 195px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}


/* partner page css */
.imageblock-content {
  margin-top: 50px;
}

section.section-benefits.imageblock.ptb70 {
  position: relative;

}

.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
  right: 0;
}

.partner-text h3 {

  font-weight: 600;
  margin-bottom: 20px;
  color: #151515;
}

.partner-text p {
  font-size: 16px;
  text-align: justify;
}

.partner-text .btn:hover {
  color: #ffff;
}

.partner-text .btn:hover {
  background-color: #aed137;
}

.partner-text a.btn {
  border: 1px solid;
}

.contact-heading h1 {
  padding-left: 0;
}

section.card-blog {
  background: #eeeeee;
}

.modal-body {
  text-align: justify;
  padding: 10px;
}

.form-blog h3 {
  padding-left: 152px;
  font-size: 20px;
}

.Mission-text ul {
  padding: 0px 0px 0px 20px;
}

.Mision-image {
  margin-bottom: 50px;
  width: 100%;
}

.caption-text h3 {
  font-size: 22px;
  padding-top: 5px;
}

.dropdown-menu.sm-menu {
  padding: 0;
}

.dropdown-menu.sm-menu {
  padding: 0;
}

.Mission-text h3 {
  font-weight: 600;
}

.Vission-text h3 {
  font-weight: 600;
}

.contact-information-image img {
  border-radius: 8px;
}

.Mission-text p,
ul {
  color: gray;
}

.Vission-text p {
  color: gray;
}

.partner-text p {
  color: gray;
}

.swiper-pagination-bullet {
  background: greenyellow;
}
rrr
/* partner page css */
/*RRR css*/
#footer .footer-top h4 {
  padding-bottom: 28px;
  padding-top: 20px;
}

.abo-image {
  position: relative;
}

.img-2 img {rrrrrrrrrrr
  position: absolute;
  /* top: 259px; */
  /* left: 40%; */
}

h3.heading.new-ad {
  padding-bottom: 15px;
  text-align: justify;
}

.text-card p {
  text-align: justify;
  font-size: 14px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

h5.card-title.head-text {
  margin-bottom: 10px;
}

.box {
  /* padding: 0; */
}

p.card-text {
  text-align: justify;
  font-size: 16px;
}

.box-shadow {
  margin-bottom: 20px;
}

button.button a {
  color: white;
}

p.card-text {
  font-size: 15px;
}

.mobile-picture {
  display: none;
}

.about p {
  margin: 0;
  font-size: 16px;
  text-align: justify;
}

.mobile-picture-about {
  margin-bottom: 10px;
}

.mobile-picture-about {
  display: none;
}
.state a {
  border: 1px solid #8e8e8e;
  margin: 2px;
  padding: 0 8px;
  line-height: 30px;
  display: inline;
}
.state a:hover {
  color: #ffff;
  transition: .1s;
  background: #aed137;
  border-color: #aed137;
}
.footer-phone strong {
  color: black;
}
.footer-phone {
  margin-top: 10px;
}
.footer-phone p {
  padding-top: 10px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 padding: 0px;

}

.dropdown:hover .dropdown-content {
  display: block;
}


a.dropdown-item {
  padding: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #aed137;
}
a.nav-link {
  color: #2d1819;
  /* font-weight: 500; */
}
a.nav-link.dropdown-toggle {
    --bs-scroll-height: none;
}

.navbar-collapse {
  flex-grow: unset;
}
li.nav-item {
  padding-right: 0px;
  font-size: 15px;
}
a.nav-link:hover {
  color: #aed137;
  font-weight: 500
  ;
}
.contact .php-email-form {
  margin-top: 20px;
}
.contact-information-image img {
  width: 100%;
}
section.key-images.ptb50 p {
  text-align: justify;
}
.foundation-img img {
  height: 400px;
}
.footer-info p {
  text-align: justify;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #abdc05;
}
.vimo-main {
  padding: 40px 20px;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #efefef;
  width: 100%;
}


.vimo-main.bott {
  margin-top: 30px;
}
.ab-header {
  background: #84a707;
}
.foundation-img img {
  height: auto;
  width: 100%;
  border-radius: 8px;
}
.banner-content{position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;}
  .banner-content h1{color: #fff;text-align: center;font-size: 45px;}
  .over-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    top: 0;
    left: 0;
}
.mobile{display: none;}
