body {
    font-family: "Poppins", sans-serif;
}

.p1 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -1%;
    color: #676464;
}

.p__tb {
    padding: 2.5rem 0;
}

a {
    text-decoration: none;
}

.l__container {
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
}

.l__button {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    display: inline-block;
    border: 2px solid #1f5e61;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.l__button--primary {
    background-color: #1f5e61;
    border: 2px solid #1f5e61;
    color: #ffffff;
}
.l__button--primary:hover {
    background-color: #ffffff;
    color: #1f5e61;
}
.l__button--border {
    border: 2px solid #1f5e61;
    color: #1f5e61;
}
.l__button--border:hover {
    background-color: #1f5e61;
    color: #ffffff;
}

.section__title {
    margin-bottom: 1.25rem;
}
.section__title h2 {
    font-size: 2.625rem;
    font-weight: 700;
    color: #1f5e61;
    text-transform: capitalize;
}

header {
    background-color: #1f5e61;
    box-shadow: 3px 4px 11px rgba(0, 0, 0, 0.19);
}
header .logo a:hover {
    color: #2a1570;
}
header .logo img {
    height: auto;
    width: 250px;
    object-fit: contain;
}
header .navbar {
    background-color: transparent !important;
    padding: 8px 0;
}
header .navbar .logo {
    background-color: #1f5e61;
    padding: 0 0.9375rem;
}
header .navbar .logo button {
    background-color: transparent;
    border: none;
    color: #ffffff;
}
header .navbar .navbar-nav .nav-item {
    margin-left: 2.5rem;
    position: relative;
}
header .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
}
/* header .navbar .navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #ffffff;
   display: none;
} */
header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #1f5e61;
    background-color: #ffffff;
}
header .mb__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
header .navbar .lang {
    margin-left: 20px;
}
header .navbar .lang .dropdown-menu {
    min-width: auto !important;
}
header .navbar .lang .dropdown-item,
header .navbar .lang .dropdown button {
    font-size: .875rem;
}
header .mb__header--bar {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #1f5e61;
    color: #ffffff;
    border-radius: 0.3125rem;
    line-height: 2.5rem;
    text-align: center;
}
.fixed-menu {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid #fff;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.social__icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.social__icon li {
    padding: 1.25rem 0;
    color: #ffffff;
    margin-left: 2.1875rem;
}
.social__icon li:first-child {
    margin-left: 0;
}
.social__icon li a {
    color: #ffffff;
}

.footer {
    background-color: #2eb7c2;
    color: #ffffff;
    padding: 50px 0 20px;
}
.footer .Pcontainer {
    padding: 0 30px;
}
.footer__left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer__left--head h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 0.5rem;
    opacity: 80%;
}
.footer__left--head p {
    font-size: 20px;
    font-weight: 400;
}
.footer__left--mid {
    margin-bottom: 70px;
}
.footer__left--mid h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    opacity: 80%;
    color: #ffffff;
}
.footer__left--mid--office h5 {
    color: #ffffff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 24px;
}
.footer__left--mid--office ul {
    list-style: none;
    padding-left: 0;
}
.footer__left--mid--office ul li {
    margin-bottom: 22px;
}
.footer__left--mid--office ul li:last-child {
    margin-bottom: 0;
}
.footer__left--mid--office ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
}
.footer__left--foot {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.footer__left--foot span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer__left--foot img {
    width: 90px;
    height: auto;
    object-fit: contain;
}
.footer__right {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 0.9375rem 2.8125rem;
}
.footer__right h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1f5e61;
    margin-bottom: 12px;
}
.footer__right--form input,
.footer__right--form select,
.footer__right--form textarea {
    /* background: rgba(98, 232, 242, 0.26); */
    border: 1px solid #1f5e61;
    color: #000000;
    width: 100%;
    border-radius: 5px;
    padding: 0.75rem 1rem;
}
.footer__right--form input::placeholder,
.footer__right--form select::placeholder,
.footer__right--form textarea::placeholder {
    color: #000000;
}
.footer__right--form select,
.footer__right--form input {
    margin-bottom: 14px;
}
.footer__right--form textarea {
    resize: none;
}
.footer__right--form button {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 1rem 5rem;
    background-color: #1f5e61;
    border-radius: 10px;
    border: none;
    color: #ffffff;
}

.banner__slide {
    position: relative;
    height: 104vh;
}
.banner__slide--card {
    height: 100%;
}
.banner__slide--card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner__slide--card::before {
    content: "";
    background-image: url(/static/new-asset/images/banner-cover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.banner__slide .l__container {
    background: linear-gradient(89.92deg, rgba(217, 217, 217, 0.9) 41.07%, rgba(217, 217, 217, 0) 101.6%);

}
.banner__slide--card---content {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    z-index: 2;
    width: 730px;
    height: auto;
}
.banner__slide--card---content .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 730px;
}
.banner__slide--card---content .content h2,
.banner__slide--card---content .content h2 * {
    font-weight: 700 !important;
    font-size: 1.375rem !important;
    color: #1f5e61 !important;
    margin-bottom: 1rem !important;
    width: 730px !important;
}
.banner__slide--card---content .content .title p {
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 10px;
    width: 730px;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.banner__slide--card---content .content p:last-child {
    margin-bottom: 0;
}
.banner__slide--card---content .content .office {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid rgba(31, 94,97, 0.24);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    margin-bottom: 2.1875rem;
    border-radius: 0.625rem;
    width: 500px;
    /* width: 95%; */
}
.banner__slide--card---content .content .row .col-4 {
    border-right: 1px solid rgba(31, 94,97, 0.24);
}
.banner__slide--card---content .content .office__card {
    /* text-align: center; */
    /* padding-right: 2.8125rem; */
}
.banner__slide--card---content .content .office .row {
    justify-content: space-evenly;
}
.banner__slide--card---content .content .office .row .col-4:last-child {
    border-right: none;
}
.banner__slide--card---content .content .office__card span,
.banner__slide--card---content .content .office__card strong {
    display: block;
}
.banner__slide--card---content .content .office__card div:last-child {
    font-weight: 400;
    font-size: 0.875rem;
    color: #696464;
}
.banner__slide--card---content .content .office__card div:first-child {
    font-weight: 700;
    font-size: 1.375rem;
    color: #000000;
}

/* .banner__slide--card---content .content .button__group {
    text-align: right;
} */
.banner__slide--card---content .content .button__group a {
    margin-left: 1.25rem;
}
.banner__slide--card---content .content .button__group a:first-child {
    margin-left: 0;
}


.service {
    margin-top: -8rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0.9375rem;
    padding: 25px;
}
.service__card {
    background: #ffffff;
    border: 1px solid rgba(31, 94,97, 0.11);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.9375rem;
    padding: 2.5rem;
    transition: all 0.5s ease;
}
.service__card:hover {
    transform: translateY(-10px);
}
.service__card--img img {
    height: 3.125rem;
    width: 3.125rem;
    object-fit: contain;
}
.service__card--content {
    margin-top: 1rem;
}
.service__card--content h4 p {
    font-weight: 700;
    font-size: 1.25rem;
    color: #454444;
    margin-bottom: 1rem;
}
.service__card--content p {
    font-weight: 400;
    font-size: 1rem;
    color: #6d6a6a;
    margin-bottom: 1.6875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service__card--content .l__button {
    padding: .5rem 1.25rem;
}
.service__dtl--img {
    height: 21.875rem;
    width: 100%;
    overflow: hidden;
}
.service__dtl--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* .service__dtl--content {
    font-weight: 700;
    font-size: 1.25rem;
    color: #454444;
    margin-bottom: 1rem;
} */
.service__modal .modal-body button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.service__modal .service__dtl--content h4 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #454444;
    margin-bottom: 1rem;
}
.client__modal .modal-body h4,
.client__modal .modal-body h5,
.client__modal .modal-body p,
.client__modal .modal-body span {
    color: #000000 !important;
}

.choose .row > .col-6:hover {
    z-index: 1;
    position: relative;
}

.choose__card--img {
    height: 22.5rem;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    z-index: -1;
}

.choose__card--img:hover {
    transform: translateY(-10px) scale(1.5);
    z-index: 9999999;
}
.choose__card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.choose__card--content {
    text-align: center;
    margin-top: 16px;
}
.choose__card--content h4 * {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #454444 !important;
    margin-bottom: 0.5rem !important;
}
.choose__card--content p {
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 400;
    color: #6d6a6a;
    margin-bottom: 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden; */
}

.presence img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.presence p {
    margin-bottom: 0;
    font-weight: 400;
    color: #6d6a6a;
    font-size: 1rem;
    text-align: center;
}

.team__card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    width: 100%;
    transition: all 0.5s ease;
}
.team__card--img {
    width: 11.25rem;
    height: 11.25rem;
    overflow: hidden;
    transition: all 0.5s ease;
}
.team__card--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.team__card--content {
    width: calc(100% - 11.25rem);
}
.team__card--content h4 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
    color: #696464;
}
.team__card--content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team__card--content ul li {
    position: relative;
    padding-left: 2.1875rem;
    margin-bottom: 0.75rem;
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
}
.team__card--content ul li img {
    position: absolute;
    top: 0;
    left: 0;
}
.team__card--content ul li p {
    margin-bottom: 0;
}
.team__card--content ul li.university span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial {
    background-image: url(/static/new-asset/images/testimonial-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2.5rem;
}
.testimonial__card {
    text-align: center;
}
.testimonial__card p {
    font-weight: 500;
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: 2.5rem;
}
.testimonial__card img {
    width: 10.625rem !important;
    height: auto;
    object-fit: contain;
    margin: auto;
}
.testimonial__card h5 {
    font-weight: 500;
    font-size: 1.25rem;
    color: #000000;
    margin-top: 1.25rem;
}
.testimonial__slider .owl-dot span {
    width: 1.25rem !important;
    height: 0.125rem !important;
    background-color: #000000 !important;
}
.testimonial__slider .owl-dot.active span {
    background-color: #878787 !important;
}

.client {
    background-color: #fbfbfb;
    margin-top: 2.5rem;
}
.client__section {
    background-color: #d8fafd;
    padding: 2.8125rem;
    margin-bottom: 1.25rem;
}

.client__section h3,
.client__section h5,
.client__section h4 {
    color: #1f5e61;
}
.client__section h4 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 2.1875rem;
}
.client__card {
    background-color: #ffffff;
    padding: 1.875rem 1.25rem;
    transition: all 0.5s ease;
}
.client__card h5.title {
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1f5e61;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    margin-bottom: 0;
}
.client__card h5.title.title__jp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.modal-title p,
.client__card h5.title.title__jp p {
    margin-bottom: 0;
}
/* .client__card h5 span {
    background-color: #1f5e61;
    line-height: 1.875rem;
    height: 1.875rem;
    width: 1.875rem;
    display: inline-block;
    text-align: center;
    border-radius: 0.3125rem;
} */
.cl__content {
    margin: 1rem 0;
    padding: 0;
    max-height: 140px;
    overflow-y: scroll;
}
.cl__content ul {
    padding: 0;
}

.cl__content::-webkit-scrollbar {
    width: 5px;
}
.cl__content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cl__content::-webkit-scrollbar-thumb {
    background: #d8fafd;
}
.cl__content::-webkit-scrollbar-thumb:hover {
    background: #d8fafd;
}
.cl__content li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #6d6a6a;
    margin-bottom: 0.625rem;
}
.cl__content li:last-child {
    margin-bottom: 0;
}
.cl__content li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #1f5e61;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 5px;
}
.client__card .more {
    font-weight: 500;
    font-size: 0.75rem;
    color: #1f5e61;
    text-align: right;
    display: block;
}
.client__card:hover {
    transform: scale(1.1);
}

.modal-header .modal-title {
    color: #2eb7c2;
}

.blog__card {
    background-color: #f9f9f9;
    color: #000000;
    border: 1px solid #f9f9f9;
}
.blog__card--img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.blog__card--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
}
.blog__card--content {
    padding: 25px;
    color: #000000;
}
.blog__card--content .category {
    color: #2eb7c2;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.blog__card--content h3 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.blog__card--content p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.blog__card:hover img {
    transform: scale(1.2);
}
blog__dtl h1 {
	color: #000000;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.blog__dtl img {
	object-fit: contain;
	height: auto;
	width: 100%;
}
.blog__dtl .meta {
	border: 1px solid #ececec;
	padding: 10px;
	margin-top: 20px;
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog__dtl .meta-share span,
.blog__dtl .meta-date span {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #918888;
}
.blog__dtl .meta-share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.625rem;
}
.blog__dtl .meta-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog__dtl .meta-share li {
    margin-left: 15px;
}
.blog__dtl .meta-share li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #ffffff;
}
.blog__dtl .meta-share ul li a.facebook {
	background-color: #3b5998;
}
.blog__dtl .meta-share ul li a.twitter {
	background-color: #1da1f2;
}
.blog__dtl .articles {
	background-color: #f5f5f5;
	padding: 1.125rem;
}
.blog__dtl .articles article {
	background-color: #ffffff;
	padding: 1rem;
}
.blog__dtl .articles article img {
	height: 80px;
	width: 100%;
	object-fit: cover;
	border-radius: 0.625rem;
}
.blog__dtl .articles article a {
	text-decoration: none;
	color: #000000;
}
.blog__dtl .articles article h4 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog__dtl ol li {
	line-height: 2.5;
	font-weight: 500;
}
.blog__dtl .category__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px;
}
.blog__dtl .category__list li{
    margin-bottom: 10px;
}
.blog__dtl .category__list li a {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}
.blog__dtl .category__list li a:hover {
    color: #2eb7c2;
}
.blog__dtl aside {
    position: sticky;
    top: 90px;
}

.flex__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog__dtl aside .l__button,
.flex__title .l__button {
    padding: .5rem 1.25rem;
}

@media all and (max-width: 1200px) {
    .offcanvas-header {
        display: block;
    }
    .navbar {
        padding-top: 0 !important;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 50%;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .mobile-offcanvas.navbar {
        background: #ffffff !important;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    header .navbar {
        background-color: #ffffff !important;
    }
    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
        padding: 0 1rem;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        color: #000000;
    }
    header .navbar .logo {
        /* padding: 0.9375rem; */
    }
    .social__icon {
        padding-left: 1rem;
    }
    .social__icon li a {
        color: #000000;
    }
    .screen-darken.active + .fixed-menu {
        width: auto;
        z-index: 999;
    }
}
@media all and (max-width: 991px) {
    .l__button {
        padding: .625rem 1rem;
        border-radius: 0.5rem;
        font-size: .75rem;
    }
        .banner__slide {
        height: 700px;
    }
    .banner__slide--card---content .content .button__group .l__button {
        padding: 1rem 1.25rem;
    }
    .banner__slide--card---content .content p,
    .banner__slide--card---content .content h2,
    .banner__slide--card---content .content,
    .banner__slide--card---content {
        width: 90%;
    }
    .banner__slide--card---content .content p {
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .banner__slide--card---content .content h2,
    .banner__slide--card---content .content h2 * {
        width: 100% !important;
    }
    .footer__right {
        padding: 0.9375rem;
    }

    .service__card {
        padding: 1rem;
    }

    .client__section {
        padding: 1.25rem;
    }
    .client__card {
        padding: 1rem;
    }
    .cl__content {
        padding-left: 1.25rem;
    }
    .cl__content:before {
        left: 0;
    }
    .service__card {
        margin-bottom: 1.5625rem;
    }
}
@media (max-width: 767px) {

    .l__button {
        padding: .625rem 1rem;
        border-radius: 0.5rem;
        font-size: .75rem;
    }

    .section__title h2 {
        font-size: 1.625rem;
    }

    .screen-darken.active + .fixed-menu {
        width: auto;
        z-index: 999;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        color: #000000;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 20px;
    }

    .banner__slide {
        height: 31.25rem;
    }
    .banner__slide--card---content .content .office,
    .banner__slide--card---content .content p,
    .banner__slide--card---content .content h2,
    .banner__slide--card---content .content,
    .banner__slide--card---content {
        width: 98%;
    }
    .banner__slide--card---content .content p {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .banner__slide--card---content .content .office__card strong {
        font-size: 16px;
    }
    .banner__slide--card---content .content .office {
        padding: .3125rem;
    }
    .banner__slide--card---content .content .office__card {
        padding-right: 0;
    }
    .banner__slide--card---content .content .office__card span {
        font-size: 0.75rem;
    }
    .banner__slide--card---content .content .button__group a {
        margin: 0;
    }
    .banner__slide--card---content .content .button__group .l__button {
        padding: 0.625rem 1rem;
        border-radius: 0.3125rem;
    }

    .team__card--img {
        width: 7.5rem;
        height: 7.5rem;
    }
    .team__card--content {
        width: calc(100% - 7.5rem);
    }
    .team__card--content h4 {
        margin-bottom: .75rem;
    }

    .footer__left--mid {
        margin-bottom: 30px;
    }
    .footer__left--foot {
        display: block;
    }

    .client__section {
        padding: 1.25rem;
    }
    .client__card {
        padding: 1.25rem;
    }
    .service__card--content {
        margin-top: 1rem;
    }
    .team__card--content h4,
    .testimonial__card p,
    .client__card h5,
    .choose__card--content h4,
    .service__card--content h4 {
        font-size: 1.125rem;
    }

    .team__card--content ul li span,
    .footer__left--foot span,
    .footer__left--mid--office ul li span,
    .footer__left--head p,
    .client__card p,
    .client__card li,
    .presence p,
    .choose__card--content p,
    .service__card--content p {
        font-size: 0.75rem;
    }
    .choose__card--img {
        height: 9.375rem;
        display: block;
    }
    .choose__card--img img {
        object-fit: contain;
    }
    .service {
        margin-top: -6rem;
        padding: .625rem;
    }
    .service__card {
        margin-bottom: 1.5625rem;
        padding: .625rem;
    }
    .service__card--img {
        display: flex;
        gap: 4px;
    }
    .service__card--img img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .service__card--img h4 {
        font-size: .875rem;
        width: calc(100% - 25px);
        margin-bottom: 0;
        font-weight: 600;
    }
    .service__card--content p {
        margin-bottom: 1rem;
    }
    .service__card:hover {
        transform: translateY(0);
        background-color: #1f5e61;
    }
    .service__card:hover h4,
    .service__card:hover p {
        color: #ffffff;
    }
    .service__card:hover .l__button {
        background-color: #ffffff;
        color: #1f5e61;
        border-color: #fff;
    }
}

@media (max-width: 320px) {
}

/*# sourceMappingURL=style.css.map */
