/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.banner-section {
  padding: 70px 0px;
}
.banner-section p {
  font-size: 18px;
}
.banner-section span {
  font-size: 18px;
}
.banner-section h1 {
  font-size: 42px;
  color: #000;
  margin: 5px 0px;
  width: 80%;
}
.banner-section .get-start-button {
  background: #032157;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
}
.banner-section .count-section {
  max-width: 450px;
}
.banner-section .count-section b {
  font-size: 42px;
  font-family: "Lexend-Bold";
  border-bottom: 2px solid #58b026;
}
.banner-section .count-section span {
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}
.banner-section .banner-image img {
  z-index: 1;
}
.banner-section .banner-image::before {
  content: "";
  background: #b7bccc;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
}
.banner-section .banner-image::after {
  content: "";
  background: #99cde9;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
}

.learning-section {
  background-color: rgba(9, 43, 98, 0.04);
  padding: 50px 0px;
}
.learning-section .course-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.learning-section .course-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.learning-section .instructor-row-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.learning-section .learning-list {
  height: 345px;
}
.learning-section .learning-list .learning-list-description {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}
.learning-section .learning-list .learning-list-description h3 {
  color: #032157;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.learning-section .learning-list .star img {
  width: 18px !important;
  height: 18px !important;
}
.learning-section .learning-list .star span {
  font-size: 16px;
}
.learning-section .learning-list .category-name {
  font-family: "Lexend-Medium";
  color: #090909;
  display: none;
}
.learning-section .learning-list .price {
  font-family: "Lexend-SemiBold";
  color: #000000;
  font-size: 18px;
}
.learning-section .learning-list span {
  color: #666666;
  font-size: 13px;
  font-weight: 700;
}
.learning-section .learning-list:hover .course-img img {
  transform: scale(1.1);
}
.learning-section .explore-course {
  color: #666666;
  font-family: "Lexend-Medium";
}
.learning-section .explore-course a {
  color: #032157;
  font-family: "Lexend-Bold";
}
.learning-section .explore-course a:hover {
  text-decoration: underline;
}

.self-learning-section {
  padding: 50px 0px;
}
.self-learning-section h3 {
  color: #032157;
  font-size: 21px;
}
.self-learning-section .category-name {
  font-family: "Lexend-Medium";
  color: #090909;
  display: none;
}
.self-learning-section .price {
  font-family: "Lexend-SemiBold";
  color: #000000;
  font-size: 18px;
}
.self-learning-section span {
  color: #666666;
}

.sub-title {
  font-family: "Lexend-Bold";
  font-size: 24px;
}

.certified-section {
  background-image: url(/images/certified-bg.png?b09237c4e8c06549106db47bbdbb879e);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.certified-section .expert {
  font-size: 18px;
}
.certified-section .expert a {
  color: #fff;
  font-family: "Lexend-Bold";
}
.certified-section h2 {
  color: #fff;
}
.certified-section p {
  color: #fff;
}
.certified-section .feedback {
  color: #fff;
}
.certified-section .title {
  color: #fff;
  font-size: 42px;
  font-family: "Lexend-Bold";
  width: 50%;
}
.certified-section .flexible-schedule img {
  position: absolute;
  left: 0;
  top: 0;
}
.certified-section .flexible-schedule .content {
  padding-top: 80px;
  padding-left: 60px;
}
.certified-section .flexible-schedule .friendly-section {
  margin-top: 150px;
}
.certified-section .flexible-schedule .expert-section {
  margin-top: 50px;
}
.certified-section .learn-more {
  background: #078cd5;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}

#tracelms_plus_Section {
  background-image: url(/images/lms-plus-banner.jpg?7acc00dddfc038eca7449d00af0e9818);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#tracelms_plus_Section .left-section {
  padding: 8% 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#tracelms_plus_Section .left-section h2 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  width: 80%;
}
#tracelms_plus_Section .left-section p {
  font-size: 18px;
  color: #fff;
  width: 80%;
}
#tracelms_plus_Section .left-section button {
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  color: #032157;
  background: #fff;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
#tracelms_plus_Section .left-section button:hover {
  background: #078cd5;
  color: #fff;
}
#tracelms_plus_Section .right-section {
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
#tracelms_plus_Section .right-section img {
  width: 60% !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
#tracelms_plus_Section .right-section .price_1 {
  padding: 5px 20px;
  border-radius: 20px;
  background: #58b026;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 10%;
  top: 40%;
}
#tracelms_plus_Section .right-section .price_1 p {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
#tracelms_plus_Section .right-section .price_2 {
  padding: 5px 20px;
  border-radius: 20px;
  background: #58b026;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 20%;
  bottom: 20%;
}
#tracelms_plus_Section .right-section .price_2 p {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.trust-section {
  background-image: url(/images/trust-bg.png?c8c93beac38db72e2c21a6b788a819be);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
}

.inner-banner-section {
  background-color: #032157;
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trust-section .trust-content {
  padding-right: 80px;
}
.trust-section h2 {
  color: #fff;
}
.trust-section p {
  color: #fff;
}
.trust-section .feedback {
  color: #fff;
}
.trust-section .title {
  color: #fff;
  font-size: 42px;
  font-family: "Lexend-Bold";
}
.trust-section .logo-slider img {
  width: auto !important;
  max-width: 100%;
  margin: auto;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.trust-section .testimonial-list {
  min-height: 325px;
  color: #000;
  padding-left: 270px;
}
.trust-section .testimonial-list img {
  width: 250px !important;
  position: absolute;
  left: 0;
  background: #c4ccd0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trust-section .testimonial-list p {
  color: #474749 !important;
  line-height: 30px;
}
.trust-section .testimonial-list .star img {
  position: initial;
  width: 16px !important;
  background-color: transparent;
}
.trust-section .testimonial-list .name {
  color: #032157;
  font-family: "Lexend-Bold";
}
.trust-section .testimonial-list .container-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 20px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -18px;
  background: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
}
.owl-nav button.owl-next {
  position: absolute;
  right: -18px;
  background: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
}
.owl-nav span {
  font-size: 28px;
  font-family: "Lexend-SemiBold";
  line-height: 23px;
}

.rating-badge {
  position: absolute;
  padding: 3px 10px;
  background: #fff;
  bottom: 10px;
  right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.rating-badge img {
  width: 12px !important;
}
.rating-badge .rating-value {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #032157;
  font-family: "Lexend-SemiBold";
}

@media (max-width: 1600px) {
  .sub-title {
    font-size: 22px;
  }
  .banner-section h1 {
    font-size: 36px;
  }
  .banner-section p {
    font-size: 16px;
  }
  .banner-section .get-start-button {
    font-size: 14px;
  }
  .banner-section .get-start-button svg {
    margin-top: -7px;
  }
  .banner-section .count-section b {
    font-size: 34px;
  }
  .banner-section .count-section span {
    font-size: 17px;
  }
  .certified-section p {
    font-size: 16px;
  }
  .certified-section h2 {
    font-size: 22px;
  }
  .certified-section .title {
    font-size: 34px;
  }
  .certified-section .learn-more {
    font-size: 16px;
    padding: 7px 20px;
  }
  .certified-section .feedback {
    font-size: 17px;
  }
  .certified-section .flexible-schedule img {
    width: 120px;
  }
  .learning-section .learning-list {
    height: 330px;
  }
  .learning-section .learning-list .learning-list-description h3 {
    font-size: 16px;
  }
  .learning-section .learning-list .category-name {
    font-size: 14px;
  }
  .learning-section .learning-list .star img {
    width: 14px !important;
    height: 14px !important;
  }
  .learning-section .learning-list .star span {
    font-size: 12px;
  }
  .learning-section .learning-list .price {
    font-size: 16px;
  }
  .self-learning-section .category-name {
    font-size: 16px;
  }
  .self-learning-section .price {
    font-size: 16px;
  }
  .self-learning-section .star img {
    width: 14px !important;
    height: 14px !important;
  }
  .self-learning-section .star span {
    font-size: 14px;
  }
  .trust-section .title {
    font-size: 36px;
  }
  .trust-section .testimonial-list p {
    font-size: 16px;
  }
  .trust-section .testimonial-list .student {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sub-title {
    font-size: 30px;
  }
  .trust-section {
    padding: 50px 0;
  }
  .trust-section .trust-content p {
    font-size: 16px;
  }
  .trust-section .trust-content .feedback {
    font-size: 15px;
  }
  .trust-section .trust-content .feedback img {
    width: 45px;
    height: 45px;
  }
  .trust-section .trust-content .title {
    font-size: 32px;
  }
  .trust-section .testimonial-list p {
    font-size: 15px;
  }
  .trust-section .testimonial-list .student {
    font-size: 14px;
  }
  .learning-section .explore-course {
    font-size: 16px;
  }
  .learning-section .learning-list .category-name {
    font-size: 15px;
  }
  .learning-section .learning-list .learning-list-description span {
    font-size: 16px;
  }
  .learning-section .learning-list .price {
    font-size: 16px;
  }
  .learning-section .learning-list .star img {
    width: 17px !important;
    height: 17px !important;
  }
  .learning-section .learning-list .star span {
    font-size: 14px;
  }
  .banner-section .get-start-button {
    padding: 8px 23px;
  }
  .banner-section h1 {
    font-size: 32px;
  }
  .banner-section p {
    font-size: 15px;
  }
  .banner-section .count-section b {
    font-size: 28px;
  }
  .certified-section h2 {
    font-size: 20px;
  }
  .certified-section p {
    font-size: 14px;
  }
  .certified-section .expert img {
    width: 90px;
  }
  .certified-section .flexible-schedule .content {
    padding-left: 30px;
  }
  .certified-section .flexible-schedule img {
    width: 100px;
  }
  .certified-section .feedback {
    font-size: 16px;
  }
  .certified-section .title {
    font-size: 28px;
  }
  .certified-section .learn-more {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .banner-section h1 {
    font-size: 30px;
  }
  .sub-title {
    font-size: 28px;
  }
  .trust-section .trust-content .title {
    font-size: 28px;
  }
  .trust-section .testimonial-list {
    padding-left: 220px;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 24px;
  }
  .learning-section .instructor-row-slider {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-section .testimonial-list {
    padding-left: 260px;
  }
  .trust-section .trust-content .title {
    font-size: 24px;
  }
  #tracelms_plus_Section .left-section {
    padding: 8% 10px;
  }
  #tracelms_plus_Section .left-section h2 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    width: 100%;
  }
  #tracelms_plus_Section .left-section p {
    font-size: 18px;
    color: #fff;
    width: 100%;
  }
  #tracelms_plus_Section .right-section {
    padding-top: 30px;
  }
  #tracelms_plus_Section .right-section img {
    width: 90% !important;
  }
  #tracelms_plus_Section .right-section .price_1 {
    padding: 5px 20px;
    right: 0%;
    top: 40%;
  }
  #tracelms_plus_Section .right-section .price_1 p {
    font-size: 14px;
  }
  #tracelms_plus_Section .right-section .price_2 {
    padding: 5px 20px;
    left: 0%;
    bottom: 20%;
  }
  #tracelms_plus_Section .right-section .price_2 p {
    font-size: 14px;
  }
  .banner-section {
    padding: 30px 0;
  }
  .banner-section h1 {
    font-size: 28px;
  }
  .banner-section p {
    font-size: 14px;
  }
  .banner-section .count-section {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .banner-section .count-section b {
    font-size: 24px;
  }
  .certified-section {
    padding: 30px 0;
  }
  .certified-section h2 {
    font-size: 18px;
  }
  .certified-section .title {
    font-size: 28px;
    width: 100%;
  }
  .certified-section .title br {
    display: none;
  }
  .certified-section .expert {
    font-size: 16px;
  }
  .certified-section .flexible-schedule img {
    width: 90px;
  }
  .certified-section .flexible-schedule .content {
    padding-left: 0;
    padding-top: 70px;
  }
  .certified-section .flexible-schedule .friendly-section {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .trust-section .trust-content {
    padding-right: 0;
  }
  .trust-section .trust-content .feedback img {
    width: 35px;
    height: 35px;
  }
  .trust-section .trust-content p {
    font-size: 14px;
  }
  .trust-section .trust-content .title {
    font-size: 20px;
    margin-bottom: 5px !important;
  }
  .trust-section .testimonial-list p {
    font-size: 14px;
  }
  .trust-section .testimonial-list .name {
    font-size: 16px;
  }
  .trust-section .testimonial-list .student {
    font-size: 13px;
  }
  .certified-section h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .certified-section .title {
    font-size: 20px;
    width: 80%;
  }
  .certified-section .title br {
    margin-right: 5px;
  }
  .certified-section .flexible-schedule img {
    width: 70px;
    display: none;
  }
  .certified-section .flexible-schedule .content {
    padding-top: 0;
  }
  .certified-section .flexible-schedule .expert-section {
    margin-top: 0;
  }
  .certified-section .expert {
    font-size: 14px;
  }
  .certified-section .expert img {
    width: 70px;
  }
  .certified-section .feedback img {
    width: 40px;
  }
  #tracelms_plus_Section .left-section {
    padding: 15% 10px 0;
  }
  #tracelms_plus_Section .left-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #tracelms_plus_Section .left-section p {
    font-size: 16px;
  }
  #tracelms_plus_Section .right-section {
    padding-top: 30px;
  }
  #tracelms_plus_Section .right-section img {
    width: 90% !important;
  }
  #tracelms_plus_Section .right-section .price_1 {
    padding: 5px 20px;
    right: 5%;
    top: 40%;
  }
  #tracelms_plus_Section .right-section .price_1 p {
    font-size: 14px;
  }
  #tracelms_plus_Section .right-section .price_2 {
    padding: 5px 20px;
    left: 5%;
    bottom: 15%;
  }
  #tracelms_plus_Section .right-section .price_2 p {
    font-size: 14px;
  }
  .banner-section .banner-image::before {
    display: none;
  }
  .banner-section .banner-image::after {
    display: none;
  }
  .banner-section .banner-image {
    padding: 15px 0px !important;
  }
  .banner-section span {
    font-size: 16px;
  }
  .banner-section h1 {
    font-size: 24px;
  }
  .banner-section .get-start-button {
    font-size: 13px;
    padding: 7px 18px;
  }
  .banner-section .get-start-button svg {
    width: 17px;
    margin-right: 2px !important;
  }
  .banner-section .count-section {
    margin-top: 20px !important;
    margin-bottom: 15px;
  }
  .banner-section .count-section b {
    font-size: 24px;
  }
  .banner-section .count-section span {
    font-size: 16px;
  }
  .sub-title {
    font-size: 20px;
  }
  .self-learning-section h3 {
    font-size: 16px;
  }
  .learning-section {
    padding: 50px 0 20px 0;
  }
  .learning-section .instructor-row-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .learning-section .explore-course {
    font-size: 14px;
  }
  .learning-section .learning-list {
    height: 330px;
  }
  .learning-section .learning-list .star img {
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px !important;
  }
  .learning-section .learning-list .star span {
    margin-left: 5px !important;
  }
  .learning-section .learning-list .learning-list-description span {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .banner-section h1 {
    font-size: 20px;
  }
  .trust-section .testimonial-list {
    padding: 20px !important;
  }
  .trust-section .testimonial-list .testimonial-img {
    position: initial !important;
    margin-bottom: 10px;
    width: 80px !important;
  }
  .trust-section .testimonial-list .container-center {
    position: initial;
    transform: none;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .trust-section .testimonial-list {
    padding: 15px !important;
  }
  .trust-section .testimonial-list .testimonial-img {
    width: 60px !important;
    border-radius: 5px;
  }
  .trust-section .logo-slider img {
    height: 35px;
  }
}
