@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.testimonial-overley {
    background: linear-gradient(358deg, #004EA2 -8.61%, rgba(95, 139, 186, 0.56) 64.72%, rgba(217, 217, 217, 0.00) 123.86%);
}

.testi-h1-height{
    height: 80px;
    overflow: hidden;
}

.testi-h1-height h1{
    position: relative;
  
}

.contact-image img {
    width: 100%;
    object-fit: cover;
}

.feedback {
    padding-top: 160px;
}

.feedback {
    background-image: url(../../testimonialimage/testimonialbg.png);
    width: 100%;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -98px;
}

.testimonial-svg {
    position: relative;
    width: 318px;
}

.testimonial-svg::after {
    content: "CLIENT’S FEEDBACK";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    width: 100%;
    text-align: center;
}

.testimonial-card-image img {

    object-fit: cover;
}

.testimonial-m{
    padding-top: 100px;
}

.testimonial-con {
    
    padding-bottom: 80px;
}

.card-p p {
    color: #444;
    text-align: right;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.8px;
    padding-top: 100px;
    margin-left: -94px;
    text-align: start;
}

.card-h6 h6 {
    color: #004EA2;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 113.636% */
    letter-spacing: 1.1px;
}

.card-icon i {
    color: #FCE340;
}

.card-icon {
    margin-right: 22px;
}

.card-p2 p {
    text-align: end;
    margin-right: -37px;
}

.card2-icon-left {
    margin-right: -100px;
}

.card2-icon-left {
    margin-left: -84px;
}

.card-h6-2 h6 {
    color: #E60013;
}

.testimonial-button {
    filter: drop-shadow(4px 4px 25px rgba(95, 139, 186, 0.50));
    width: 165px;
    height: 49px;
    background: #FFF;
    border: none;
    border-bottom: 3px solid #E60013;
    color: #004EA2;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-top: 40px;
}

.contact-button {
    filter: drop-shadow(4px 4px 25px rgba(95, 139, 186, 0.50));
    padding-bottom: 80px;
}

.contact-button {
    margin-top: 0px !important;
    text-align: center;
 
}

.button button {
margin-top: 0px !important;
}
.testimonial-card-video{
    position: relative;
}

.testi-vide{
    position: relative;
    display: none;
}

.testi-video video{
    width: 100%;
    object-fit: cover;
}


.testi-video-overley{
    position: absolute;
    width: 0%;
    height: 100%;
    background: linear-gradient(359deg, rgba(230, 0, 19, 0.75) -4.84%, rgba(217, 217, 217, 0.00) 132.21%);
    top: 0%;
    left: 0%;
    z-index: 9;
    padding: 10px 10px;
}

.testi-border{
    width: 100%;
    height: 80%;
    border: 1px solid white;
    position: relative;
    
}

.page8 {
    top: -50px;
}

.testi-end-icon{

position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
cursor: pointer;
}

.testimonial-col{
    width: 100% !important;
}

.testi-button button{
    opacity: 1 !important;
}

.testi-video iframe{
    width: 100%;
   
}

/*slider*/

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    object-fit: cover;
  }

  /* slider end */

