.testimonials {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item {
    flex: 0 0 calc(30.33% - 10px);
    margin: 5px;
    box-sizing: border-box !important;
}

.testimonials .testimonial-item {
    margin: 25px !important;
}

@media only screen and (max-width: 768px) {
    .testimonials {
        flex-direction: column;
    }
}


:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Raleway", sans-serif
}

:root {
    --color-default: #2b180d;
    --color-primary: #05579e;
    --color-secondary: #2d3539
}

:root {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-default);
    color: #2d3539
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: .3s
}

a:hover {
    color: #82cbed;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary)
}

section {
    overflow: hidden;
    padding: 80px 0
}

.section-header {
    text-align: center;
    padding-bottom: 30px
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.section-header p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.breadcrumbs1 {
    padding: 5px
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(27, 47, 69, .7);
    position: absolute;
    inset: 0
}

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary)
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0 0;
    list-style: none;
    background: #f1f1f1;
    margin-bottom:0px;
}

.breadcrumb ul {
    padding-left: 0;
    margin-bottom: 10px
}

.breadcrumb li {
    display: inline-block;
    font: 14px Archivo, sans-serif;
    padding: 0 5px 0 0;
    color: #656464;
    vertical-align: middle
}

.breadcrumb li a::after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}
@media (max-width:1200px) {
    .header {
        padding: 12px 0
    }
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0 0 20px rgba(27, 47, 69, .1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: .3s
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    height: 87px
}
.Testimonials{
     background-color: white;
  }

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto
}

@media (max-width:1199px) {
    .testimonials .testimonial-item {
        margin: 40px 20px
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.footer {
    font-size: 14px
}

.clients {
    padding: 40px 0
}

#team {
    text-align: center
}

.services1 {
    padding: 60px 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.position-relative.mt-4 {
    margin-top: 3rem !important
}

.text-center {
    text-align: center !important
}

section {
    padding: 30px 0;
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary)
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@media screen and (max-width:768px) {
    .breadcrumbs p {
        margin-top: 0;
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        font-family: Raleway;
        text-align: center
    }

    .breadcrumbs h2 {
        font-size: 42px;
        font-weight: 500;
        color: #fff;
        font-family: var(--font-secondary);
        text-align: center
    }
}
.breadcrumb{
    padding-bottom:31px;
}
.banertag{
    font-size:16px;
    color:white;
}