/* ==========Banner Area========= */
.home-banner-area {
    background-image: url(../img/home/banner.jpg);
    min-height: auto;
}
.home-banner-area:before {
    background: rgba(255, 255, 255, 0.2);
}

.home-banner-text p {
    max-width: 42.1875rem;
}
.home-banner-text {
    text-align: left;
    margin-left: 0;
}
.banner-text p span {
   font-weight: 600;
   color: #0580d5;
}
.home-banner-text .bttn {
    justify-content: left;
}
.heading-container {
    overflow: hidden;
}
.home-banner-text h1 {
    margin-bottom: 0;
}
.home-banner-text p {
    margin-top: 2.5rem;
}
.heading {
    display: none;
}
.pattern-horizontal-banner {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.6875rem;
}
/* ==========Timeline=========== */

.timeline-area {
    padding-top: 4.375rem;
    padding-bottom: 8.75rem;
}
.timeline-inner {
    display: flex;
    justify-content: space-between;
}
.timeline-title {
    margin-bottom: 3.125rem;
}
.timeline-title h2 {
    margin-bottom: 0.625rem;
}
.timeline-title p {
    font-size: 1.25rem;
    font-weight: 500;
    font-stretch: normal;
    line-height: 2.25;
    color: #000;
}
.single-timeline {
    text-align: center;
    position: relative;
}
.single-timeline:before {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 16rem;
    background-color: #707070;
    left: -3.125rem;
    top: 0;
}
.single-timeline:first-child:before {
    position: unset;
}
.timeline-text {
}
.timeline-text h3 {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 0.56;
    letter-spacing: normal;
    color: #0580d5;
    margin-bottom: 2.5rem;
    margin-top: 1.875rem;
}
.timeline-text p {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
}
/* Testimonial */
.testimonial-area {
    padding: 7.5rem 0;
    background-color: #f5f5f5;
}

.testimonial-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testimonial-left {
    max-width: 50%;
    position: relative;
}
.testimonial-img {
    max-width: 35rem;
}
.testimonial-pattern {
    position: absolute;
    right: -2.5rem;
    bottom: -1.5rem;
    width: 26.5625rem;
}
.testimonial-right {
    max-width: 50%;
    position: relative;
}
.quote img {
    width: 12.6875rem;
}

.quote {
    position: absolute;
    left: -12.9375rem;
    top: -4.3125rem;
    z-index: 0;
}

.testimonial-text {
    padding-left: 3.125rem;
}
.testimonial-text h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.41;
    color: #000;
    margin-bottom: 1.5625rem;
}
.testi-info {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.testi-info img {
    border-radius: 0.4375rem;
    width: 5rem;
}
.testi-info h4 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.18;
    color: #0580d5;
}
.testi-info p {
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
}

/* Team */
.team-area {
    padding: 6.25rem 0;
}
.team-inner {
    display: flex;
    gap: 3.125rem;
    flex-wrap: wrap;
    justify-content: center;
}
.single-team {
    position: relative;
    display: inline-block;
    width: 20.625rem;
}

.team-text {
    position: absolute;
    bottom: 1.875rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.team-img {
    position: relative;
    display: inline-block;
}
.team-img img {
    border-radius: 0.4375rem;
    width: 330px;
    height: 460px;
    object-fit: cover;
}
.team-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.45;
    mix-blend-mode: multiply;
    border-radius: 0.4375rem;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #656565, #656565);
}
.team-text p {
    color: #fff;
    margin-bottom: 0.625rem;
}
.team-text h4 {
    font-size: 1.375rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.18;
    color: #fff;
}
.single-team a img {
    width: 2.6875rem;
}
/* Clients */
.clients-area {
    padding: 7.5rem 0;
}
.clients-title .title {
    margin-bottom: 5rem;
}
.clients-inner {
    max-width: 53.125rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2.5rem 0;
}
.clients-inner a {
    display: inline-block;
    width: 11.875rem;
    line-height: 3.75rem;
    font-size: 3.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #a7a7a7;
    text-decoration: none;
}
/* Accomplishments */
.accomplishments-area {
    padding: 6.25rem;
    background-color: #fff;
}
.accomplishments-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.single-accomplishments:nth-child(2) {
    background-color: #0580d5;
    padding-bottom: 8.75rem;
}
.single-accomplishments:nth-child(3) {
    background-color: #429d39;
}
.single-accomplishments {
    border-radius: 0.4375rem;
    background-color: #4a4a4a;
    max-width: 27.3125rem;
    padding: 3.125rem 1.875rem;
    min-height: 28.4375rem;
}
.single-accomplishments:nth-child(1) .accomplishments-icon img {
    width: 6.5625rem;
}
.single-accomplishments:nth-child(2) .accomplishments-icon img {
    width: 4.75rem;
}
.single-accomplishments:nth-child(3) .accomplishments-icon img {
    width: 13.0625rem;
}
.accomplishments-icon {
    margin-bottom: 1.25rem;
}
.accomplishments-text {
}
.accomplishments-text h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.3125rem;
}
.accomplishments-text p {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
/* Location */
.locations-area {
    background-color: #0580d5;
    padding: 6.25rem;
}
.locations-title {
    margin-bottom: 5rem;
}
.locations-title h2 {
    color: #fff;
    margin-bottom: 1.25rem;
}
.locations-title p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
}
.locations-inner {
    position: relative;
}
.map-marker {
    position: absolute;
}
.map-marker span {
    width: 20.5rem;
    line-height: 4.4375rem;
    border-radius: 0.4375rem;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
    border: solid 0.0625rem #ede5e5;
    background-color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #0580d5;
}
.map-marker img {
    width: 3.3125rem;
}
.canada {
    top: 9.0625rem;
    left: 4.625rem;
}
.canada img {
    position: absolute;
    right: 0;
    bottom: -1.875rem;
}
.usa img {
    position: absolute;
    left: 0;
    top: -2.5rem;
    box-shadow: 0 -0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.25rem;
}
.usa {
    position: absolute;
    top: 15.75rem;
    left: 20.1875rem;
}
.uk {
    position: absolute;
    top: 7.375rem;
    left: 45%;
}
.uk img {
    position: absolute;
    left: -0.25rem;
    top: 2.125rem;
}
.bg-gray {
    background: #f5f5f5;
}
