@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700;800;900&display=swap");
body {
    font-family: "Roboto", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}
.cta-primary {
    text-transform: uppercase;
    border-color: #00a68d;
    background-color: #00a68d;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 16px;
}
.cta-primary:hover {
    background-color: #00a68d;
    border-color: #00a68d;
}
.cta-primary:focus {
    background-color: #00a68d;
}
.cta-secondary {
    background-color: transparent;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}
.cta-secondary:hover {
    color: #fff;
}
.badge {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: "Ubuntu", sans-serif;
    background-color: rgba(0, 166, 141, 0.1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.625px;
    text-transform: uppercase;
    color: #00a68d;
    padding: 0.5rem 1rem;
}
.contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.contact-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
}
.contact-items .item a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.contact-items .item:not(:last-child) {
    border-bottom: 1.3px solid #e7e7e7;
}
.contact-items p:nth-of-type(2) {
 
    margin: 0 !important;

}
img.crew-img
{
	border-radius:2em;

	border-radius:2em;
}
header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header .sticky-nav {
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .contact-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}


header .contact-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
header .navbar .nav-item .nav-link {
    text-transform: uppercase;
    color: #000;
}
header .navbar .nav-item .active {
    color: #00a68d;
    font-weight: 900;
}
#footer .bg-img {
    width: 100%;
    height: auto;
}
#footer .footer-content {
    width: 100%;
    background-color: #231f20;
}
#footer .footer-content hr {
    opacity: 1;
    border-color: #fff;
}
#footer .footer-content .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
#footer .footer-content .nav-heading {
    color: #00a68d;
    font-weight: 800;
    font-size: 15px;
}
#home_page #hero {
    min-height: 100vh;
   /* background: -webkit-gradient(linear, left top, left bottom, from(#00a68d), color-stop(115.38%, #09392f)), url("./assets/img/hero.gif") center center;
    background: linear-gradient(180deg, #00a68d 0%, #09392f 115.38%), url("./assets/img/hero.gif") center center;*/
    background-blend-mode: multiply, normal;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
#home_page #hero .heading {
    font-family: "Ubuntu", sans-serif;
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
#home_page #hero .heading span {
    color: #00a68d;
}
#home_page #hero .sub-heading {
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
#home_page #services_one .container {
    background-color: #fff;
    padding: 64px;
    -webkit-box-shadow: 0px -102px 41px rgba(64, 64, 64, 0.01), 0px -57px 34px rgba(64, 64, 64, 0.03), 0px -25px 25px rgba(64, 64, 64, 0.05), 0px -6px 14px rgba(64, 64, 64, 0.06);
    box-shadow: 0px -102px 41px rgba(64, 64, 64, 0.01), 0px -57px 34px rgba(64, 64, 64, 0.03), 0px -25px 25px rgba(64, 64, 64, 0.05), 0px -6px 14px rgba(64, 64, 64, 0.06);
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}
#home_page #services_one .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#home_page #services_one .service-item .service-heading {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #00a68d;
    text-align: center;
    font-size: 24px;
}
#home_page #services_one .service-item .service-desc {
    color: #898989;
    text-align: center;
}
#home_page #services_one .carousel {
    padding-bottom: 64px;
}
#home_page #services_one .carousel .carousel-indicators {
    margin-bottom: 0px;
}
#home_page #services_one .carousel .carousel-indicators span {
    opacity: 1;
    border: 1px solid #00a68d;
    background-color: #d1fff8;
    width: 13px;
    height: 13px;
    border-radius: 100%;
}
#home_page #services_one .carousel .carousel-indicators span.active {
    background-color: #00a68d;
}
#home_page #services_one .main-heading {
    font-size: 32px;
    font-family: "Ubuntu", sans-serif;
    color: #00a886;
    font-weight: 400;
}
#home_page #services_one .main-heading span {
    color: #005649;
}
#home_page #services_one .sub-heading {
    font-weight: 400;
    color: #4a4a4a;
    font-size: 18px;
}
#home_page #services_two {
    padding-top: 200px;
    padding-bottom: 50px;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(51.4%, rgba(255, 255, 255, 0.15)), color-stop(68.13%, rgba(221, 255, 250, 0.15)), color-stop(87.42%, rgba(231, 231, 231, 0.15))),
        -webkit-gradient(linear, left bottom, left top, from(#00a68d), to(#00a68d)), url("./assets/img/services_bg.jpg");
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 51.4%, rgba(221, 255, 250, 0.15) 68.13%, rgba(231, 231, 231, 0.15) 87.42%), linear-gradient(0deg, #00a68d, #00a68d), url("./assets/img/services_bg.jpg");
    background-blend-mode: screen, multiply, normal;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
#home_page #services_two .container .main-heading {
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}
#home_page #services_two .container .services-card .details {
    background-color: white;
    height: 100%;
}
#home_page #services_two .container .services-card .details .detail-heading {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #005649;
}
#home_page #services_two .container .services-card .details .detail-desc {
    color: #231f20;
}
#home_page #services_two .ellipse {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #fff;
    -webkit-clip-path: ellipse(55% 100% at 50% 0%);
    clip-path: ellipse(55% 100% at 50% 0%);
}
#home_page #offices_section {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}
#home_page #offices_section .main-heading {
    font-family: "Ubuntu", sans-serif;
    color: #00a886;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
}
#home_page #offices_section .desc {
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    color: #231f20;
    margin-top: 32px;
}
#home_page #offices_section .office-card {
    border: 1px solid #e7e9ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 32px;
}
#home_page #offices_section .office-card .heading {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #161c2d;
}
#home_page #offices_section .office-card .sub-heading {
    font-size: 18px;
    color: #686868;
}
#home_page #offices_section .office-card .map {
    width: 100%;
    min-height: 200px;
}
#home_page #offices_section .office-card .map iframe {
    height: 100%;
    width: 100%;
}
#home_page #offices_section .office-card .cta-primary {
    text-transform: none;
    background-color: #005649;
    border-color: #005649;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}
#home_page #footer .footer-content {
    position: absolute;
    bottom: 0px;
}
#offices_page #hero {
    background-color: #f2f2f2;
    min-height: 80vh;
    padding-bottom: 100px;
}
#offices_page #hero .heading {
    font-family: "Ubuntu", sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #005649;
}
#offices_page #hero .desc {
    margin-top: 32px;
    color: #515151;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}
#offices_page #hero img {
    width: 50%;
    height: auto;
    max-height: 80vh;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 100px;
}
#offices_page #hero .ellipse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100px;
    background-color: #fff;
    -webkit-clip-path: ellipse(55% 100% at 50% 0%);
    clip-path: ellipse(55% 100% at 50% 0%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#offices_page #carousel_section {
    position: relative;
    background-color: #fff;
}
#offices_page #carousel_section .badge {
    font-size: 32px;
    padding: 0.75rem 1.75rem;
    letter-spacing: 4px;
}
#offices_page #carousel_section .carousel {
    padding-bottom: 64px;
}
#offices_page #carousel_section .carousel .carousel-indicators {
    margin-bottom: 0px;
}
#offices_page #carousel_section .carousel .carousel-indicators span {
    opacity: 1;
    background-color: rgba(212, 212, 212, 0.44);
    width: 13px;
    height: 13px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#offices_page #carousel_section .carousel .carousel-indicators span.active {
    width: 70px;
    border-radius: 16px;
    background-color: #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
}
#offices_page #carousel_section .carousel .carousel-control-next,
#offices_page #carousel_section .carousel .carousel-control-prev {
    position: relative;
}
#offices_page #carousel_section .carousel .carousel-control-next-icon,
#offices_page #carousel_section .carousel .carousel-control-prev-icon {
    height: 3rem;
    width: 3rem;
}
#offices_page #carousel_section .carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='60' viewBox='0 0 34 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8284 32.8284C34.3905 31.2663 34.3905 28.7337 32.8284 27.1716L7.3726 1.71573C5.8105 0.153631 3.27785 0.153631 1.71575 1.71573C0.153652 3.27783 0.153652 5.81049 1.71575 7.37258L24.3432 30L1.71575 52.6274C0.153652 54.1895 0.153652 56.7222 1.71575 58.2843C3.27785 59.8464 5.8105 59.8464 7.3726 58.2843L32.8284 32.8284ZM25.8691 34L30 34L30 26L25.8691 26L25.8691 34Z' fill='%23515151' fill-opacity='0.25'/%3E%3C/svg%3E%0A");
}
#offices_page #carousel_section .carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='60' viewBox='0 0 34 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17155 27.1716C-0.390544 28.7337 -0.390544 31.2663 1.17155 32.8284L26.6274 58.2843C28.1895 59.8464 30.7222 59.8464 32.2843 58.2843C33.8464 56.7222 33.8464 54.1895 32.2843 52.6274L9.65683 30L32.2842 7.37258C33.8463 5.81048 33.8463 3.27782 32.2842 1.71573C30.7222 0.15363 28.1895 0.15363 26.6274 1.71573L1.17155 27.1716ZM8.13086 26L3.99998 26L3.99998 34L8.13086 34L8.13086 26Z' fill='%23515151' fill-opacity='0.25'/%3E%3C/svg%3E%0A");
}
#offices_page #carousel_section .carousel .carousel-item .row .col-4 {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #e7e9ed;
}
#offices_page #carousel_section .carousel .carousel-item .row .col-8 {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #e7e9ed;
}
#offices_page #carousel_section .carousel .carousel-item .map {
    width: 100%;
    height: 100%;
}
#offices_page #carousel_section .carousel .carousel-item .map iframe {
    height: 100%;
    width: 100%;
}
#offices_page #carousel_section .carousel .carousel-item .heading {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #161c2d;
}
#offices_page #carousel_section .carousel .carousel-item .sub-heading {
    font-size: 22px;
    color: #686868;
}
#offices_page #crew_section {
    padding-bottom: 100px;
}
#offices_page #crew_section .main-heading {
    color: #00a68d;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
}
#offices_page #crew_section .sub-heading {
    color: #005649;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
}
#offices_page #crew_section .title {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #005649;
}
#offices_page #crew_section .position {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
}
#offices_page #crew_section .desc {
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
}
#offices_page #crew_section .crew-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#offices_page #crew_section .contact-items .item a {
    font-size: 14px;
}
#about_page #hero {
    min-height: 100vh;
}
#about_page #hero .main-heading {
    font-family: Ubuntu;
    font-size: 56px;
    color: #005649;
    font-weight: 700;
}
#about_page #detail_section {
    padding-bottom: 150px;
}
#about_page #detail_section .sub-heading {
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.35px;
    text-align: center;
    color: #00a886;
}
#about_page .main-row {
    margin-top: 20%;
}
#about_page #contact {
    background-color: #f2f2f2;
}
#about_page #contact .container {
    border-radius: 10px;
}
#about_page #contact .item.item:not(:last-child) {
    margin-bottom: 8px;
}
#about_page #contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#about_page #contact .item .contact-text {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #000;
}
#about_page #contact .item p,
#about_page #contact .item a {
    text-decoration: none;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    color: #005649;
}
#about_page #img_section {
    height: 500px;
    overflow: hidden;
}
#about_page #img_section img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#about_page .ellipse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100px;
    background-color: #f2f2f2;
    -webkit-clip-path: ellipse(55% 100% at 50% 0%);
    clip-path: ellipse(55% 100% at 50% 0%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
    .fixed-lg-top {
        margin-top: 2px !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    #footer .bg-img {
        display: none;
    }
    #footer .footer-content {
        position: relative !important;
    }
    #home_page #services_one .container {
        margin-top: -10vh;
    }
    #home_page #hero .heading {
        font-size: 40px;
        line-height: 40px;
    }
    #home_page #hero .sub-heading {
        margin-top: 8px;
        font-size: 18px;
        line-height: 18px;
    }
    #home_page #services_two .container .services-card.right .col-12:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #home_page #services_two .container .services-card.right .col-12:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #home_page #services_two .container .services-card .details {
        border-radius: 56px 56px 0px 0px;
    }
    #home_page #services_two .container .services-card img {
        border-radius: 0px 0px 56px 56px;
    }
    #offices_page .map {
        min-height: 300px;
    }
    #offices_page #hero {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(100.38%, rgba(0, 0, 0, 0.8))), url("./assets/img/offices_hero.jpg");
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100.38%), url("./assets/img/offices_hero.jpg");
        background-blend-mode: multiply, normal;
        border-radius: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #offices_page #hero .heading {
        font-size: 40px;
    }
    #offices_page #hero .desc {
        color: white;
        margin-top: 16px;
        font-size: 16px;
    }
    #offices_page #hero img {
        display: none;
    }
    #offices_page #carousel_section .badge {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #offices_page #carousel_section .carousel .carousel-item .heading {
        font-size: 20px;
    }
    #offices_page #carousel_section .carousel .carousel-item .sub-heading {
        font-size: 16px;
    }
    #offices_page #carousel_section .carousel .carousel-item .contact-items .item a {
        font-size: 16px;
    }
    #offices_page #crew_section .title {
        margin-top: 12px;
    }
    #about_page #img_section {
        height: 300px;
    }
    #about_page #contact .contact-text {
        text-align: center;
    }
    #about_page #contact .item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    .fixed-lg-top {
        margin-top: 20px !important;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    header .contact-header .col-12.col-lg-4.text-lg-end {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    #home_page #services_one .container {
        margin-top: -10vh;
    }
    #home_page #services_two .ml-n-64 {
        margin-left: -64px;
    }
    #home_page #services_two .container .services-card.left .details {
        border-radius: 56px 0px 56px 0px;
    }
    #home_page #services_two .container .services-card.left .mini-video-background {
        border-radius: 0px 56px 56px 0px;
    }
    #home_page #services_two .container .services-card.right .details {
        border-radius: 0px 56px 0px 56px;
    }
    #home_page #services_two .container .services-card.right .mini-video-background {
        border-radius: 56px 0px 0px 56px;
    }
    #home_page #footer {
        margin-top: -20%;
    }
    #offices_page .carousel-item .contact-items {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.main-hero .container h3,.main-hero .container p, .contact-header *
{
  text-shadow: 1px 1px 1px #000;
}

 .video-background {
            position: absolute;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

         .mini-video-background {
            overflow: hidden;
            height: 368px;
        }

        /* Style for the video element to cover the entire div */
        .video-background video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%);
            z-index: -1; /* Ensure the video is behind other content */
        }

        