@font-face {
    font-family: "robotoBold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "robotoReg";
    src: url("../fonts/Roboto-Regular.ttf");
}

.rtBold {
    font-family: "robotoBold";
}

.rtReg {
    font-family: "robotoReg";
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "robotoReg", sans-serif;
}

li,
h1,
h2,
h3,
h4 {
    text-align: left;
}

#header {
    z-index: 999;
    position: relative;
}

body {
    top: 0 !important;
}

:root {
    --base-color: #02afaa;
}

.about_card h5 {
    color: var(--base-color);
}

.about_card h4 {
    font-size: 1.15rem;
}

.philosophy_section p.fw-bold.font-play {
    color: var(--base-color);
}

p {
    text-align: justify;
}

.text-center>p,
.service_section:not(.philosophy_section) p,
.text-center>h1,
.text-center>h2,
.text-center>h3,
.text-center>h4 {
    text-align: center !important;
}

#header nav ul li a:not(.btn) {
    padding: 15px 1rem !important;
}

#header nav ul li a.mt-3 {
    margin-top: 9px !important;
}

header .languageSelector i {
    color: white;
    font-size: 20px;
}

.languageWrapper {
    position: relative;
    z-index: 30;
}

.languageContainer {
    /* opacity: 0; */
    padding: 5px 0;
    position: absolute;
    cursor: pointer;
    background-color: white;
    top: 45px;
    z-index: 3;
    left: -17px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* transition: opacity 0.3s ease-in-out; */
    display: none;
    width: 125px;
}

/*
.languageWrapper:focus-within .languageContainer {
    display: block;
} */
.showDiv {
    display: block;
}

.languageContainer button {
    margin: 0;
    width: 100%;
    border: none;
    display: block;
}

.languageContainer button:hover {
    background-color: var(--secondary-color);
}

header .languageSelector {
    background-color: transparent;
    border: none;
}

html {
    overflow-x: hidden !important;
}

input:focus,
textarea:focus {
    box-shadow: none !important;
}

.home_banner {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.home_banner video {
    z-index: -2;
}

a.nav-link.active,
a.nav-link:hover {
    background-color: #213351a1;
}

a:not(.nav-link):hover {
    color: var(--base-color) !important;
}

.home_banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(17, 28, 46, 0.1) 49%,
            rgba(17, 28, 46, 0.3) 82%);
    z-index: -1;
}

h5 span {
    font-weight: 600;
}

.home_banner_bg_hover::after {
    height: 0% !important;
}

.home_banner_bg::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/video_poster.png");
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
    transition: 0.5s ease-out;
}

.home_banner_bg_hover {
    height: 550px !important;
}

.about_section .row .col-lg-6 img {
    width: 85%;
}

.brochureBg .row .col-md-4 img {
    width: 100%;
    height: 370px;
    object-fit: contain;
}

.home_banner_bg_hover::before {
    height: 0% !important;
}

.home_banner.about_banner::before {
    background: url("../images/about/aboutBanner1.png");
    background-size: cover;
}

.home_banner.asset_banner::before {
    background: url("../images/services/servicespages/asset-management-h.png");
    background-size: cover;
    scale: 2;
}

.home_banner.fund_banner::before {
    background: url("../images/services/servicespages/fund-management-f.jpg");
    background-size: cover;
    background-position: bottom left;
}

.home_banner.consultancy_banner::before {
    background: url("../images/services/servicespages/consultancy-advisory-h.png");
    background-size: cover;
    background-position: center center;
}

.home_banner.due_banner::before {
    background: url("../images/services/servicespages/due-diligence-h.jpg");
    background-size: cover;
    background-position: center center;
}

.home_banner.project_banner::before {
    background: url("../images/services/servicespages/project-management-h.jpg");
    background-size: cover;
    scale: 1.5;
}

.home_banner.what_banner::before {
    background: url("../images/services/what_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.home_banner.philosophy_banner::before {
    background: url("../images/philosophy/policy_banner.png");
    background-size: cover;
}

.home_banner.contact_banner::before {
    background: url("../images/contact.png");
    background-size: cover;
}

.home_banner.resources_banner::before {
    background: url("../images/resources_banner.png");
    background-size: cover;
}

.home_banner.policy_banner::before {
    background: url("../images/policy-h.jpg");
    background-size: cover;
    scale: 1.5;
}

.home_banner.cookies_banner::before {
    background: url("../images/cookies-f.jpg");
    background-size: cover;
    background-position: center center;
}

.home_banner.terms_banner::before {
    background: url("../images/terms-h.jpg");
    background-size: cover;
    background-position: center center;
}

.home_banner .content .row:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 98%;
    height: 2px;
    background: white;
    z-index: -1;
    transform: translateX(-50%);
}

.play_button {
    bottom: 110px;
    right: 70px;
}

.poster_image {
    z-index: -1;
}

h2,
h5 {
    font-family: "robotoBold";
}

h2 span,
h4 {
    color: #02afaa;
    font-weight: bold;
}

.aboutImage {
    margin-top: -20px;
    margin-left: -60px;
}

.about_section p,
.service_section p {
    font-size: 14px;
    line-height: 24px;
}

.service_section h5 {
    font-size: 1.15rem;
}

ul {
    padding-left: 1rem;
}

.service_box ul li {
    padding-bottom: 0.25rem;
}

.demo_slider .slide {
    background-image: url(../images/slider_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 100px 60px;
    background-size: 100% 100%;
}

.demo_slider .slide .row {
    justify-content: center;
    align-items: center;
}

.slide_content ul li {
    padding-bottom: 20px;
}

/* .slide_content .row .col-md-6:last-child img {
  filter: drop-shadow(3px 4px 6px var(--base-color));
} */
.slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.slick-dots li {
    background-color: var(--base-color) !important;
    height: 3px !important;
    width: 60px !important;
    list-style: none !important;
    opacity: 0.5;
}

.slick-dots li.slick-active {
    opacity: 1 !important;
}

.contact_bg {
    background-color: #111c2e;
    position: relative;
}

.img-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    perspective: 1000px;
}

img.contact-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    /* Initial rotation */
    animation: orbit 8s linear infinite;
}

@keyframes orbit {
    to {
        transform: translate(-50%, -50%) rotateY(360deg);
        /* Orbit around Y-axis */
    }
}

#header.franceHeader nav ul li a:not(.btn) {
    padding: 15px 0.3rem !important;
    font-size: 14px !important;
}

#header.franceHeader nav ul li a.mt-3 {
    margin-top: 10px !important;
    padding: 5px !important;
    font-size: 14px;
}

.contact_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(2, 175, 170, 0.48792016806722693) 49%,
            rgba(2, 175, 170, 0.8492647058823529) 82%);
    z-index: 1;
    opacity: 0.5;
}

.form-control {
    margin-bottom: 20px;
}

.contact_section .col-md-6:last-child {
    background-color: #fafafa;
}

.form-control,
.form-check-input {
    border: 2px solid #000;
    border-radius: 0;
    margin-top: 10px;
    padding: 12px 10px;
}

label {
    font-weight: 500;
}

.subscribebtn {
    padding: 13px 10px;
}

.form-check-input[type="checkbox"] {
    padding: 7px;
    border-radius: 0 !important;
}

footer {
    font-size: 14px;
}

footer a {
    text-decoration: none;
    color: #000;
}

footer .contactInfo a {
    font-size: 12px;
    text-decoration: underline;
    text-wrap: nowrap;
    font-weight: 500;
}

.fixedHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #0c223b;
    /* box-shadow: 0px 0px 25px 4px #999; */
    /* border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; */
    padding-bottom: 15px 0 0 0;

    /* border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  */
    border-bottom: 4px solid var(--base-color);
}

@media (max-width: 660px) {
    .fixedHeader {
        position: fixed !important;
        top: -10px;
    }

    .heroMainLeft {
        width: 100%;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0c223b;
}

::-webkit-scrollbar-thumb:hover {
    background: #0c223b;
}

.flag {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.cardBg {
    background-image: url("../images/downloadBg.png");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat;
}

.cardBg2 {
    background-image: url("../images/downloadBg2.png");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    height: 450px;
}

.cardBg img {
    filter: drop-shadow(1px 0px 1px #fff);
    object-fit: contain;
}

.commitmentBg {
    position: relative;
    border-radius: 30px;
    background-color: #e9eaec;
    padding: 80px 40px 30px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px, rgba(0, 0, 0, 0.4) 0px 2px 4px inset; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/* .contentSlider {
  padding-top: 80px;
} */

.contentSlider .slide {
    padding: 0 10px;
    height: 100% !important;
}

.about-1 {
    box-shadow: rgba(0, 0, 0, 0.25) -5px 4px 5px;
}

.about-2 {
    box-shadow: rgba(0, 0, 0, 0.25) 5px 4px 5px;
}

.contentSlider .slide .cardBoxes {
    background-color: white !important;
    color: #000;
    height: 300px !important;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow-x: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px,
        rgba(0, 0, 0, 0.3) 0px 7px 7px -3px,
        rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
}

.about_card .card {
    overflow: hidden !important;
}

.about_card .card .card-body {
    z-index: 2;
    background-color: white;
}

.about_card .card:hover .card-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(167deg,
            rgba(255, 255, 255) 42%,
            rgba(2, 175, 170, 0.5775560224089635) 100%);
}

.p_image svg {
    fill: var(--base-color);
}

.about_card .card:hover .card-img-top {
    transform: scale(1.3);
    transition: 0.3s ease-in;
}

.contentSlider .slide .cardBoxes p {
    font-size: 15px !important;
    max-height: 250px;
    overflow-y: auto !important;
}

.contentSlider .slide .cardBoxes h5 {
    background-color: white;
    /* position: absolute; */
    bottom: 0px;
    left: 15px;
    width: 100%;
    padding: 0px 0;
    font-size: 16px;
}

.custom-dots-container ul.slick-dots {
    place-content: start !important;
}

.nextSlide {
    /* color: white; */
    position: absolute;
    top: 35%;
    width: 20px;
    right: -55px;
    padding: 10px 0;
    font-size: 45px;
    border-color: transparent;
}

.nextSlide:hover {
    color: #0c1c30;
    filter: drop-shadow(1px 1px 4px black);
}

.nextSlide:focus {
    box-shadow: none !important;
}

.commitmentBg .slick-list.draggable {
    padding: 10px 0px 20px;
}

blockquote {
    background-color: #414b5b;
    padding: 50px 30px;
    margin-top: 50px;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    transition: 0.3s ease-in;
}

blockquote:hover {
    background-color: #fff;
    color: #414b5b;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

blockquote::after {
    position: absolute;
    bottom: -45px;
    right: 50px;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/blockqoute2.svg);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
}

blockquote::before {
    position: absolute;
    top: -30px;
    left: 50px;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/blockqoute.svg);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
}

.about_team {
    width: 100%;
    height: 60vh;
}

.about_team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about/aboutTeam2.png");
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    padding: 5px;
    border-right: 0 !important;
    text-align: center;
    display: none;
    width: 100%;
    z-index: 123213;
}

.cookieMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookieMessage p a {
    text-decoration: underline;
}

button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
}

.about_team.service_team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/services/what_footer.png");
    background-size: 100% 100%;
    z-index: -2;
}

.about_team.asset_footer::before {
    background: url("../images/services/servicespages/asset-management-f.png");
    background-size: 100% 100%;
    z-index: -1;
}

.about_team.fund_footer::before {
    background: url("../images/services/servicespages/fund-management-h.jpg");
    z-index: -1;
    background-size: cover;
    background-position: bottom center;
}

.about_team.consultancy_footer::before {
    background: url("../images/services/servicespages/consultancy-advisory-f.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.about_team.due_footer::before {
    background: url("../images/services/servicespages/due-diligence-f.jpg");
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.about_team.project_footer::before {
    background: url("../images/services/servicespages/project-management-f.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.about_team.policy_footer::before {
    background: url("../images/policy-f.jpg");
    background-size: cover;
    z-index: -1;
}

.about_team.cookies_footer::before {
    background: url("../images/cookies-h.jpg");
    background-size: cover;
    z-index: -1;
    background-position: center left;
}

.about_team.terms_footer::before {
    background: url("../images/terms-f.jpg");
    background-size: cover;
    z-index: -1;
    background-position: center left;
}

.about_team::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about/aboutOverlay.png");
    z-index: -1;
    background-size: 100% 100%;
    opacity: 2;
}

.about_team.philosophy_team::before {
    background: none !important;
}

.about_team.philosophy_team::after {
    background: url("../images/philosophy/philosophyOverlay.png");
    background-size: 100% 100%;
    z-index: -1;
}

.features.card svg {
    fill: #fff;
}

.customSvg svg path {
    fill: #fff;
}

.features:hover .customSvg svg path {
    fill: var(--base-color) !important;
}

.features .col-md-3>div {
    width: 165px;
    height: 165px;
    padding: 35px 35px;
    border: 4px solid var(--base-color) !important;
}

.features .col-md-3:hover>div {
    background-color: white;
}

.features .col-md-3:hover>div svg {
    fill: var(--base-color) !important;
}

.features .col-md-3:hover h6 {
    color: var(--base-color) !important;
}

.brochureBg {
    background-image: url("../images/brochure_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* @media screen and (min-width: 3072px) {
  .contact_section {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1280px;
    margin: 0 auto;
  }
} */
.service_section>.row>.col-md-4:not(:nth-of-type(3n)) {
    padding-left: 0 !important;
    padding-right: 60px !important;
}

.service_section>.row>.col-md-4:hover img {
    filter: grayscale(1);
}

.service_section>.row>.col-md-4:hover h5 {
    color: var(--base-color) !important;
}

.service_section>.row>.col-md-4 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

@media screen and (max-width: 1280px) {
    .home_banner .content>div.w-75 {
        width: 90% !important;
    }
}

.form-check-input[type="checkbox"]:checked {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.form-control:focus {
    border-color: var(--base-color);
}

@media screen and (max-width: 6400px) and (min-width: 5501px) {
    html {
        zoom: 400% !important;
    }

    .home_banner {
        height: 530px;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 17vh;
    }
}

@media screen and (max-width: 5500px) and (min-width: 5001px) {
    html {
        zoom: 450% !important;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .about_team {
        width: 100%;
        height: 13vh;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 5000px) and (min-width: 4501px) {
    html {
        zoom: 340% !important;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .about_team {
        width: 100%;
        height: 20vh;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 4500px) and (min-width: 4001px) {
    html {
        zoom: 270% !important;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .home_banner {
        height: 530px;
    }

    .about_team {
        width: 100%;
        height: 20vh;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 4000px) and (min-width: 3501px) {
    html {
        zoom: 265% !important;
        font-size: 90%;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .about_team {
        width: 100%;
        height: 20vh;
    }

    .info .container {
        max-width: 87% !important;
    }

    .home_banner {
        height: 530px;
    }

    .about_team {
        width: 100%;
        height: 20vh;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 3500px) and (min-width: 3001px) {
    .philosophy_team {
        height: 450px !important;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    html {
        zoom: 230% !important;
        font-size: 90%;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 500px;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }
}

@media screen and (max-width: 3000px) and (min-width: 2601px) {
    html {
        zoom: 200% !important;
        font-size: 90%;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 500px;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }
}

@media screen and (max-width: 2600px) and (min-width: 2300px) {
    html {
        zoom: 170% !important;
        font-size: 88%;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 500px;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }
}

@media screen and (max-width: 2300px) and (min-width: 2001px) {
    html {
        zoom: 150% !important;
        font-size: 88%;
    }

    .home_banner {
        height: 530px;
    }

    .philosophy_team {
        height: 450px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 500px;
    }

    .info .container,
    .info~.container {
        max-width: 87% !important;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1800px) {
    html {
        zoom: 130% !important;
    }

    .philosophy_team {
        height: 550px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

    .about_team {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1600px) {
    html {
        zoom: 120% !important;
    }

    .philosophy_team {
        height: 550px !important;
    }

    .philosophy_team img {
        height: 100% !important;
    }

    .home_banner {
        height: 530px;
    }

    .contact_section {
        max-width: 100%;
        margin: 0 auto;
    }

}

@media screen and (min-width: 1366px) {
    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }

    .about_card h4 {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1170px) {
    .contentSlider .slide .cardBoxes p {
        font-size: 13px !important;
    }

    .home_banner.asset_banner .content>.container>.row {
        width: 55% !important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 701px) {
    .about_section .row .col-lg-6 img {
        width: 85%;
        margin: 0 auto;
    }

    .slide_content .row .col-md-6,
    .contact_section .col-md-6,
    .about_card .row .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .text-md-start {
        text-align: center !important;
    }

    .service_section .row .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .commitmentBg>div {
        flex: 0 0 auto;
        width: 100%;
    }

    .features .row .col-md-3 {
        flex: 0 0 auto;
        width: 48%;
    }

    .philosophy_section .col-md-6.d-flex {
        flex-direction: column;
    }

    #header nav ul li a:not(.btn) {
        padding-left: 0 !important;
    }

    .service_box {
        width: 48% !important;
    }

    .home_banner .content>div.w-75 {
        width: 100% !important;
    }

    #contact_form.px-5 {
        padding-left: 2.5rem !important;
        padding-right: 1rem !important;
    }

    .contact_section .vw-100 {
        width: 102vw !important;
    }

    .home_banner .content>div.w-75.p-5 {
        padding: 0 !important;
    }

    .home_banner.resources_banner::before {
        background-size: auto;
    }

    .home_banner .content>.container>.row {
        width: 100% !important;
    }

    .home_banner .content>.container>.row h1 {
        text-align: center;
    }

    .home_banner .content>.container {
        padding: 0 !important;
    }

    .contentSlider {
        padding-top: 0px !important;
    }

    .home_banner .content .row .col-lg-6:first-child {
        padding: 0 !important;
    }

    .home_banner .content.d-flex.align-items-end {
        align-items: center !important;
    }

    .about_team {
        height: 265px !important;
    }

    .home_banner {
        height: 480px;
    }

    .home_banner .content .row:first-child::after {
        bottom: -5px !important;
    }

    .nextSlide {
        right: 10px !important;
        top: 68%;
    }

    .play_button {
        bottom: 50px !important;
        right: 50px !important;
    }

    nav.navbar.py-0 {
        padding: 20px !important;
    }

    .navbar-collapse.collapse {
        padding: 20px 0 !important;
    }

    .aboutImage {
        margin-top: -30px;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .services_section .services {
        flex-wrap: wrap !important;
    }

    .demo_slider .slide {
        width: 100%;
        padding: 70px 25px;
        background-size: cover;
    }

    .demo_slider .slide .slide_content .row .col-md-6:last-child img {
        width: 100%;
    }

    .footer-bottom .row .col-lg-6:last-child {
        justify-content: center !important;
    }

    footer section .d-flex.gap-5.justify-content-center {
        flex-wrap: wrap;
    }

    footer section .d-flex.gap-5.justify-content-center>div {
        flex-basis: 100%;
    }

    .contactInfo .d-flex.gap-3 {
        flex-direction: column;
        gap: 0rem !important;
        margin-bottom: 15px;
    }

    .contactInfo .d-flex.gap-3 p:first-child {
        margin-bottom: 5px;
    }

    .home_banner_bg_hover {
        height: 320px !important;
    }

    footer p {
        text-align: center;
    }

    .footer-bottom .col-lg-4.d-flex.gap-3.justify-content-end {
        justify-content: center !important;
    }

    .service_section>.row>.col-md-4:not(:nth-of-type(3n)) {
        padding-right: 0px !important;
    }

    .contentSlider .slide .cardBoxes {
        height: 300px !important;
        padding: 10px !important;
    }

    .cookieMessage {
        flex-direction: column;
    }

    .text_justify .text-center>p.text_justify {
        text-align: left !important;
    }

    header .languageSelector {
        padding: 0px 0px;
        margin: 19px 0px 0px;
    }

    .home_banner::before {
        background-position: center center !important;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }

    p {
        text-align: left !important;
    }

    .footer-center>div p,
    .footer-bottom2>p {
        text-align: center !important;
    }

    .home_banner.asset_banner::before {
        background-position: right bottom !important;
        scale: 1;
    }

    .custom-dots-container2 {
        bottom: 5px !important;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 12px !important;
    }

    .about_team::before {
        background-size: cover !important;
    }

    .philosophy_team img {
        width: 40% !important;
    }

    .home_banner_video-dimensions {
        height: 400px;
    }
}

@media screen and (max-width: 700px) {
    .home_banner_video-dimensions {
        height: 200px;
    }

    .about_section .row .col-lg-6 img {
        width: 85%;
        margin: 0 auto;
    }

    .custom-dots-container2 {
        bottom: 5px !important;
    }

    .philosophy_section .col-md-6.d-flex {
        flex-direction: column;
    }

    #header nav ul li a:not(.btn) {
        padding-left: 0 !important;
    }

    .service_box {
        width: 100% !important;
    }

    .home_banner .content>div.w-75 {
        width: 100% !important;
    }

    #contact_form.px-5 {
        padding-left: 2.5rem !important;
        padding-right: 1rem !important;
    }

    .contact_section .vw-100 {
        width: 102vw !important;
    }

    .home_banner .content>div.w-75.p-5 {
        padding: 0 !important;
    }

    .home_banner.resources_banner::before {
        background-size: auto;
    }

    .home_banner .content>.container>.row {
        width: 100% !important;
    }

    /* .home_banner .content>.container>.row h1 {
        text-align: center;
    } */
   .home_banner .content>.container>.row .col-lg-12 {
    padding: 0 !important;
    }

    .home_banner .content>.container {
        padding: 0 !important;
    }

    .contentSlider {
        padding-top: 0px !important;
    }

    .home_banner .content .row .col-lg-6:first-child {
        padding: 0 !important;
    }

    .home_banner .content.d-flex.align-items-end {
        align-items: center !important;
    }

    .about_team {
        height: 185px !important;
    }

    .home_banner {
        height: 480px;
    }

    .home_banner .content .row:first-child::after {
        bottom: -5px !important;
    }

    .nextSlide {
        right: 10px !important;
        top: 68%;
    }

    .play_button {
        bottom: 50px !important;
        right: 50px !important;
    }

    nav.navbar.py-0 {
        padding: 20px !important;
    }

    .navbar-collapse.collapse {
        padding: 20px 0 !important;
    }

    .aboutImage {
        margin-top: -30px;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .services_section .services {
        flex-wrap: wrap !important;
        padding: 30px 20px !important;
    }

    .demo_slider .slide {
        width: 100%;
        padding: 70px 25px;
        background-size: cover;
    }

    .demo_slider .slide .slide_content .row .col-md-6:last-child img {
        width: 100%;
    }

    .footer-bottom .row .col-lg-6:last-child {
        justify-content: center !important;
    }

    footer section .d-flex.gap-5.justify-content-center {
        flex-wrap: wrap;
    }

    footer section .d-flex.gap-5.justify-content-center>div {
        flex-basis: 100%;
    }

    .contactInfo .d-flex.gap-3 {
        flex-direction: column;
        gap: 0rem !important;
        margin-bottom: 15px;
    }

    .contactInfo .d-flex.gap-3 p:first-child {
        margin-bottom: 5px;
    }

    .home_banner_bg_hover {
        height: 150px !important;
    }

    footer p {
        text-align: center;
    }

    .footer-bottom .col-lg-4.d-flex.gap-3.justify-content-end {
        justify-content: center !important;
    }

    .service_section>.row>.col-md-4:not(:nth-of-type(3n)) {
        padding-right: 0px !important;
    }

    .contentSlider .slide .cardBoxes {
        height: 300px !important;
        padding: 10px !important;
    }

    .cookieMessage {
        flex-direction: column;
    }

    .text_justify .text-center>p.text_justify {
        text-align: left !important;
    }

    header .languageSelector {
        padding: 0px 0px;
        margin: 19px 0px 0px;
    }

    .home_banner::before {
        background-position: center center !important;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 14px !important;
    }

    p {
        text-align: left !important;
    }

    .footer-center>div p,
    .footer-bottom2>p {
        text-align: center !important;
    }

    .home_banner.asset_banner::before {
        background-position: right bottom !important;
        scale: 1;
    }

    .contentSlider .slide .cardBoxes p {
        font-size: 12px !important;
    }

    .about_team::before {
        background-size: cover !important;
    }
}

.about_team:hover {
    background: linear-gradient(212deg,
            rgba(255, 255, 255, 0) 14%,
            rgba(2, 175, 170, 0.5775560224089635) 51%);
}

.nextSlide:active {
    border-color: transparent !important;
}

#google_translate_element {
    position: absolute !important;
}

.goog-te-gadget {
    position: relative !important;
    top: 15px;
}

h1.rtBold span {
    font-family: "robotoBold";
}
