@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Jost", sans-serif;
    background: #fff;
    overflow-x: clip;
}

body.modal-open {
    padding: 0 !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #f2510b;
    --primary-color: #00ccff;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.0625rem;
    color: #535353;
}

h1,
h2,
h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader img {
    width: 250px;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* btn css */

.themeBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.945em 2.27em;
    border-radius: 0;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid var(--theme-color);
    /* padding: 1.04em 2em; */
}


/* btn css */


/* mouse animation css  */

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.mouse {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}


/* mouse animation css  */


/* navigation css */

header {
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin-right: 4rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.0625rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--theme-color);
}

.dropdown-item:hover {
    color: var(--theme-color);
}

.form-inline ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.form-inline ul li .caltop {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-inline ul li select {
    border: 0;
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    width: 46px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    width: 150px;
}

.navbar-brand>img,
.footerLogo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerLogo {
    width: 200px;
}


/* navigation css */


/* slider css */

.mainSlider {
    height: 805px;
    position: relative;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    /* overflow: hidden; */
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slideContent {
    text-align: center;
}

.homeSlider .slide-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 30%;
}

.slideContent h2 {
    font-size: 4.375rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 800;
    line-height: 4.375rem;
    margin: 0;
}

.mainSlider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid var(--white);
    opacity: 1;
}

.mainSlider .swiper-pagination-bullet-active {
    background: var(--white);
}

.mainSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10rem;
    gap: 0.2rem;
}

.mainSlider .swiper-button-prev {
    width: 73px;
    height: 73px;
    border: 2px solid var(--white);
    border-radius: 50%;
    left: 4.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainSlider .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainSlider .swiper-button-next {
    width: 73px;
    height: 73px;
    border: 2px solid var(--white);
    border-radius: 50%;
    right: 4.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainSlider .swiper-button-next:after {
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainSlider .swiper-button-prev:hover,
.mainSlider .swiper-button-next:hover {
    background: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.signupMain {
    padding: 0;
    position: relative;
    z-index: 1;
}

.signupList {
    background: var(--primary-color);
    padding: 3.56rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: -6.5rem;
}

.signupList ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.signupList h2 {
    font-size: 3.75rem;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 3.6rem;
}

.signupList h3 {
    font-size: 2.0625rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.signupList label {
    display: block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-weight: 600;
}

.signupList input {
    width: 300px;
    height: 66px;
    border: 0;
    padding: 0 10px;
}


/* slider css */

.signupList form {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
}

.signupList div {
    flex-shrink: 0;
}

.signupList .themeBtn {
    border: 0;
    margin-top: 30px;
    height: 66px;
    color: var(--white);
    padding: 0.945em 1.22em;
}

.subHeading {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.subHeading span {
    width: 78px;
    height: 1px;
    display: block;
    background: var(--primary-color);
}

.heading {
    font-size: 4.375rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.aboutContent p {
    margin: 0 0 2rem;
}

.aboutContent .themeBtn.borderBtn {
    border-color: var(--black);
    color: var(--black);
}

figure.abtImg {
    position: relative;
    z-index: 1;
}

figure.abtImg:before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 575px;
    height: 577px;
    border: 1px solid #707070;
    z-index: -1;
}

.padLeft {
    padding-left: 6rem;
}

.aboutMain {
    padding: 6rem 0;
}

.serviceMain {
    background: #004fa1;
}

.subHeading.white,
.heading.white {
    color: var(--white);
}

.serviceBox figure {
    position: relative;
    overflow: hidden;
}

.serviceBox figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.serviceBox:hover figure::before {
    -webkit-animation: circle .85s;
    animation: circle .85s;
}

.serviceBox figure img {
    height: 450px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.serviceBox:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.serviceBox figure .overlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), #000000);
    height: 214px;
    display: flex;
    align-items: flex-end;
    padding: 20px 30px;
}

.serviceBox figure .overlay a {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 600;
}

.serviceBox {
    margin-bottom: 2.5rem;
}

.blogCard figure {
    position: relative;
}

.blogCard figure .overlay {
    position: absolute;
    bottom: 0;
    padding: 30px 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 282px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.blogCard figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 24%;
}

.blogCard figure .overlay span {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    display: inline-block;
    margin: 0 0 10px;
}

.blogCard figure .overlay h2 {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 14px;
}

.blogCard figure .overlay p {
    font-size: 14px;
    color: #D9D9D9;
    font-weight: 500;
    /* font-family: "Jost", sans-serif; */
    line-height: 1.4375rem;
    margin: 0 0 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogCard figure .overlay a {
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
}

.blogSlider .swiper-slide.swiper-slide-next .blogCard {
    transform: scale(1.3);
}

.blogSlider {
    padding: 4rem 0;
}

.blogSlider .swiper-slide.swiper-slide-next .blogCard .overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), #000000);
}

.blogCard {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blogSlider .swiper-slide.swiper-slide-next .blogCard figure:before {
    display: none;
}

.blogMain .swiper-button-prev {
    left: -4rem;
    flex-direction: column;
    font-size: 1rem;
    color: #8F8D8D;
    font-weight: 600;
}

.blogMain .swiper-button-prev:after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 3rem;
}

.blogMain .swiper-button-next {
    right: -4rem;
    flex-direction: column;
    font-size: 1rem;
    color: #8F8D8D;
    font-weight: 600;
}

.blogMain .swiper-button-next:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 3rem;
}

.blogMain .themeBtn.borderBtn {
    border-color: var(--black);
    color: var(--black);
    display: table;
    margin: 2.5rem auto 0;
}

.wantMain {
    background: url(../images/wantbg.webp) no-repeat top center / cover;
    position: relative;
    text-align: center;
    padding: 7rem 0;
    height: 611px;
}

.wantMain:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(242 81 11 / 76%);
}

.wantMain h2 {
    font-size: 5.25rem;
    color: var(--white);
    margin: 0;
    line-height: 1.3;
}

.wantMain h2 strong {
    font-weight: 800;
}

.wantMain p {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    margin: 0 0 2rem;
}

.wantMain .themeBtn.borderBtn {
    border-color: var(--white);
    color: var(--white);
}

.videoMain {
    padding: 0 0 3rem;
    margin-top: -12.5rem;
}

.videoCard {
    position: relative;
}

.videoCard a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    background: var(--white);
    border-radius: 50%;
    color: var(--black);
    font-size: 1.7rem;
}

.reviewMain {
    background: #F1F1F1;
}

.reviewMain .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
}

.reviewMain .subHeading {
    justify-content: center;
    margin: 0 0 15px;
}

.reviewSlider p {
    text-align: center;
    margin: 0 20px;
    font-size: 1.375rem;
    color: #1D3146;
    font-weight: 500;
    line-height: 2.8125rem;
}

.reviewSlider span {
    display: table;
    margin: 1.5rem auto 0;
    font-size: 1.375rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
}

.reviewMain .swiper-button-prev {
    width: 73px;
    height: 73px;
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 12%;
    left: -10rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reviewMain .swiper-button-prev:after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: var(--black);
    font-size: 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reviewMain .swiper-button-next {
    width: 73px;
    height: 73px;
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 12%;
    right: -10rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reviewMain .swiper-button-next:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: var(--black);
    font-size: 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reviewMain .swiper-button-next:hover,
.reviewMain .swiper-button-prev:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.reviewMain .swiper-button-next:hover:after,
.reviewMain .swiper-button-prev:hover:after {
    color: var(--white);
}

.industryList {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.industryList a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.5625rem;
    color: var(--black);
    font-weight: 600;
}

.reviewMain .heading img,
.industryList a img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(100%) saturate(2362%) hue-rotate(151deg) brightness(101%) contrast(104%);
}

.industryList a+a {
    margin-top: 3rem;
}

.centerList {
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
}

.centerList .industryList {
    display: table;
    margin: auto;
}

.rightList .industryList {
    display: table;
    margin-left: auto;
}

.mapMain {
    padding-top: 0;
}

.mapMain iframe+.row {
    margin-top: 3rem;
}

.quickCall {
    text-align: center;
    border: 2px solid #02112A;
    padding: 2.5rem 0;
}

.quickCall h3 {
    font-size: 2.0625rem;
    color: #0E0E0C;
    font-weight: 600;
    text-transform: uppercase;
}

.quickCall figure {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quickCall a {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 400;
}


/* footer css start */

footer {
    background: var(--black);
    padding-top: 5rem;
}

.quickList h2 {
    font-size: 1.5625rem;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 1.7rem;
}

.quickList ul li a {
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
}

.quickList ul li+li {
    margin: 15px 0 0;
}

ul.footerSocial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

ul.footerSocial li+li {
    margin: 0;
}

ul.footerSocial li a {
    font-size: 1.5rem;
}

.copyRight p {
    text-align: center;
    margin: 4rem 0 0;
    font-size: 1.375rem;
    color: var(--white);
    font-weight: 500;
    border-top: 1px solid #616161;
    padding: 2rem 0;
}

.quickList ul li a:hover,
ul.footerSocial li a:hover {
    color: var(--theme-color);
}

.quickCall:hover a,
.industryList a:hover {
    color: var(--theme-color);
}


/* footer css end */

.wantMain .themeBtn.borderBtn:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.themeBtn.borderBtn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}

.blogMain .swiper-button-prev:hover,
.blogMain .swiper-button-next:hover {
    color: var(--theme-color);
}

section.setMap {
    padding: 0 0 2.5rem;
}


/* inner pages css start */

.innerBanner {
    padding: 0;
    position: relative;
}

.innerBanner img {
    height: 564px;
    object-fit: cover;
}

.innerBanner h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.375rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 800;
}

.innerBanner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 30%;
}

.aboutContent.padRight {
    padding-right: 6rem;
}

.aboutMain.aboutPage .row+.row {
    margin-top: 4rem;
}

.aboutContent.service--pgContent {
    background: #F2F2F2;
    /* height: 506px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
}

.aboutContent.service--pgContent .heading {
    font-size: 2.5rem;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.aboutContent.service--pgContent p {
    margin-bottom: 1rem;
}

.aboutContent.service--pgContent .servicesList {
    list-style-type: disc;
    margin: 0 0 1.5rem 1.25rem;
    color: #535353;
}

.servicesImg {
    position: sticky;
    top: 5%;
}

.service--Main .row+.row {
    margin-top: 1.5rem;
}

.setMap.locationPage {
    padding-top: 4rem;
}

.blogpg--card .blogoverlay span {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 500;
    display: inline-block;
    margin: 0 0 10px;
}

.blogpg--card .blogoverlay h2 {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: 600;
    margin: 0 0 14px;
}

.blogpg--card .blogoverlay p {
    font-size: 1rem;
    color: #535353;
    font-weight: 500;
    line-height: 2.0625rem;
    margin: 0 0 13px;
}

.blogpg--card .blogoverlay a {
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
}

.blogoverlay {
    padding-top: 1.2rem;
}

.blogpg--card+.blogpg--card {
    margin-top: 5rem;
}

.review--content {
    text-align: center;
}

.review--content p {
    font-size: 1.375rem;
    color: #1D3146;
    line-height: 2.8125rem;
    margin: 1.5rem 0 1.5rem;
}

.review--content span {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
}

.review--content+.review--content {
    margin-top: 5.5rem;
}

.contact--form input {
    background: #F1F1F1;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    width: 100%;
    height: 80px;
    font-size: 1.188rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
}

.contact--form textarea {
    background: #F1F1F1;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    width: 100%;
    height: 222px;
    font-size: 1.188rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    resize: none;
}

.contact--form .themeBtn.borderBtn {
    display: table;
    margin: auto;
}


/* inner pages css end */

/* Banner Modal */

.blogModal .modal-dialog {
    max-width: 45%;
}

.blogModal .modal-dialog .close {
    all: unset;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--primary);
    opacity: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    z-index: 11;
    cursor: pointer;
}

.blogModal .modal-dialog .modal-body {
    padding: 3rem 2.5rem;
}

.blogModal .modal-dialog .modal-body .title {
    font-size: 2rem;
    font-weight: 700;
}

.blogModal .modal-dialog .modal-body p {
    margin: 0;
    font-size: 1.125rem;
}

.location-iframe {
    margin-bottom: 2rem;
}

.location-iframe iframe {
    border: 2px solid #02112A;
}

.location-iframe h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

.location-iframe h5 {
    font-size: 1.125rem;
    color: #7f7f7f;
}

.aboutContent-list li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 400;
    color: #535353;
}

.aboutContent-list li::before {
    content: "";    
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--theme-color);
    display: inline-block;
    margin-right: 0.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
}