body,
html {
    overflow-x: hidden !important;
}
.dot-indicator li,
.footer_wrap {
    position: relative;
}
body {
    margin: 0;
    background-color: #010d14 !important;
}
div#loom-companion-mv3 {
    display: none !important;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
li {
    list-style-type: none;
}
.our_memberwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: #f5f5f5;
}
/* section:first-of-type {
    z-index: 2;
} */
.dot-indicator {
    transition: 0.6s;
}
.c-home__nav {
    z-index: 2;
    opacity: 1;
    transform: translateY(-50%) translateZ(0);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    background: #0ff;
}
.c-home__nav__dot {
    width: 3px;
    height: 3px;
    background: red;
    transform: translateZ(0);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.no-scroll-y {
    overflow-y: hidden;
}
#preloader-section {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000;
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em;
}
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em Montserrat, sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: 4s infinite letters-loading;
    animation: 4s infinite letters-loading;
    color: #000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(13):before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(14):before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(15):before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(16):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
    left: 0;
}
.ctn-preloader .loader-section.section-right {
    right: 0;
}
.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s cubic-bezier(0.1, 0.1, 0.1, 2) 0.1s;
    transition: 3.5s cubic-bezier(0.1, 0.1, 0.1, 2) 0.1s;
}
.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s cubic-bezier(0.1, 0.1, 0.1, 2) 0.1s;
    transition: 3.5s cubic-bezier(0.1, 0.1, 0.1, 2) 0.1s;
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes letters-loading {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@keyframes letters-loading {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em Montserrat, sans-serif;
    }
}
@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em Montserrat, sans-serif;
    }
}
.c-home__nav__track__panel {
    transform: scaleX(0) translateZ(0);
    transition: transform 1.2s cubic-bezier(0.435, 0.01, 0.135, 1) 0.2s;
    transform-origin: 0 0;
}
.c-home__nav__track__panel--right {
    transform-origin: 100% 0;
}
.dot-indicator li:hover .c-home__nav__track__panel {
    transform: scaleX(1) translateZ(0);
    transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
}
.dot-indicator li {
    height: 59px;
}
.c-home__nav__track {
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background-color: red;
    width: 0;
    color: #000 !important;
}
.dot-indicator li:hover .c-home__nav__track {
    background-color: #17191cbd;
    width: 100%;
}
.c-home__nav__item:hover .c-home__nav__track {
    width: 100%;
    opacity: 1;
}
.c-home__nav__track span {
    position: absolute;
    color: #b3b3b3;
    right: 55px;
    top: 16%;
    font-size: 15px;
}
.dot-indicator {
    position: relative;
    top: 123px;
    bottom: 0;
    left: 45px;
    visibility: hidden;
}
.dot-indicator ul {
    padding: 0;
}
.dot-indicator li a {
    font-size: 18px;
    color: #b3b3b3 !important;
    position: absolute;
    top: 26%;
    cursor: pointer;
    right: 6%;
    width: 10px;
    height: 10px;
    background-color: #6d6f70;
    transform: scale(0.5);
    transition: 0.5s ease-in-out;
    border-radius: 50%;
    z-index: 10;
    transform: translateY(0) !important;
}
.side_menu .hamburger-menu {
    position: absolute;
    top: 22px;
    right: 2rem;
    z-index: 111111 !important;
    cursor: pointer;
    padding: 5px;
    background: #04222d;
    border-radius: 3px;
}
.current-active-section-sec-01 div#hamburger-menu,
.current-active-section-sec-02 .web_logo,
.current-active-section-sec-02 div#navbarSupportedContent,
.current-active-section-sec-03 .web_logo,
.current-active-section-sec-03 div#navbarSupportedContent,
.current-active-section-sec-04 .web_logo,
.current-active-section-sec-04 div#navbarSupportedContent,
.current-active-section-sec-05 .web_logo,
.current-active-section-sec-05 div#navbarSupportedContent,
.current-active-section-sec-06 .web_logo,
.current-active-section-sec-06 div#navbarSupportedContent,
.current-active-section-sec-07 header.web_nav,
.item {
    display: none;
}
.side_menu .overlay {
    z-index: 111111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.dot-indicator li.active a {
    background-color: #d9d9d9;
    transition: 0.5s ease-in-out;
    transform: scale(0.9);
    transform: translateY(70%);
}
.bannersocail_icons {
    bottom: 0 !important;
}
/* .about_info {
    position: unset !important;
    width: 100% !important;
    top: unset !important;
    left: 48%;
    bottom: 10% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: end;
    margin-top: 350px;
    padding-right: 130px;
} */
.dropdown {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
}
header.web_nav div#navbarSupportedContent {
    margin-left: 30px;
}
.main_heading h5 {
    margin-bottom: 11px;
    padding-top: 40px;
}
.corsica_sec_wrapper {
    height: unset;
    width: 100%;
    padding-left: 193px;
}
.corsica_sec_wrapper .main_heading h2 {
    font-size: 60px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.member_sec {
    align-items: unset !important;
}
.corsica_sec_wrapper .side_img {
    top: 0;
    right: 6.5%;
    width: 29% !important;
}
header.web_nav {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 11111 !important;
    margin-top: 10px;
    padding-left: 10px;
}
.about-sec,
.member_sec,
.portfolio_sec {
    background-color: #fff;
}
.footer_here {
    width: 100%;
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
.footer_links a {
    font-size: 14px;
}
footer {
    width: 100%;
    height: 67%;
}
.footer_sideimg {
    height: 100%;
}
.footer-wrapper {
    margin-left: 76px;
}
.strategies_wrapper .main_heading.text-center h2 {
    color: #fff !important;
}
.about_strategies.stragic-wrapper p {
    color: #fff;
    font-family: var(--font-Roboto-Light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.dropdown-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 3px;
}
.dropdown-content-wrapper::-webkit-scrollbar {
    width: 10px;
}
.dropdown-content-wrapper::-webkit-scrollbar-track {
    background: #fff;
}
.dropdown-content-wrapper::-webkit-scrollbar-thumb {
    background: #0362a0;
}
.copy_right.text-center {
    padding-top: 60px;
    position: unset;
    z-index: 8;
    bottom: 20px;
    left: 29%;
}
.footer_Content {
    padding: 100px 0 25px 12px;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}
.footer_main-wrapper {
    width: 100%;
}
.corsica_sec_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 139px;
    z-index: 1;
    top: 0;
    background: #f2efef;
    background: linear-gradient(
        182deg,
        rgb(242 239 239 / 6%) 7%,
        rgb(255 255 255 / 99%) 37%,
        #fff 53%,
        rgb(253 253 253 / 6%) 91%
    );
    filter: blur(0.7px);
}
.our_memberwrapper .main_heading {
    text-align: center;
    padding: 0 150px !important;
}
.blog_wrapper .main_heading {
    text-align: center;
    padding: 100px 150px 20px !important;
}
.protfolio_img {
    padding-top: 218px;
}
.dropdown-content-wrapper a {
    letter-spacing: 1px !important;
}
@media (min-width: 1700px) and (max-width: 1801px) {
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 5.5%;
        width: 29% !important;
    }
    .corsica_sec_wrapper {
        height: unset !important;
        width: 100%;
        padding-left: 0 !important;
    }
    .about_info {
        padding-right: 0 !important;
    }
    .corsica_sec_wrapper:after {
        left: 156px !important;
    }
    .dot-indicator {
        position: relative;
        top: 73px !important;
        bottom: 0;
        left: 60px !important;
    }
}
@media (max-width: 1440px) {
    .corsica_sec_wrapper {
        height: unset;
        width: 100%;
        padding-left: 173px;
    }
    .dot-indicator {
        top: 80px;
        left: 39px;
    }
    .about_imgbox img {
        width: 100%;
        object-fit: cover;
        height: 320px;
    }
    section#sec-02 .about_img img {
        height: 380px;
        width: 100%;
        object-fit: cover;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 6.5%;
        width: 29% !important;
    }
}
@media (max-width: 1367px) {
    .corsica_sec_wrapper:after {
        left: 132px;
    }
    .side_menu .overlay-slide-right nav ul {
        /* padding-left: 0 !important; */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: start; */
        gap: 20px;
        padding-top: 30px;
    }
    .footer_links a {
        font-size: 15px;
    }
    .corsica_sec_wrapper {
        padding-left: 163px !important;
    }
    .content_Wrapper p {
        font-size: 13px !important;
    }
    .corsica_sec-wrapper .container {
        padding: 0;
    }
    .side_img img {
        height: 100% !important;
    }
    .strategies_wrapper h2 {
        font-size: 30px !important;
    }
    .corsica_sec {
        height: 90% !important;
    }
    .corsica_sec_wrapper .main_heading h2,
    .main_heading h2 {
        font-size: 60px !important;
    }
    .dot-indicator {
        top: 79px;
        left: 35px;
    }
    .navbar-brand img {
        width: 100%;
        height: 40px;
        object-fit: scale-down;
    }
    /* .about_info {
        margin-top: 250px;
    } */
}
@media (max-width: 1281px) {
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume,
    .corsica_secs,
    .side_img img {
        height: 100% !important;
    }
    header.web_nav div#navbarSupportedContent {
        margin-left: 21px;
    }
    .corsica_sec_wrapper {
        padding-left: 163px !important;
    }
    .about_imgbox img {
        width: 100%;
        object-fit: fill;
        height: 254px !important;
    }
    .corsica_sec_wrapper:after {
        left: 128px;
    }
    .strategies_wrapper h2 {
        font-size: 30px !important;
    }
    .navbar-brand img {
        width: 100%;
        height: 40px;
        object-fit: scale-down;
    }
    .dot-indicator {
        top: 86px;
        left: 29px;
    }
    .corsica_banner_icon {
        padding-bottom: 10px;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 43px !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 16px;
    }
    .main_heading h5 {
        margin-bottom: 11px;
        padding-top: 20px;
    }
}
@media (max-width: 1025px) {
    header.web_nav div#navbarSupportedContent {
        display: none;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 9.5%;
        width: 31% !important;
    }
    .about_imgbox img {
        width: 100%;
        object-fit: cover;
        height: 285px !important;
    }
    .about-sec .main_heading p,
    .main_heading p {
        font-size: 13px;
    }
    .footer_Content {
        padding: 66px 0 24px 30px;
    }
    .corsica_sec_wrapper {
        padding-left: 133px !important;
    }
    /* .about_info {
        padding-right: 90px;
        margin-top: 353px;
    } */
    .corsica_sec_wrapper:after {
        left: 115px !important;
    }
    .dot-indicator {
        top: 71px;
        left: 13px;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 35px !important;
    }
    .content_Wrapper p {
        font-size: 11px !important;
    }
    .corsica_secs {
        height: 100% !important;
    }
    .copy_right.text-center {
        bottom: 17px !important;
        left: -16px !important;
    }
    .our_members {
        padding-top: 40px;
        padding-right: 55px;
    }
    .c-home__nav__track span {
        position: absolute;
        color: #b3b3b3;
        right: 37px;
        top: 16%;
        font-size: 15px;
    }
    .current-active-section-sec-01 div#hamburger-menu {
        display: block;
    }
}
@media (max-width: 991px) {
    .footer_here {
        width: 100%;
        padding-top: 110px;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        height: initial;
    }
    .copy_right.text-center {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .footer-wrapper {
        margin-left: 26px;
    }
    footer {
        height: auto;
    }
    section#sec-07 {
        height: 100%;
        display: flex;
        align-items: end;
    }
}
@media (min-width: 913px) and (max-width: 917px) {
    .corsica_secs,
    .strategies_sec {
        background-size: 100% 100%;
    }
    .corsica_secs {
        height: 100% !important;
        background-repeat: no-repeat;
    }
    section#sec-02 .about_img img {
        height: 190px !important;
        width: 100%;
        object-fit: cover;
    }
    .bannersocail_icon .icon,
    .bannersocail_icons .icon {
        margin-top: 11px !important;
    }
    .bannersocail_icon .icon .fa,
    .bannersocail_icons .icon .fa {
        font-size: 17px !important;
    }
    section#sec-01 .main_heading {
        padding-right: 0;
        padding-left: 10px;
    }
    .corsica_sec_wrapper:after {
        left: 72px !important;
    }
    .navbar-brand img {
        width: 58% !important;
        height: 60px !important;
        object-fit: scale-down !important;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .bannersocail_icons {
        bottom: 0 !important;
    }
    .strategies_sec,
    section#sec-07,
    section.blog-sec {
        height: 100%;
    }
    .about_img img {
        height: 137px;
        object-fit: cover;
    }
    .about-sec .main_heading p,
    .main_heading p {
        font-size: 9px !important;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 144px !important;
        object-fit: cover !important;
    }
    .c-home__nav__track span {
        right: 17px;
    }
    .row.section-relative {
        padding-top: 67px;
        padding-bottom: 65px;
        height: unset;
    }
    .about_portfolio {
        padding-top: 30px !important;
    }
    section#sec-07 {
        height: 109% !important;
    }
    .footer_here,
    .side_img img {
        height: 100% !important;
    }
    .blog_img {
        height: 164px !important;
        width: 100%;
        object-fit: fill;
    }
    .copy_right.text-center {
        padding-top: 19px !important;
        position: unset !important;
        padding-bottom: 38px;
    }
    .footer_sideimg {
        padding-top: 39px !important;
    }
    .about_imgbox,
    .footer_here {
        padding-top: 0 !important;
    }
    footer {
        height: 70%;
    }
    .dot-indicator {
        left: 9px;
        top: 85px;
    }
    section#sec-02 .main_heading {
        margin: 8px 0;
    }
    .protfolio_img {
        padding-top: 22px !important;
    }
    .portfolio_sec .pro_img img {
        height: 169px;
        width: 100%;
        object-fit: cover;
    }
    .portfolio_sec .protfolio_img img {
        height: 179px;
        width: 88%;
        object-fit: cover;
    }
    section#sec-06 .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 100px 0 80px !important;
    }
    .our_members {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 10px 0 !important;
    }
    .strategies_wrapper {
        padding: 30px !important;
    }
    .blog-detail h4 {
        text-transform: uppercase;
    }
    .strategies_wrapper .strategies_heading p {
        font-size: 10px !important;
    }
    .strategies_heading h4 {
        font-size: 16px !important;
    }
    section#sec-05 .main_heading p {
        padding: 0 28px !important;
    }
    .footer_Wrapper .row {
        height: unset !important;
    }
    .blog-detail a {
        font-size: 11px;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_strategies p {
        font-size: 11px !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 11px !important;
        width: 79%;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 14px !important;
        width: 89%;
    }
    .main_btn .btn {
        font-size: 13px !important;
        padding: 7px !important;
    }
    .content_Wrapper p {
        font-size: 9px !important;
        margin: 2px 0;
    }
    .content_Wrapper h5 {
        font-size: 13px !important;
    }
    /* .about_info {
        margin-top: 7px !important;
        padding-right: 120px;
        position: absolute !important;
        width: 34% !important;
        top: -5% !important;
        left: 42% !important;
    } */
    .dot-indicator li {
        position: relative;
        height: 31px !important;
    }
    .main_heading h5 {
        font-size: 15px !important;
        margin-bottom: 11px;
        padding-top: 0;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 25% !important;
    }
    .corsica_banner_icon {
        right: -3px;
        bottom: 10px;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 8px !important;
    }
}
@media (max-width: 913px) {
    .about_info,
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    /* .about_info {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        margin-top: 40px;
        padding-right: 110px;
    } */
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        padding-bottom: 13px;
        position: relative;
        bottom: 120px;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 391px;
        left: 8px;
    }
    .corsica_sec_wrapper {
        padding-left: 63px !important;
    }
    .strategies_heading p {
        color: #000;
        font-family: var(--font-Roboto-Light);
        font-size: 12px;
        width: 90%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 80px 20px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 12px;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 90px 0 !important;
    }
}
@media (min-width: 822px) and (max-width: 896px) {
    .corsica_secs,
    .strategies_sec {
        background-size: 100% 100%;
    }
    .corsica_secs {
        height: 100% !important;
        background-repeat: no-repeat;
    }
    section#sec-02 .about_img img {
        height: 190px !important;
        width: 100%;
        object-fit: cover;
    }
    .bannersocail_icon .icon,
    .bannersocail_icons .icon {
        margin-top: 11px !important;
    }
    .bannersocail_icon .icon .fa,
    .bannersocail_icons .icon .fa {
        font-size: 17px !important;
    }
    section#sec-01 .main_heading {
        padding-right: 0;
        padding-left: 10px;
    }
    .corsica_sec_wrapper:after {
        left: 72px !important;
    }
    .navbar-brand img {
        width: 58% !important;
        height: 60px !important;
        object-fit: scale-down !important;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .bannersocail_icons {
        bottom: 0 !important;
    }
    .strategies_sec,
    section#sec-07,
    section.blog-sec {
        height: 100%;
    }
    .about_img img {
        height: 137px;
        object-fit: cover;
    }
    .about-sec .main_heading p,
    .main_heading p {
        font-size: 9px !important;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 144px !important;
        object-fit: cover !important;
    }
    .c-home__nav__track span {
        right: 17px;
    }
    .row.section-relative {
        padding-top: 67px;
        padding-bottom: 65px;
        height: unset;
    }
    .footer_Wrapper .row,
    .footer_here,
    .side_img img {
        height: 100% !important;
    }
    .about_portfolio {
        padding-top: 30px !important;
    }
    .footer_Wrapper .row {
        height: unset !important;
    }
    section#sec-07 {
        height: 109% !important;
    }
    .blog_img {
        height: 164px !important;
        width: 100%;
        object-fit: fill;
    }
    .copy_right.text-center {
        padding-top: 19px !important;
        position: unset !important;
        padding-bottom: 38px;
    }
    .footer_sideimg {
        padding-top: 39px !important;
    }
    .about_imgbox,
    .footer_here {
        padding-top: 0 !important;
    }
    footer {
        height: 93%;
    }
    .dot-indicator {
        left: 7px;
        top: 65px;
    }
    .side_menu .center {
        margin: 43px 0;
    }
    .dropdown-content-wrapper {
        position: absolute;
        top: -24px;
        right: 41px;
    }
    section#sec-02 .main_heading {
        margin: 8px 0;
    }
    .protfolio_img {
        padding-top: 22px !important;
    }
    .portfolio_sec .pro_img img {
        height: 169px;
        width: 100%;
        object-fit: cover;
    }
    .portfolio_sec .protfolio_img img {
        height: 179px;
        width: 88%;
        object-fit: cover;
    }
    section#sec-06 .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 100px 0 80px !important;
    }
    .our_members {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 10px 0 !important;
    }
    .strategies_wrapper {
        padding: 30px !important;
    }
    .blog-detail h4 {
        text-transform: uppercase;
    }
    .strategies_wrapper .strategies_heading p {
        font-size: 14px !important;
    }
    .strategies_heading h4 {
        font-size: 16px !important;
    }
    section#sec-05 .main_heading p {
        padding: 0 28px !important;
    }
    .blog-detail a {
        font-size: 11px;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_strategies p {
        font-size: 11px !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 11px !important;
        width: 79%;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 14px !important;
        width: 89%;
    }
    .main_btn .btn {
        font-size: 13px !important;
        padding: 7px !important;
    }
    .content_Wrapper p {
        font-size: 16px !important;
        margin: 2px 0;
    }
    .content_Wrapper h5 {
        font-size: 13px !important;
    }
    /* .about_info {
        margin-top: 7px !important;
        position: absolute !important;
        width: 34% !important;
        top: -5% !important;
        left: 42% !important;
    } */
    .dot-indicator li {
        position: relative;
        height: 31px !important;
    }
    .main_heading h5 {
        font-size: 15px !important;
        margin-bottom: 11px;
        padding-top: 0;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 25% !important;
    }
    .corsica_banner_icon {
        right: -3px;
        bottom: 10px;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 8px !important;
    }
}
@media (max-width: 821px) {
    .about_info,
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 13%;
        width: 36% !important;
    }
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .c-home__nav__track span {
        right: 27px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 22px !important;
    }
    .copy_right.text-center {
        bottom: -3px !important;
        left: -16px !important;
        padding-top: 40px;
        padding-bottom: 10px;
    }
    /* .about_info {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        margin-top: 40px;
        padding-right: 110px;
    } */
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 170px;
        left: 4px;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .strategies_heading p {
        color: #000;
        font-family: var(--font-Roboto-Light);
        font-size: 15px;
        width: 90%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 80px 20px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 12px;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 90px 0 !important;
    }
}
@media (max-width: 768px) {
    .about_info,
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .c-home__nav__track span {
        right: 27px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 22px !important;
        padding: 100px 60px 55px 82px;
    }
    .copy_right.text-center {
        bottom: -3px !important;
        left: -16px !important;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .footer-wrapper {
        margin-left: 26px;
    }
    footer {
        height: 60% !important;
    }
    .our_memberwrapper {
        display: flex;
        align-items: center;
    }
    /* .about_info {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        margin-top: 40px;
        padding-right: 110px;
    } */
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 244px;
        left: 4px;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .strategies_heading p {
        color: #fff;
        font-family: var(--font-Roboto-Light);
        font-size: 12px;
        width: 90%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 80px 20px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 12px;
    }
    .our_memberwrapper .main_heading {
        padding: 0 90px !important;
    }
}
@media (min-width: 730px) and (max-width: 741px) {
    .corsica_secs,
    .strategies_sec {
        background-size: 100% 100%;
    }
    .corsica_secs {
        height: 100% !important;
        background-repeat: no-repeat;
    }
    .dropdown-content-wrapper {
        top: -37px !important;
        right: -8px !important;
    }
    section#sec-02 .about_img img {
        height: 160px !important;
        width: 100%;
        object-fit: cover;
    }
    section#sec-01 .main_heading {
        padding-right: 220px;
    }
    .navbar-brand img {
        width: 58% !important;
        height: 60px !important;
        object-fit: scale-down !important;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .bannersocail_icons {
        bottom: 0 !important;
    }
    .strategies_sec,
    footer,
    section#sec-07,
    section.blog-sec {
        height: 100%;
    }
    .about_img img {
        height: 158px;
        object-fit: cover;
    }
    .about-sec .main_heading p,
    .main_heading p {
        font-size: 10px !important;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 84px !important;
        object-fit: cover !important;
    }
    .row.section-relative {
        padding-top: 67px;
        padding-bottom: 65px;
        height: unset;
    }
    .footer_Wrapper .row,
    .footer_here,
    .side_img img {
        height: 100% !important;
    }
    .about_portfolio {
        padding-top: 30px !important;
    }
    .footer_sideimg img {
        display: none !important;
    }
    .footer_Wrapper .row {
        height: unset !important;
    }
    section#sec-07 {
        height: 109% !important;
    }
    .blog_img {
        height: 191px !important;
        width: 100%;
        object-fit: fill;
    }
    .copy_right.text-center {
        padding-top: 19px !important;
        position: unset !important;
        padding-bottom: 38px;
    }
    .about_imgbox,
    .footer_here,
    .footer_sideimg {
        padding-top: 0 !important;
    }
    .footer-wrapper {
        margin-left: 7px;
    }
    .dot-indicator {
        left: -1px;
        top: 67px;
    }
    section#sec-02 .main_heading {
        margin: 20px 0;
    }
    .protfolio_img {
        padding-top: 22px !important;
    }
    .portfolio_sec .pro_img img {
        height: 169px;
        width: 100%;
        object-fit: cover;
    }
    .portfolio_sec .protfolio_img img {
        height: 179px;
        width: 88%;
        object-fit: cover;
    }
    section#sec-06 .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 100px 0 80px !important;
    }
    .our_members {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 10px 0 !important;
    }
    .strategies_wrapper {
        padding: 30px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 9px !important;
    }
    .blog-detail h4 {
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .strategies_wrapper .strategies_heading p {
        font-size: 12px !important;
    }
    section#sec-05 .main_heading p {
        padding: 0 28px !important;
    }
    .blog-detail a {
        font-size: 11px;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 11px !important;
        width: 79%;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 14px !important;
        width: 89%;
    }
    .main_btn .btn {
        font-size: 13px !important;
        padding: 7px !important;
    }
    .content_Wrapper p {
        font-size: 10px !important;
        margin: 2px 0;
    }
    .content_Wrapper h5 {
        font-size: 13px !important;
    }
    /* .about_info {
        margin-top: 7px !important;
        position: absolute !important;
        width: 30% !important;
        top: -5% !important;
        left: 52% !important;
    } */
    .dot-indicator li {
        position: relative;
        height: 21px !important;
    }
    .main_heading h5 {
        font-size: 15px !important;
        margin-bottom: 11px;
        padding-top: 0;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 21% !important;
    }
}
@media (min-width: 635px) and (max-width: 685px) {
    .corsica_secs,
    .strategies_sec {
        background-size: 100% 100%;
    }
    .corsica_secs {
        height: 100% !important;
        background-repeat: no-repeat;
    }
    .side_menu .center {
        margin: 41px 0 !important;
    }
    .dropdown-content-wrapper {
        top: -34px !important;
        right: -35px !important;
    }
    .about-sec .main_heading p,
    .dropdown-content-wrapper a,
    .main_heading p {
        font-size: 9px !important;
    }
    section#sec-02 .about_img img {
        height: 190px !important;
        width: 100%;
        object-fit: cover;
    }
    .bannersocail_icon .icon,
    .bannersocail_icons .icon {
        margin-top: 11px !important;
    }
    .bannersocail_icon .icon .fa,
    .bannersocail_icons .icon .fa {
        font-size: 17px !important;
    }
    .footer_Content {
        height: 100%;
        padding: 53px 38px 25px 30px !important;
    }
    section#sec-01 .main_heading {
        padding-right: 220px;
    }
    .navbar-brand img {
        width: 58% !important;
        height: 60px !important;
        object-fit: scale-down !important;
    }
    .corsica_sec_wrapper {
        padding-left: 0 !important;
    }
    .bannersocail_icons {
        bottom: 0 !important;
    }
    .strategies_sec,
    section#sec-07,
    section.blog-sec {
        height: 100%;
    }
    .about_img img {
        height: 137px;
        object-fit: cover;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 144px !important;
        object-fit: cover !important;
    }
    .c-home__nav__track span {
        right: 17px;
    }
    .row.section-relative {
        padding-top: 67px;
        padding-bottom: 65px;
        height: unset;
    }
    .footer_Wrapper .row,
    .footer_here,
    .side_img img {
        height: 100% !important;
    }
    .about_portfolio {
        padding-top: 30px !important;
    }
    .footer_sideimg img {
        display: none !important;
    }
    .footer_Wrapper .row {
        height: unset !important;
    }
    section#sec-07 {
        height: 109% !important;
    }
    .blog_img {
        height: 164px !important;
        width: 100%;
        object-fit: fill;
    }
    .copy_right.text-center {
        padding-top: 19px !important;
        position: unset !important;
        padding-bottom: 38px;
    }
    .about_imgbox,
    .footer_here,
    .footer_sideimg {
        padding-top: 0 !important;
    }
    footer {
        height: 80%;
    }
    .dot-indicator {
        left: -5px;
        top: 67px;
    }
    section#sec-02 .main_heading {
        margin: 8px 0;
    }
    .protfolio_img {
        padding-top: 22px !important;
    }
    .portfolio_sec .pro_img img {
        height: 169px;
        width: 100%;
        object-fit: cover;
    }
    .portfolio_sec .protfolio_img img {
        height: 179px;
        width: 88%;
        object-fit: cover;
    }
    section#sec-06 .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 100px 0 80px !important;
    }
    .our_members {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 10px 0 !important;
    }
    .strategies_wrapper {
        padding: 30px !important;
    }
    .blog-detail h4 {
        text-transform: uppercase;
    }
    .strategies_wrapper .strategies_heading p {
        font-size: 10px !important;
    }
    .strategies_heading h4 {
        font-size: 16px !important;
    }
    section#sec-05 .main_heading p {
        padding: 0 28px !important;
    }
    .blog-detail a {
        font-size: 11px;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_strategies p {
        font-size: 11px !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 11px !important;
        width: 79%;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 14px !important;
        width: 89%;
    }
    .main_btn .btn {
        font-size: 13px !important;
        padding: 7px !important;
    }
    .content_Wrapper p {
        font-size: 9px !important;
        margin: 2px 0;
    }
    .content_Wrapper h5 {
        font-size: 13px !important;
    }
    /* .about_info {
        margin-top: 7px !important;
        position: absolute !important;
        width: 34% !important;
        top: -5% !important;
        left: 52% !important;
    } */
    .dot-indicator li {
        position: relative;
        height: 31px !important;
    }
    .main_heading h5 {
        font-size: 15px !important;
        margin-bottom: 11px;
        padding-top: 0;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 21% !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 8px !important;
    }
}
@media (min-width: 600px) and (max-width: 668px) {
    .corsica_secs,
    .strategies_sec {
        background-size: 100% 100%;
    }
    .corsica_secs {
        height: 100% !important;
        background-repeat: no-repeat;
    }
    .bannersocail_icon .icon,
    .bannersocail_icons .icon {
        margin-top: 11px !important;
    }
    .bannersocail_icon .icon .fa,
    .bannersocail_icons .icon .fa {
        font-size: 17px !important;
    }
    section#sec-01 .main_heading {
        padding-right: 220px;
    }
    .navbar-brand img {
        width: 58% !important;
        height: 60px !important;
        object-fit: scale-down !important;
    }
    .corsica_sec_wrapper {
        padding-left: 0;
    }
    .bannersocail_icons {
        bottom: 0 !important;
    }
    .strategies_sec,
    section#sec-07,
    section.blog-sec {
        height: 100%;
    }
    .about_img img {
        height: 137px;
        object-fit: cover;
    }
    .about-sec .main_heading p,
    .main_heading p {
        font-size: 8px !important;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 144px !important;
        object-fit: cover !important;
    }
    .c-home__nav__track span {
        right: 17px;
    }
    .row.section-relative {
        padding-top: 67px;
        padding-bottom: 65px;
        height: unset;
    }
    .footer_Wrapper .row,
    .footer_here,
    .side_img img {
        height: 100% !important;
    }
    .about_portfolio {
        padding-top: 30px !important;
    }
    .footer_sideimg img {
        display: none !important;
    }
    .footer_Wrapper .row {
        height: unset !important;
    }
    section#sec-07 {
        height: 109% !important;
    }
    .blog_img {
        height: 184px !important;
        width: 100%;
        object-fit: fill;
    }
    .copy_right.text-center {
        padding-top: 43px !important;
        position: unset !important;
        padding-bottom: 38px;
    }
    .about_imgbox,
    .footer_here,
    .footer_sideimg {
        padding-top: 0 !important;
    }
    footer {
        height: 80%;
    }
    .dot-indicator {
        left: -5px;
        top: 67px;
    }
    section#sec-02 .main_heading {
        margin: 8px 0;
    }
    .protfolio_img {
        padding-top: 22px !important;
    }
    .portfolio_sec .pro_img img {
        height: 169px;
        width: 100%;
        object-fit: cover;
    }
    .portfolio_sec .protfolio_img img {
        height: 179px;
        width: 88%;
        object-fit: cover;
    }
    section#sec-06 .blog_wrapper .main_heading {
        text-align: center;
        padding: 0 100px 0 80px !important;
    }
    .our_members {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 10px 0 !important;
    }
    .strategies_wrapper {
        padding: 30px !important;
    }
    .about_strategies p,
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 9px !important;
    }
    .blog-detail h4 {
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .strategies_wrapper .strategies_heading p {
        font-size: 10px !important;
    }
    .main_heading h3,
    .strategies_heading h4 {
        font-size: 16px !important;
    }
    section#sec-05 .main_heading p {
        padding: 0 28px !important;
    }
    .blog-detail a {
        font-size: 11px;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 11px !important;
        width: 79%;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 14px !important;
        width: 89%;
    }
    .main_btn .btn {
        font-size: 13px !important;
        padding: 7px !important;
    }
    .content_Wrapper p {
        font-size: 9px !important;
        margin: 2px 0;
    }
    .content_Wrapper h5 {
        font-size: 13px !important;
    }
    /* .about_info {
        margin-top: 7px !important;
        position: absolute !important;
        width: 34% !important;
        top: -5% !important;
        left: 52% !important;
    } */
    .dot-indicator li {
        position: relative;
        height: 17px !important;
    }
    .strategies_wrapper h2 {
        font-size: 19px !important;
    }
    .main_heading h5 {
        font-size: 15px !important;
        margin-bottom: 11px;
        padding-top: 0;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 21% !important;
    }
}
@media (max-width: 576px) {
    .about_img img,
    .blog_img img,
    .pro_img img {
        object-fit: cover;
    }
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume,
    .footer_Wrapper .row {
        height: unset !important;
    }
    footer {
        height: 70% !important;
    }
    section#sec-02 .about_img img {
        height: 280px;
        width: 100%;
        object-fit: fill;
    }
    .our_members {
        padding-top: 40px;
        padding-right: 0 !important;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .c-home__nav__track span {
        right: 8px;
    }
    .blog-detail a,
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .copy_right.text-center {
        padding-top: 43px;
        padding-bottom: 10px;
        position: unset !important;
    }
    section#sec-05 {
        display: block !important;
    }
    /* .about_info {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        justify-content: end;
        padding-right: 110px;
    } */
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 141px;
        left: -11px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px;
    }
    .about_img img {
        width: 100%;
        height: 185px;
    }
    .main_heading p {
        font-size: 13px !important;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 205px !important;
        object-fit: cover;
    }
    .pro_img img,
    .protfolio_img img {
        height: 200px !important;
        width: 100% !important;
    }
    .about_img,
    .footer_heading {
        margin-top: 30px !important;
    }
    .about_imgbox,
    .footer_sideimg,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .protfolio_img img {
        object-fit: cover !important;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .strategies_heading p {
        color: #fff;
        font-family: var(--font-Roboto-Light);
        font-size: 12px;
        width: 90%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 40px 50px 20px !important;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 40px 0 !important;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 24px !important;
    }
    .corsica_sec_wrapper .main_heading {
        width: 60%;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .email_Send input {
        width: 100%;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 158px !important;
    }
    .footer_here {
        padding-top: 0 !important;
        height: 100%;
    }
    .footer-wrapper {
        margin-left: 0;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 12px;
    }
    .blog-detail h4 {
        font-size: 15px;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 13px !important;
        width: 79%;
    }
    /* .about_info {
        width: 87% !important;
        margin-top: 0 !important;
    } */
    .strategies_wrapper h2 {
        font-size: 19px !important;
    }
    .footer_Content {
        height: 100%;
        padding: 49px 0 25px;
    }
    .dropdown-content-wrapper a {
        letter-spacing: 0 !important;
        padding: 0;
    }
    header.web_nav .navbar ul li a {
        font-size: 12px !important;
    }
}
@media (min-width: 500px) and (max-width: 541px) {
    section#sec-02 .about_img img {
        height: 200px;
        width: 100%;
        object-fit: fill;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 185px !important;
        object-fit: fill;
    }
}
@media (max-width: 415px) {
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .main_heading h5 {
        font-size: 20px !important;
        padding-top: 0 !important;
    }
    .c-home__nav__track span {
        right: 27px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .copy_right.text-center {
        padding-top: 43px;
        padding-bottom: 10px;
        position: unset !important;
    }
    /* .about_info {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        justify-content: end;
        margin-top: 40px;
        padding-right: 110px;
    } */
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 9px;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
        display: none !important;
    }
    .dot-indicator {
        top: 251px;
        left: -16px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px !important;
    }
    .about_img img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 205px !important;
        object-fit: fill;
    }
    .pro_img img,
    .protfolio_img img {
        height: 250px !important;
        object-fit: fill;
        width: 100% !important;
    }
    .about_strategies p,
    .blog-detail a {
        font-size: 13px !important;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_img {
        margin-top: 30px !important;
    }
    .about_imgbox {
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .footer_sideimg,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .strategies_heading p {
        color: #000;
        font-family: var(--font-Roboto-Light);
        font-size: 12px;
        width: 90%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 44px 50px 0 !important;
    }
    .blog_img img {
        object-fit: cover;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 40px 0 !important;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 17px !important;
    }
    .corsica_sec_wrapper .main_heading {
        width: 86%;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .email_Send input {
        width: 100%;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 201px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p,
    .main_heading p {
        font-size: 10px !important;
    }
    .blog-detail h4 {
        font-size: 14px !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 12px !important;
        width: 100% !important;
    }
}
@media (min-width: 410px) and (max-width: 415px) {
    .pro_img img,
    .protfolio_img img {
        height: 190px !important;
    }
    .about_imgbox img,
    .pro_img img,
    .protfolio_img img {
        width: 100% !important;
        object-fit: fill;
    }
    .dot-indicator {
        top: 101px;
        left: -19px;
    }
    .footer_Content {
        height: 100%;
        padding: 25px 0 25px 28px;
    }
    .blog_img {
        height: 152px !important;
    }
    .dropdown-content-wrapper a {
        letter-spacing: 0 !important;
        padding: 0;
    }
    header.web_nav .navbar ul li a {
        font-size: 12px !important;
    }
    .about_imgbox {
        padding-top: 0 !important;
        margin-bottom: 20px !important;
    }
    .about_imgbox img {
        height: 180px !important;
    }
    section#sec-02 .about_img img {
        height: 180px;
        width: 100%;
        object-fit: fill;
    }
}
@media (max-width: 394px) {
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    footer {
        height: 71% !important;
    }
    section#sec-02 .about_img img {
        height: 170px;
        width: 100%;
        object-fit: fill;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .main_heading h5 {
        font-size: 16px !important;
        padding-top: 0 !important;
    }
    /* .about_info {
        width: 100% !important;
        margin-top: 0 !important;
    } */
    .c-home__nav__track span {
        right: -3px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 40px !important;
        padding-right: 40px !important;
        height: 100%;
        padding: 20px 0 5px;
    }
    .copy_right.text-center {
        bottom: -3px !important;
        left: -16px !important;
        padding-bottom: 10px;
    }
    .blog-detail h4,
    .content_Wrapper h5 {
        font-size: 14px !important;
    }
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0 !important;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 71px;
        left: -22px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px !important;
    }
    .about_img img {
        width: 100%;
        height: 149px;
        object-fit: cover;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 155px !important;
        object-fit: cover;
    }
    .pro_img img,
    .protfolio_img img {
        height: 180px !important;
        object-fit: fill !important;
        width: 100% !important;
    }
    .about_strategies p,
    .blog-detail a {
        font-size: 13px !important;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_img {
        margin-top: 30px !important;
    }
    .about_imgbox,
    .footer_sideimg,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .strategies_heading p {
        font-size: 12px !important;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 16px 0 0 !important;
    }
    .blog_img img {
        object-fit: cover;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 40px 0 !important;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 17px !important;
    }
    .corsica_sec_wrapper .main_heading {
        width: 86%;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .copy_right.text-center {
        position: unset !important;
        padding-top: 30px;
        margin-bottom: -19px !important;
    }
    .email_Send input {
        width: 100%;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 328px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p,
    .main_heading p {
        font-size: 9px !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 19px 0 !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 10px !important;
        width: 100% !important;
    }
}
@media (max-width: 376px) {
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    footer {
        height: 90% !important;
    }
    section#sec-02 .about_img img {
        height: 170px;
        width: 100%;
        object-fit: fill;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .main_heading h5 {
        font-size: 16px !important;
        padding-top: 0 !important;
    }
    /* .about_info {
        width: 100% !important;
        margin-top: 0 !important;
    } */
    .c-home__nav__track span {
        right: -3px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 40px !important;
        padding-right: 40px !important;
        height: 100%;
        padding: 20px 0 5px;
    }
    .copy_right.text-center {
        bottom: -3px !important;
        left: -16px !important;
        padding-bottom: 10px;
    }
    .blog-detail h4,
    .content_Wrapper h5 {
        font-size: 14px !important;
    }
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 11%;
        width: 34% !important;
    }
    .dot-indicator {
        top: 71px;
        left: -22px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px !important;
    }
    .about_img img {
        width: 100%;
        height: 149px;
        object-fit: cover;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 155px !important;
        object-fit: cover;
    }
    .pro_img img,
    .protfolio_img img {
        height: 180px !important;
        object-fit: fill !important;
        width: 100% !important;
    }
    .about_strategies p,
    .blog-detail a {
        font-size: 13px !important;
    }
    .strategies_wrapper h2 {
        font-size: 22px !important;
    }
    .about_img {
        margin-top: 30px !important;
    }
    .about_imgbox,
    .footer_sideimg,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .strategies_heading p {
        font-size: 12px !important;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 16px 0 0 !important;
    }
    .blog_img img {
        object-fit: cover;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 40px 0 !important;
    }
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 17px !important;
    }
    .corsica_sec_wrapper .main_heading {
        width: 86%;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .copy_right.text-center {
        position: unset !important;
        padding-top: 30px;
        margin-bottom: -19px !important;
    }
    .email_Send input {
        width: 100%;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 148px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p,
    .main_heading p {
        font-size: 12px !important;
        margin-bottom: 20px;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 19px 0 !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 10px !important;
        width: 100% !important;
    }
}
@media (min-width: 320px) and (max-width: 350px) {
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    section#sec-02 .about_img img {
        height: 90px;
        width: 100%;
        object-fit: fill;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .dot-indicator li {
        position: relative;
        height: 31px;
    }
    .bannersocail_icons {
        width: 70px !important;
    }
    .side_menu .hamburger-menu {
        right: 1rem !important;
    }
    .main_heading h5 {
        font-size: 12px !important;
        padding-top: 0 !important;
    }
    .about_strategies p,
    .blog-detail a,
    .content_Wrapper p,
    .corsica_sec_wrapper .main_heading h2,
    .main_btn .btn {
        font-size: 10px !important;
    }
    .main_btn .btn {
        padding: 11px !important;
        width: 120px !important;
    }
    /* .about_info {
        width: 100% !important;
        margin-top: 0 !important;
        padding-right: 57px;
    } */
    .c-home__nav__track span {
        right: 27px;
    }
    .footer_links a {
        font-size: 9px;
    }
    .footer_Content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .copy_right.text-center {
        padding-bottom: 10px;
    }
    .content_Wrapper h5 {
        font-size: 11px !important;
    }
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 25%;
        width: 23% !important;
    }
    .dot-indicator {
        top: 87px;
        left: -12px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px !important;
        padding-top: 66px;
    }
    .about_img img {
        width: 100%;
        height: 149px;
        object-fit: cover;
    }
    .about_imgbox img,
    .pro_img img {
        object-fit: fill;
        width: 100% !important;
    }
    .about_imgbox img {
        height: 96px !important;
    }
    .strategies_wrapper h2 {
        font-size: 20px !important;
    }
    .about_img {
        margin-top: 30px !important;
    }
    .about_imgbox,
    .footer_sideimg,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .pro_img img {
        height: 77px !important;
    }
    .protfolio_img img {
        height: 121px !important;
        width: 100% !important;
        object-fit: fill !important;
    }
    .footer_heading h4 {
        font-family: var(--font-Roboto-Bold);
        color: var(--text-color);
        text-transform: uppercase;
        margin-bottom: 4px;
        font-size: 14px;
    }
    .footer_heading {
        margin-top: 13px !important;
    }
    .footer_logo p {
        font-family: var(--font-Roboto-Medium);
        color: var(--text-color);
        font-size: 11px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .footer_logo img {
        width: 102px;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .strategies_heading p {
        font-size: 12px !important;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 16px 0 0 !important;
    }
    .blog_img img {
        object-fit: cover;
    }
    .our_memberwrapper .main_heading {
        padding: 100px 0 0 !important;
    }
    .corsica_sec_wrapper .main_heading,
    .email_Send input {
        width: 100%;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .copy_right.text-center {
        position: unset !important;
        padding-top: 30px;
        margin-bottom: -19px !important;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 90px !important;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p {
        font-size: 9px !important;
        margin: 2px;
    }
    .blog-detail h4,
    .main_heading p {
        font-size: 9px !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 19px 0 !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 9px !important;
        width: 100% !important;
    }
}
@media (max-width: 281px) {
    .about_imgbox,
    .footer_sideimg,
    .main_heading h5,
    .protfolio_img {
        padding-top: 0 !important;
    }
    .corsica_sec_wrapper
        .row.h-100.align-items-center.justify-content-start.d-flex.flex-colume {
        height: unset !important;
    }
    .corsica_sec_wrapper:after {
        left: 115px !important;
        display: none;
    }
    .bannersocail_icons {
        width: 70px !important;
    }
    .side_menu .hamburger-menu {
        right: 0.5rem !important;
    }
    .corsica_sec_wrapper .main_heading h2,
    .main_heading h5,
    .strategies_heading p {
        font-size: 12px !important;
    }
    .member_wrapper {
        display: flex;
        padding: 10px 0;
        margin: 0 0px;
    }
    .about_strategies p,
    .content_Wrapper p,
    .main_btn .btn {
        font-size: 10px !important;
    }
    .main_btn .btn {
        padding: 11px !important;
        width: 120px !important;
    }
    /* .about_info {
        width: 100% !important;
        margin-top: 0 !important;
        padding-right: 57px;
    } */
    .c-home__nav__track span {
        right: 27px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_Content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .copy_right.text-center {
        padding-bottom: 10px;
    }
    .blog-detail h4,
    .content_Wrapper h5 {
        font-size: 14px !important;
    }
    .corsica_secs {
        height: 100vh !important;
    }
    .corsica_banner_icon {
        bottom: 0;
        right: -3px;
    }
    .corsica_sec_wrapper .side_img {
        top: 0;
        right: 25%;
        width: 23% !important;
    }
    .dot-indicator {
        top: 97px;
        left: -15px;
    }
    .corsica_sec_wrapper {
        padding-right: 70px !important;
    }
    .about_img img {
        width: 100%;
        height: 149px;
        object-fit: cover;
    }
    .about_imgbox img {
        width: 100% !important;
        height: 155px !important;
        object-fit: cover;
    }
    .pro_img img,
    .protfolio_img img {
        height: 144px !important;
        width: 100% !important;
    }
    .strategies_wrapper h2 {
        font-size: 20px !important;
    }
    .about_img {
        margin-top: 30px !important;
    }
    .about_portfolio {
        padding-top: 3px !important;
    }
    .pro_img img {
        object-fit: fill;
    }
    .protfolio_img img {
        object-fit: fill !important;
    }
    .main_heading {
        padding: 20px 0;
    }
    section#sec-02,
    section#sec-03,
    section#sec-04,
    section#sec-06,
    section#sec-07 {
        height: 100%;
    }
    .blog_wrapper .main_heading {
        text-align: center;
        padding: 16px 0 0 !important;
    }
    .blog_img img {
        object-fit: cover;
    }
    .our_memberwrapper .main_heading {
        padding: 20px 0 0 !important;
    }
    .corsica_sec_wrapper .main_heading,
    .email_Send input {
        width: 100%;
    }
    .copy_right.text-center p {
        font-size: 13px !important;
    }
    .footer_sideimg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .copy_right.text-center {
        position: unset !important;
        padding-top: 13px;
        margin-bottom: -19px !important;
    }
    .add_mail {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .blog_img {
        height: 206px !important;
    }
    .strategies_wrapper {
        padding: 20px 20px;
    }
    .blog-detail h4,
    .blog-detail h5,
    .blog-detail p,
    .main_heading p {
        font-size: 9px !important;
    }
    .blog-detail a {
        font-size: 13px !important;
    }
    .blog_wrapper .main_btn {
        text-align: center;
        padding: 19px 0 !important;
    }
    .corsica_sec_wrapper .main_heading p {
        font-size: 9px !important;
        width: 100% !important;
    }
}
.z-index-minus {
    z-index: -99999;
    transition: 0.6s;
}
