@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/** testimonial-section **/

.testimonial-section{
  position: relative;
}
.testimonial-section .testimonial-box{
    display:flex;
flex-direction:column;
justify-content:center;
text-align:center;
}
.testimonial-section .testimonial-box .testimonial-header{
   display:flex;
   gap:5px;
align-items:center;
justify-content:center;
}
.testimonial-section .testimonial-box .testimonial-header img{
width:20px;
height:auto;
}
.testimonial-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f9fc;
}

.testimonial-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight {
    color: #007bff;
}

.testimonial-paragraph {
    font-size: 16px;
    margin-bottom: 20px;
}

.t-comment-box img {
    max-width: 150px;
    margin: 0 10px;
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.testimonial-item {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    text-align: center;
}

.testimonial-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.rating {
    font-size: 20px;
    color: #ffc107;
    margin: 10px 0;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.prev-btn, .next-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin: 5px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: #0056b3;
}
.testimonial-section .testimonial-box h3{
    font-size:48px;
    font-weight:600;
    color:#032642;
}
.testimonial-section .testimonial-box span{
    color:#67A2D7;
}
.testimonial-section .testimonial-box .t-comment-box{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:2%;
}
.testimonial-section .testimonial-box .t-comment-box img{
    width: 174.156px;
    height: 81px;
}
.testimonial-section .testimonial-box .testimonial-header p{
    color:#565969;
    font-size:14px;
    margin-top: 0.8rem;
}
.testimonial-section .testimonial-paragraph{
 color: #565969;
text-align: center;
font-family: "Inter";
font-size: 17.2px;
font-style: normal;
font-weight: 400;   
margin-top:2%;
}
.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px;
  transition: all 500ms ease;
  border-radius: 40px;
border: 1px solid rgba(86, 89, 105, 0.14);
box-shadow: 0px 0px 40px 0px rgba(6, 46, 57, 0.05);
}

.testimonial-block-one .inner-box:hover{
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 42px;
  color: #142458;
  margin-bottom: 50px;
}

.testimonial-block-one .inner-box .rating{
      position: absolute;
    display: flex;
    align-items: center;
    left: 35%;
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
  color: #F5B401;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-one .inner-box h4{
  position: relative;
  color: #032642;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 17.6px; 
text-transform: capitalize;
}

.testimonial-block-one .inner-box p{
color: #565969;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;
  display: block;
  margin-top:3rem;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 10px 0px 10px 90px;
}

.testimonial-block-one .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 35%;
  bottom: 80%;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .owl-nav{
  position: absolute;
  right: 0px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .outer-container{
  padding: 0px 95px;
}

.testimonial-block-two{
  margin-top: 40px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0px 40px 44px 40px;
}

.testimonial-block-two .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 25px;
}

.testimonial-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.testimonial-block-two .inner-box .rating{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #D9D9D9;
}

.testimonial-block-two .inner-box .rating li{
  display: inline-block;
  font-size: 18px;
  margin: 0px 3px;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
}

.testimonial-style-two .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-dots .owl-dot span:hover{

}

.testimonial-section.about-page{
  background: #fff;
}

.testimonial-section.about-page .testimonial-block-one .inner-box{
  border: 1px solid #D9D9D9;
}

.testimonial-section.about-page .testimonial-block-one .inner-box:hover{
  border-color: #fff;
}



/** rtl-css **/

.rtl .testimonial-block-one .inner-box{
  text-align: right;
}

.rtl .testimonial-block-one .inner-box .rating{
  right: inherit;
  left: 52px;
}

.rtl .testimonial-block-one .inner-box .author-box{
  padding-left: 0px;
  padding-right: 90px;
}

.rtl .testimonial-block-one .inner-box .author-box .thumb-box{
  left: inherit;
  right: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .testimonial-section .owl-nav{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .testimonial-section,
  .testimonial-style-two{
    padding: 65px 0px 70px 0px;
    background:#fff;
  }

  .testimonial-style-two .owl-dots{
    display: none;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-style-two .outer-container{
    padding: 0px 15px;
  }
}









































