@media (min-width: 1600px) {
  .about-pg .container {
    max-width: 1180px
  }
}
.yl-bg {
  background: #ffdb2d;
}
.recent-blog {
  display: none;
}
/* banner section start */
.wrapper {
  padding-top: 0px;
}

/* banner section start */
.banner-section {
  background: #ffda30;
  position: relative;
  /* height: 68vh; */
}

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

.banner-section .item h1 {
  font-size: 45px;
  font-weight: 700;
}

.banner-section .item .desc {
  margin-top: 30px;
}

.banner-section .item .desc p {
  font-size: 20px;
}

@media(max-width:1650px) {
  .banner-section .item h1 {
    font-size: 45px;
  }
  .banner-section .item .desc p {
    font-size: 20px;
  }
}

@media(max-width:1440px) {
  .banner-section .item h1 {
    font-size: 38px;
    padding-bottom: 0;
  }

  .banner-section .item .desc p {
    font-size: 18px;
  }
}
@media(max-width:1280px) {
  .banner-section .item h1 {
    font-size: 38px;
  }

  .banner-section .item .desc p {
    font-size: 16px;
  }

  .banner-section.section-padding {
    padding-top: 100px;
  }
}

@media(max-width: 991px) {

  .banner-section .item h1 {
    font-size: 35px;
  }

  .banner-section .item .desc p {
    font-size: 15px;
  }
}

@media(max-width: 767px) {

  .banner-section .item h1 {
    font-size: 30px;
  }

  .banner-section .item .desc p {
    font-size: 14px;
  }
}

@media(max-width: 575px) {
  .banner-section .item .desc p {
    font-size: 14px;
  }

  .banner-section .item h1 {
    font-size: 25px;
  }
}

/* banner end */

.section-padding {
  padding: 100px 0px;
}

@media(max-width:1650px) {
  .section-padding {
    padding: 80px 0px;
  }
}

@media(max-width:1280px) {
  .section-padding {
    padding: 60px 0px;
  }
}

@media(max-width: 991px) {
  .section-padding {
    padding: 50px 0px;
  }
}

@media(max-width: 767px) {
  .section-padding {
    padding: 40px 0px;
  }
}



/* about */
.about-sec {
  padding-bottom: 180px;

}

.about-sec .desc {
  font-size: 18px;
  margin-bottom: 35px;
}

.achivement-wrap ul {
  margin-top: -260px;
  gap: 30px;
}

.achivement-wrap ul li {
  flex: 0 0 20%;
  max-width: 20%;
}

.achivement-wrap .item .icon {
  min-height: 136px;
}

.achivement-wrap .item .icon img {
  max-height: 136px;
}


.achivement-wrap .item p {
  font-size: 16px !important;
}
@media(max-width:1650px) {
  .about-sec .desc {
    font-size: 18px;
  }
  .achivement-wrap ul {
    margin-top: -230px;
  }
  .about-sec {
    padding-bottom: 200px;

  }
}

@media(max-width:1440px) {
  .about-sec .desc {
    font-size: 16px;
  }

  .about-sec .desc {
    font-size: 18px;
  }

  .achivement-wrap ul {
    margin-top: -220px;
  }

  .about-sec {
    padding-bottom: 170px;

  }

  .achivement-wrap .item p {
    font-size: 14px !important;
  }
}

@media(max-width:1280px) {
  .about-sec .desc {
    font-size: 14px;
  }

  .achivement-wrap ul {
    margin-top: -180px;
  }

  .about-sec {
    padding-bottom: 140px;

  }
  .achivement-wrap .item .icon img {
    max-height: 116px;
  }
  .achivement-wrap .item .icon {
    min-height: 116px;
  }
  .achivement-wrap .item .icon img {
    max-width: 100px;
  }
}

@media(max-width: 991px) {
  .about-sec .desc {
    font-size: 14px;
  }
}

@media(max-width: 767px) {
  .about-sec .desc {
    font-size: 12px;
  }
  .achivement-wrap ul li {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
  .achivement-wrap .item p {
    font-size: 12px !important;
  }
}
@media(max-width: 575px) {
  .achivement-wrap ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .achivement-wrap ul {
    margin-top: 0px;
  }
  .about-sec {
    padding-bottom: 0px;

  }
  .achivement-wrap .item .icon {
    margin-bottom: 5px;
  }
}
.achivement-review {
  background: #f2f2f2;
}


/* founder-sec */
.founder-sec .founder_desc .icon {
  position: relative;
  left: -90px;
}

.founder-sec .founder_desc.two .name {
  justify-content: flex-end !important;
  position: relative;
  z-index: 9;
}
.founder_desc .founder_desc figure {
  display: block !important;
}
.founder-sec .founder_desc.two {
  text-align: right;
}
.founder-sec .founder_desc.two .icon {
  position: relative;
  left: 40px;
  top: 34px;
}
.founder-sec .founder_desc .desc.italic {
  font-style: italic;
  font-weight: 600;
}
.founder-sec .row {
  row-gap: 70px;
}
.founder-sec .founder_desc .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.founder-sec .founder_desc .lnicon {
  width: 31px;
}

.founder-sec .founder_desc .name span {
  font-weight: 400;
  color: #686868;
}
.founder-sec .desc {
  font-size: 16px;
}
.founder-sec .section-heading {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.founder-sec .founder_desc .icon {
  max-width: 54%;
}

.founder-sec .founder_desc.two .icon {
  max-width: 40%;
}
@media(max-width:1650px) {
  .founder-sec .founder_desc .name {
    font-size: 24px;
  }

  .founder-sec .desc {
    font-size: 16px;
  }

  .founder-sec .section-heading {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .founder-sec .founder_desc .icon {
    max-width: 54%;
  }

  .founder-sec .founder_desc.two .icon {
    max-width: 40%;
  }
}

@media(max-width:1440px) {
  .founder-sec .founder_desc .name {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .founder-sec .desc {
    font-size: 14px;
  }

  .founder-sec .section-heading {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .founder-sec .founder_desc .icon {
    max-width: 60%;
  }

  .founder-sec .founder_desc.two .icon {
    max-width: 43%;
  }

}

@media(max-width:1280px) {
  .founder-sec .founder_desc .name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .founder-sec .section-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .founder-sec .founder_desc .icon {
    max-width: 45%;
  }

  .founder-sec .founder_desc.two .icon {
    max-width: 39%;
  }

  .founder-sec .row {
    row-gap: 50px;
  }
}

@media(max-width: 991px) {
  .founder-sec .founder_desc .name {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .founder-sec .desc {
    font-size: 12px;
  }

  .founder-sec .section-heading {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .founder-sec .row {
    row-gap: 40px;
  }
}

@media(max-width: 767px) {
  .founder-sec .founder_desc .name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .founder-sec .row {
    row-gap: 20px;
  }

  .founder-sec .col-sm-5 {
    text-align: center;

  }

  .founder-sec .section-heading {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .founder-sec .founder_desc .icon {
    position: relative;
    left: -55px;
    max-width: 35%;
  }

  .founder-sec .founder_desc.two {
    text-align: left !important;
  }

  .founder-sec .founder_desc.two .icon {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: 28%;
  }

  .founder-sec .founder_desc.two .name {
    justify-content: left !important;
  }
}

@media(max-width: 575px) {
  .founder-sec .founder_desc .icon {
    position: relative;
    left: 0px;
    max-width: 60%;
  }

  .founder-sec .founder_desc.two .icon {
    max-width: 40%;
  }
}

/* all products section start*/
.all-products {
  padding: 150px 0px;
  text-align: center;
  background: #F2F2F2;
}

.all-products .row {
  row-gap: 100px;
}

.all-products .icon {
  max-height: 110px;
  max-width: fit-content;
}
.all-products .heading-cont h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 100px;
}

.all-products .row {
  margin-top: 50px;
}

.all-products .products {
  background: #fff;
  padding: 14px;
  border-radius: 15px;
  box-shadow: 7px 7px 20px #dbdbdbcc;
  height: 100%;
}
.all-products .products .product-head {
  padding: 14px 10px 20px;
}
.all-products .products .product-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.all-products .products .product-head h4 {
  font-size: 20px;
  font-weight: 700;
}
.all-products .products p {
  font-size: 16px;
}
.all-products .icon-img {
  position: relative;
  margin-top: -70px;
}

.all-products .icon-img.respect {
  margin-top: -55px;
}

.all-products .container {
  max-width: 1200px !important;
}

@media(max-width:1650px) {
  .all-products {
    padding: 100px 0px;
  }

  .all-products .heading-cont h3 {
    font-size: 38px;
  }
}

@media(max-width:1440px) {
  .all-products .heading-cont h3 {
    font-size: 35px;
  }
}

@media(max-width:1280px) {
  .all-products {
    padding: 80px 0px;
  }

  .all-products .heading-cont h3 {
    font-size: 30px;
  }

  .all-products .row {
    margin-top: 50px;
  }

  .all-products .products {
    padding: 10px;
  }

  .all-products .products p {
    font-size: 14px;
  }

  .all-products .container {
    max-width: 1000px !important;
  }

  .all-products .products .product-head h4 {
    font-size: 18px;
  }

  .all-products .container .col-md-4 {
    padding: 0 10px;
  }
}

@media(max-width: 991px) {
  .all-products {
    padding: 60px 0px;
  }

  .all-products .products {
    padding: 10px;
  }

  .all-products .products .product-head {
    padding: 14px 0px;
  }

  .all-products .heading-cont h3 {
    font-size: 28px;
  }

  .all-products .products p br {
    display: block;
  }

  .all-products .container {
    max-width: 100% !important;
  }

  .all-products .container .col-md-4 {
    padding: 0 5px;
  }

  .all-products .products .product-head h4 {
    font-size: 15px;
  }

  .all-products .products p {
    font-size: 14px;
  }
}

@media(max-width: 767px) {
  .all-products {
    padding: 50px 0px;
  }

  .all-products .heading-cont h3 {
    font-size: 28px;
  }

  .all-products .col-md-4:not(:first-child) {
    margin-top: 20px;
  }

  .all-products .container {
    max-width: 90% !important;
  }

  .all-products .products .product-head h4 {
    font-size: 17px;
  }

  .all-products .products p {
    font-size: 14px;
  }

  .all-products .row {
    row-gap: 50px;
  }
}

@media(max-width: 575px) {
  .all-products .heading-cont h3 {
    font-size: 22px;
  }

  .all-products .container {
    max-width: 100% !important;
  }
}

/* brand-sec */
.brand-sec .section-heading {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  padding: 0;
}

.brand-sec .desc {
  font-size: 16px;
}

@media(max-width:1650px) {
  .brand-sec .section-heading {
    margin-bottom: 40px;
    font-size: 38px;
  }
}

@media(max-width:1440px) {
  .brand-sec .section-heading {
    margin-bottom: 35px;
    font-size: 35px;
  }

  .brand-sec .desc {
    font-size: 14px;
  }
}

@media(max-width:1280px) {
  .brand-sec .section-heading {
    margin-bottom: 28px;
    font-size: 30px;
  }

}
@media(max-width: 991px) {
  .brand-sec .section-heading {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .brand-sec .desc {
    font-size: 14px;
  }
}

@media(max-width: 575px) {
  .brand-sec .section-heading {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

/* --- Media Mentions --- */
.section--spaceing {
  padding: 150px 0;
}

.learn-more-btn img {
  max-width: 19px;
}

.media-slider .slick-dots {
  position: static;
  margin-top: 30px;
}

.media-slider .slick-track {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}

.media-slider .slick-dots li button {
  background: #a0a0a0;
}

.media-slider .slick-dots li.slick-active button {
  background: #FFDA30;
}

.media-slider .media-slide {
  position: relative;
}

.media-slider .media-details {
  position: absolute;
  bottom: 20%;
  left: 5%;
  color: var(--white);
}

.learn-more-btn {
  color: var(--white);
  display: flex;
  gap: 15px;
  align-items: center;
}

.learn-more-btn:hover {
  color: var(--yellow)
}

.media-slide .media-update {
  background: var(--yellow);
  width: fit-content;
  padding: 4px 10px;
  color: var(--black);
  font-weight: 600;
  font-size: 10px;
  border-radius: 6px;
}
.media-slide .mention-img {
  width: 625px;
  height: 330px;
  object-fit: cover;
  position: relative;
  filter: brightness(0.5);
}

.media-slide .learn-more-btn {
  position: absolute;
  bottom: 7%;
  right: 0%;
  width: 150px;
  font-weight: 500;
  font-size: 16px;
}

.readmore {
  text-decoration: none;
}

.mention-box {
  position: relative;

}

.media-slide .media-head {
  font-weight: 600;
  font-size: 18px;
  padding-top: 30px;
}

.media-mentions .read-more {
  margin-top: 42px;
  text-align: center;
}

.media-mentions .read-more a {
  padding: 18px 35px;
  font-size: 16px;
  min-height: auto;
  line-height: 1.2;
}

.media-mentions .section-heading {
  margin-bottom: 60px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  padding: 0;
}

.media-mentions .slick-slide {
  transform: scale(0.95);
  transform-origin: center;
}

.media-mentions .slick-slide.slick-center {
  transform: scale(1.05);
}

.white-bar-btn .learn-more-btn-yl {
  position: relative;
  background-color: #ffdb2d;
  color: #000000;
  padding: 15px;
  gap: 10px;
  text-wrap: nowrap;
  font-weight: 700;
  font-size: 14px;
  width: auto;
}

.white-bar-btn .learn-more-btn-link {
  display: flex;
  align-items: center;
  width: 120px;
  justify-content: space-evenly;
  font-size: 16px;
  color: #ffff;
}

.white-bar-btn .learn-more-btn-link img {
  max-width: 19px;
}

.white-bar-btn .links {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
}

.white-bar-btn .learn-more-btn-yl:hover {
  background-color: #fff;
}

.white-bar-btn .learn-more-btn-yl img {
  filter: none;
}

.white-bar-btn.media-slide .media-head {
  font-size: 18px;
  padding-top: 30px;
}

.media-slider .white-bar-btn .media-details {
  bottom: 85px;
}

.media-slider .slick-arrow {
  left: -10%;
  transform: translateY(-50%);
}
.media-slider .slick-arrow {
  width: 30px;
  height: 30px;
}
.media-slider .slick-arrow:after {
  background: none;
  height: 22px;
  width: 22px;
  border-left: solid 2px #999;
  transform: rotate(45deg) translateY(-75%);
  border-bottom: solid 2px #999;
}
.media-slider .slick-arrow.slick-next:after {
  transform: rotate(-135deg);
  top: 30%
}
.media-slider .slick-next {
  left: -7%;
  top: 50%;
}
.media-slider .slick-prev {
  left: -6%;
  top: 40%;
}
.media-slider .slick-arrow:hover:after {
  border-color: #000
}
.media-mentions .read-more a {
  background-color: #000;
  color: #fff;
  text-transform: none;
}
.media-mentions .read-more a:hover {
  background-color: #FEDE2F;
  color: #000;
}

.media-mentions .col-md-9 {
  padding-right: 0px;
}

@media(max-width:1650px) {
  .learn-more-btn img {
    max-width: 19px;
  }

  .section--spaceing {
    padding: 100px 0;
  }

  .media-mentions .section-heading {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .media-mentions .read-more a {
    padding: 16px 30px;
    font-size: 16px;
  }
}

@media(max-width:1440px) {
  .media-slide .media-update {
    font-size: 9px;
  }

  .media-slide .learn-more-btn {
    font-size: 15px;
  }

  .white-bar-btn .learn-more-btn-link {
    font-size: 15px;
  }

  .media-slider .slick-track {
    gap: 15px;
  }

  .media-mentions .section-heading {
    margin-bottom: 35px;
    font-size: 30px;
  }

  .white-bar-btn.media-slide .media-head {
    font-size: 18px;
  }

  .white-bar-btn.media-slide .learn-more-btn {
    font-size: 15px;
    padding: 20px 10px;
  }

  .white-bar-btn .learn-more-btn-yl {
    gap: 6px;
    font-size: 13px;
  }
}

@media(max-width:1280px) {
  .media-slide .media-head {
    font-size: 16px;
  }

  .white-bar-btn.media-slide .media-head {
    font-size: 16px;
  }

  .media-slide .media-update {
    margin-bottom: 15px;
  }

  .media-slider .slick-dots {
    margin-top: 25px;
  }

  .section--spaceing {
    padding: 80px 0;
  }

  .media-mentions .read-more a {
    padding: 15px 25px;
    font-size: 14px;
  }
}

@media(max-width: 1280px) {
  .white-bar-btn .learn-more-btn-yl {
    padding: 15px 8px;
  }

  .white-bar-btn.media-slide .learn-more-btn {
    font-size: 12px;
  }

  .media-mentions .section-heading {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .white-bar-btn .learn-more-btn {
    right: -60px;
  }
}

@media(max-width: 991px) {
  .media-slide .media-head {
    font-size: 14px;
  }

  .section--spaceing {
    padding: 60px 0;
  }

  .media-mentions .section-heading {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .media-mentions .slick-slide {
    transform: scale(1);
  }

  .media-mentions .slick-slide.slick-center {
    transform: scale(1);
  }
  .media-mentions .slick-slide {
    margin: 0 10px;
  }

  .media-mentions .slick-list {
    margin: 0 -10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .media-slider .slick-track {
    gap: 0;
  }

  .media-mentions {
    overflow: hidden;
  }

  .media-mentions .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media(max-width: 767px) {
  .media-mentions .section-heading {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .media-mentions .read-more a {
    padding: 12px 22px;
    font-size: 12px;
  }

  .media-mentions .slick-slide {
    margin: 0;
  }

  .media-mentions .slick-list {
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .media-slide .mention-img {
    width: 100%;
  }

  .media-slider .slick-prev {
    left: 40%;
    top: -4%;
  }

  .media-slider .slick-next {
    left: 50% !important;
    top: -4%;
  }

  .media-slider .slick-arrow.slick-next:after {
    transform: rotate(-135deg);
    top: 14%;
  }

  .media-mentions .col-md-9 {
    padding-right: 15px;
  }
}

@media(max-width: 575px) {
  .media-slide .mention-img {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .section--spaceing {
    padding: 50px 0;
  }
  .media-mentions .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
  .white-bar-btn .learn-more-btn-yl {
    padding: 5px;
    font-size: 9px;
  }
  .white-bar-btn .learn-more-btn-link {
    font-size: 10px;
  }
  .media-slide .learn-more-btn {
    font-size: 12px;
  }
}

@media(max-width: 480px) {
  .media-slider .slick-track {
    gap: 5px;
  }
}
/* --- Media Mentions --- */