body,
html {
    overflow-x: hidden;
}
.dropdown-content a,
header.web_nav .navbar ul li a {
    font-family: var(--font-Roboto-Light);
}
.blog-detail a,
.contact_links a,
.dropbtn,
.dropdown-content a,
.footer_links a,
.strategies_heading a,
a.kigi-btn,
header.web_nav .navbar ul li a {
    text-decoration: none;
}
body {
    height: 100%;
    position: relative;
}
html {
    scroll-behavior: smooth;
}
a:focus {
    outline: 0;
}
.custom-loader {
    width: 80px;
    height: 80px;
    --c: radial-gradient(farthest-side, #0362a0 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    animation: 1s infinite s8;
    position: absolute;
    left: 49%;
    right: 52%;
    bottom: 56%;
    top: 44%;
}
.custom-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 3px;
    background: repeating-conic-gradient(#0000 0 35deg, #0362a0 0 90deg);
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 3px),
        #000 0
    );
    border-radius: 50%;
}
@keyframes s8 {
    100% {
        transform: rotate(0.5turn);
    }
}
.darksoul-layout {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999;
    max-width: 100%;
    max-height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.darksoul-grid {
    margin: auto;
    margin-right: 1px;
    width: 50px;
    height: 50px;
    display: grid;
    gap: 0px;
    grid-template-columns: auto auto;
    animation: rotate 2s linear 0s infinite;
}
.item1 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}
.item2 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}
.item3 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}
.item4 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}
@keyframes rotate {
    0% {
        rotate: 0deg;
        transform: scale(0.6);
    }
    50% {
        rotate: 100deg;
        transform: scale(0.4);
    }
    100% {
        rotate: 360deg;
        transform: scale(0.6);
    }
}
.darksoul-loader-h {
    margin: auto;
    margin-left: 5px;
    color: #fff;
}
.loader,
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
}
.loader div {
    content: " ";
    width: 5px;
    height: 5px;
    background: #2196f3;
    border-radius: 100%;
    position: absolute;
    animation: 3.1s linear infinite both shift;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
}
.loader div:first-of-type {
    animation-delay: -0.3s;
}
.loader div:nth-of-type(2) {
    animation-delay: -0.6;
}
.loader div:nth-of-type(3) {
    animation-delay: -0.9s;
}
.loader div:nth-of-type(4) {
    animation-delay: -1.2s;
}
.loader div:nth-of-type(5) {
    animation-delay: -1.5s;
}
.loader div:nth-of-type(6) {
    animation-delay: -1.8s;
}
.loader div:nth-of-type(7) {
    animation-delay: -2.1s;
}
.loader div:nth-of-type(8) {
    animation-delay: -2.4s;
}
.loader div:nth-of-type(9) {
    animation-delay: -2.7s;
}
@keyframes shift {
    0% {
        opacity: 1;
        background-color: #00f;
        transform: rotate(0) translateX(20px) rotate(0);
    }
    50% {
        opacity: 1;
        background-color: #fff;
        transform: rotate(180deg) translateX(20px) rotate(-180deg);
    }
    100% {
        opacity: 1;
        background-color: #00f;
        transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}
a.kigi-btn {
    background-color: #000;
    padding: 10px 30px;
    color: #fff;
    transition: 0.6s;
    border-radius: 50px;
}
.email_Send,
.footer_wrap {
    position: relative;
}
figure {
    margin-bottom: 0;
}
.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;
}
.para-scroll {
    overflow-y: scroll;
    height: 118px;
}
.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);
}
.current-active-section-sec-02 p {
    color: #8d8d8d;
}
.about_portfolio p,
.blog_wrapper p,
.our_memberwrapper p,
section#sec-02 p {
    color: #8d8d8d !important;
}
.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;
    }
}
.viewport {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.dots {
    position: absolute;
    width: 45px;
    left: 17px;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.dots-item {
    position: relative;
    z-index: 2;
    width: 11px;
    height: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #b3b3b3;
    cursor: pointer;
}
.dots-item.active {
    background: #000;
    width: 17px;
    height: 17px;
}
.home_slider {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.home_slideritem {
    width: 100%;
    min-height: 800px;
}
@media (max-width: 768px) {
    .home_slideritem {
        padding-left: 40px;
    }
    .dots {
        left: 2px;
    }
}
.side_menu a:link,
.side_menu a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}
.side_menu .center {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 60px 0; */
    gap: 20px !important;
}
.dropdown-content-wrapper a {
    letter-spacing: 0 !important;
    padding: 0;
}
.side_menu .overlay {
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.overlay-background,
.ul-background {
    background-color: #04222d;
}
.side_menu .overlay-slide-right {
    transition: 0.4s ease-in-out;
    transform: translateX(0);
}
.side_menu .overlay-slide-left {
    transition: 0.8s ease-in-out;
    transform: translateX(-100vw);
}
.side_menu nav ul {
    height: 100vh;
    list-style: none;
}
.web_nav .side_menu nav li a {
    letter-spacing: 0.4rem;
    font-size: 15px;
    font-family: var(--font-Roboto-Regular);
}
.side_menu nav li a:active,
.side_menu nav li a:hover {
    transform: scale(1.1);
}
.side_menu .slide-in-1 {
    animation: 0.4s linear 0.2s both slide-in;
}
.side_menu .slide-in-2 {
    animation: 0.4s linear 0.4s both slide-in;
}
.side_menu .slide-in-3 {
    animation: 0.4s linear 0.6s both slide-in;
}
.side_menu .slide-in-4 {
    animation: 0.4s linear 0.8s both slide-in;
}
.side_menu .slide-in-5 {
    animation: 0.4s linear 1s both slide-in;
}
.side_menu .slide-in-6 {
    animation: 0.4s linear 1.3s both slide-in;
}
.side_menu .slide-in-7 {
    animation: 0.4s linear 1.6s both slide-in;
    display: flex;
    flex-direction: column;
}
.side_menu .slide-in-8 {
    animation: 0.4s linear 1.9s both slide-in;
}
.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;
}
.item {
    display: none;
}
@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.side_menu .slide-out-1 {
    animation: 0.3s linear 0.8s both slide-out;
}
.side_menu .slide-out-2 {
    animation: 0.3s linear 0.7s both slide-out;
}
.side_menu .slide-out-3 {
    animation: 0.3s linear 0.6s both slide-out;
}
.side_menu .slide-out-4 {
    animation: 0.3s linear 0.5s both slide-out;
}
.side_menu .slide-out-5 {
    animation: 0.3s linear 0.4s both slide-out;
}
.side_menu .slide-out-6 {
    animation: 0.3s linear 0.3s both slide-out;
}
.side_menu .slide-out-7 {
    animation: 0.3s linear 0.2s both slide-out;
}
.side_menu .slide-out-8 {
    animation: 0.3s linear 0.1s both slide-out;
}

@keyframes slide-out {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.side_menu .hamburger-menu {
    position: absolute;
    top: 22px;
    right: 2rem;
    z-index: 30;
    cursor: pointer;
}
.menu-bar1,
.menu-bar2,
.menu-bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 5px;
    transition: 0.4s;
}
.side_menu .menu-bar2 {
    width: 28px;
    margin-left: auto;
}
.side_menu .active .menu-bar1 {
    transform: rotate(-48deg) translate(1px, 2px);
}
.side_menu .active .menu-bar2 {
    opacity: 0;
}
.side_menu .active .menu-bar3 {
    transform: rotate(45deg) translate(-0.6rem, -0.8rem);
}
header.web_nav {
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 10px;
    padding-left: 10px;
}
header.web_nav div#navbarSupportedContent {
    margin-left: 30px;
}
.footer_here {
    width: 100%;
    padding-top: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
section#sec-07 {
    background: #fff;
}
.footer_sideimg {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.footer_sideimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.copy_right.footer-all-right.text-center {
    bottom: 0 !important;
    margin-top: 50px;
    /* margin-right: 160px; */
}
header.web_nav .navbar ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px !important;
    cursor: pointer;
    /* line-height: 1.3; */
    padding: 5px 0;
    font-family: var(--font-Roboto-Bold);
}
header.web_nav .navbar ul li a:active,
header.web_nav .navbar ul li a:hover {
    color: #0362a0;
}
.navbar-brand img {
    width: 100%;
    height: 40px;
    object-fit: scale-down;
}
header.web_nav div#navbarSupportedContent ul.navbar-nav li.nav-item {
    padding: 0 1px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
}
header.web_nav .navbar ul li a.active {
    color: #0362a0 !important;
    /* padding: 7px 0; */
}
a.dropbtn.nav-link.active {
    padding: 0;
}
/* a.nav-link.active {
    line-height: normal !important;
} */
.socail_icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
header.web_nav .fa {
    font-weight: 800;
}
.dropbtn {
    font-family: var(--font-montserrat-semibold);
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}
.dropbtn:hover {
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 276px;
    padding: 14px 3px;
    z-index: 9;
    background-color: #fff;
    border: 0;
    top: 28px;
    cursor: pointer;
}
.dropdown-content a {
    color: #7d7d7d !important;
    padding: 4px 16px;
    font-size: 11px;
    display: block;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-box {
    position: absolute;
    width: 200px;
    height: 200px;
    background: 0 0;
}
@media (max-width: 990px) {
    div#navbarSupportedContent {
        display: none;
    }
}
.main_heading h2 {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    font-family: var(--font-Roboto-Thin);
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.video-3 {
    animation-delay: 1s;
}
.video-4 {
    animation-delay: 1.5s;
}
.video-5 {
    animation-delay: 2s;
}
.video-6 {
    animation-delay: 2.5s;
}
.video-7 {
    animation-delay: 3s;
}
.video-8 {
    animation-delay: 3.5s;
}
.video-n {
    animation-delay: 4s;
}
/* .corsica_sec {
    background-image: url(../img/sliderone_back.webp);
    background-repeat: no-repeat;
    min-height: 800px;
    max-height: 800px;
} */
.main_banner {
    padding-left: 145px;
    height: 100%;
}
.corsica_banner {
    border-left: 1px solid #b3b3b3;
    padding-left: 32px;
    height: 100%;
}
.corsica_sec-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 40px;
}
input:focus,
textarea#exampleFormControlTextarea1:focus {
    border-bottom: 1px solid #0362a0 !important;
    box-shadow: 0 1px 0 0 #0362a0 !important;
    width: 100%;
    transition: 1s;
}
.corsica_sec_wrapper .main_heading h2 {
    font-size: 80px;
}
.main_heading h5 {
    color: #fff;
    font-family: var(--font-Roboto-Light);
    text-transform: uppercase;
    font-size: 25px;
}
.corsica_sec_wrapper .main_heading p {
    font-size: 19px;
    width: 79%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.main_heading p {
    color: #8d8d8d;
    font-family: var(--font-Roboto-Regular);
    font-size: 15px;
}
.content_Wrapper h5,
.main_btn .btn {
    text-transform: uppercase;
    font-family: var(--font-Roboto-Bold);
}
.content_Wrapper h5 {
    color: var(--text-color);
    font-size: 20px;
}
.corsica_sec_wrapper .content_Wrapper p {
    color: #c9c9c9;
    font-family: var(--font-Roboto-Regular);
    font-size: 15px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.main_btn .btn {
    background-color: var(--btn-color);
    font-size: 13px;
    padding: 15px;
    width: 170px;
    border-radius: 0;
    color: #fff;
    border: 0;
}
.main_btn .btn:hover {
    background-color: #0e212d;
    transition: 0.5s;
    color: #fff;
}
.side_img {
    position: absolute;
    height: 100%;
    right: 7%;
    width: 27%;
    top: 0;
}
.side_img img {
    height: 100%;
    object-fit: fill;
    width: 100%;
}
/* .about_info {
    position: absolute;
    width: 17%;
    top: 61%;
    left: 48%;
} */
.bannersocail_icons {
    position: absolute;
    right: 0;
    margin-top: 37px;
    height: 100%;
    bottom: 0;
    display: flex;
    background: #0e212d;
    width: 101px;
    align-items: end;
    justify-content: center;
}
.corsica_banner_icon {
    padding-bottom: 13px;
    text-align: center;
}
.bannersocail_icon {
    position: absolute;
    right: 30px;
    margin-top: 37px;
}
.bannersocail_icon .icon,
.bannersocail_icons .icon {
    margin-top: 20px;
}
.bannersocail_icon .icon img,
.bannersocail_icons .icon img {
    width: 23px;
}
.bannersocail_icon .icon a i,
.bannersocail_icons .icon a i {
    font-size: 22px;
    color: #fff;
}
.bannersocail_icon .icon a i:hover,
.bannersocail_icons .icon a i:hover {
    color: #0362a0;
    cursor: pointer;
    transition: 0.3s;
}
.home_slideritem.about-sec {
    padding-top: 70px;
    background: #fff;
}
.main_heading h3 {
    color: #000;
    font-family: Roboto-Thin;
    text-transform: capitalize;
    font-size: 40px;
}
.strategies_heading h4,
.strategies_heading p {
    font-family: var(--font-Roboto-Light);
    color: #fff;
}
.about_imgbox,
.our_members {
    padding-top: 40px;
}
.strategies_sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/realstate.jpg);
    display: flex;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-size: cover; /* Use cover for a better fit */
    background-color: #fff;
}
.strategies_wrapper {
    /* background-image: url(../img/slidethree_img2.webp);
    background-repeat: no-repeat;
    padding: 40px 30px; */
    background-color: transparent;
}
.strategies_heading h4 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: var(--font-Roboto-Light);
    text-transform: capitalize;
    color: #08344e;
    margin-bottom: 10px;
}
.strategies_heading p {
    font-size: 16px;
    font-family: var(--font-Roboto-Regular);
    color: #797979;
}
.strategies_heading a {
    color: #fff;
    font-family: var(--font-Roboto-Bold);
    text-transform: uppercase;
    font-size: 12px;
}
.about_strategies p {
    color: #000;
    font-family: var(--font-Roboto-Light);
}
.strategies_wrapper h2 {
    font-size: 30px;
    color: #000;
}
.strate_slide .slick-dots li button {
    background: #000;
    width: 10px;
    height: 10px;
}
.strate_slide .slick-dots li button:before {
    content: unset;
}
.strate_slide ul.slick-dots {
    bottom: -50px;
    display: none !important;
}
.strate_slide .slick-active button {
    background: #fff;
    width: 13px !important;
    height: 13px !important;
}
.blog_wrapper {
    width: 100%;
}
section.home_slideritem.portfolio_sec {
    padding-bottom: 55px;
    background-color: #fff;
    padding-top: 31px;
}
.about_portfolio {
    padding-top: 0px;
}
.protfolio_img img {
    height: 351px;
}
section.home_slideritem.member_sec {
    padding-top: 77px;
}
.our_memberwrapper .main_heading {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}
.member_wrapper {
    display: flex;
    padding: 10px 0;
    margin: 0 20px;
}
.para-scroll::-webkit-scrollbar {
    display: none !important;
}
.member_detail {
    flex: 0 0 69%;
    padding: 0 10px;
}
.member_name h4 {
    color: #222;
    font-family: var(--font-roboto-slab-extralight);
    font-size: 22px;
}
.member_name h6 {
    font-family: var(--font-Roboto-Medium);
    color: #222;
    text-transform: capitalize;
}
.blog-detail a,
.blog-detail h4,
.footer_heading h4 {
    text-transform: uppercase;
}
.member_name p {
    color: var(--text-color-2);
    font-family: var(--font-Roboto-Regular);
    font-size: 15px;
    word-break: break-all;
}
.member_wrapper img {
    width: 100%;
    height: 140px;
}
section.home_slideritem.blog-sec {
    padding-top: 51px;
}
.blog_wrapper .main_heading {
    text-align: center;
    padding-bottom: 27px;
}
.blog_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 283px;
    width: 100%;
}
.blog_img img,
.home_slideritem.footer-sec .footer_Wrapper .footer_wrap .row {
    height: 100%;
    width: 100%;
}
.blog-detail {
    position: absolute;
    padding: 0 30px;
}
.blog-detail h4,
.blog-detail h5,
.blog-detail p {
    font-family: var(--font-Roboto-Light);
    color: var(--text-color);
    font-size: 14px;
}
.blog-detail a {
    color: var(--text-color);
    font-family: var(--font-Roboto-Bold);
}
.blog-detail a:hover {
    color: #0362a0;
    transition: 0.3s;
}
.add_mail .fa,
.footer_heading h4,
.footer_links a,
.footer_logo p {
    color: var(--text-color);
}
.blog-detail h4 {
    font-size: 21px;
}
.blog_wrapper .main_btn {
    text-align: center;
    padding: 40px 0;
}
.overlay_blog {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
}
@media (max-width: 1330px) {
    .corsica_sec_wrapper .main_heading h2 {
        font-size: 47px;
    }

    .member_name h4 {
        font-size: 16px;
        margin: 0;
    }
    .member_name p {
        font-size: 10px;
    }
    .about_imgbox img {
        width: 100%;
        height: 245px;
    }
    .about-sec .main_heading p {
        font-size: 16px;
    }
}
.footer_Content {
    background-image: url(../img/footer-shade.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 100px 0 25px 32px;
    background: #000;
}
.home_slideritem.footer-sec .footer_Content,
.home_slideritem.footer-sec .footer_Wrapper,
.home_slideritem.footer-sec .footer_Wrapper .row,
.home_slideritem.footer-sec .footer_sideimg img {
    height: 100%;
}
.home_slideritem.footer-sec .footer_sideimg {
    padding-top: 30px;
    height: 90%;
}
.home_slideritem.footer-sec .footer_wrap {
    display: flex;
    padding-top: 190px;
    height: 70%;
    width: 100%;
}
.footer_links a {
    display: block;
    font-family: var(--font-Roboto-Medium);
    padding: 5px 0;
}
.footer_heading h4 {
    font-family: var(--font-Roboto-Bold);
    margin-bottom: 20px;
    font-size: 22px;
}
.contact_links p,
.footer_logo p {
    font-family: var(--font-Roboto-Medium);
}
.footer_logo img {
    width: 100px;
}
.footer_logo p {
    font-size: 14px;
    margin-bottom: 38px;
    margin-top: 30px;
}
.email_Send input {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid var(--text-color);
    border-radius: 0;
    padding-left: 0;
}
.email_Send input::placeholder {
    font-family: var(--font-Roboto-Medium);
    color: var(--text-color);
    font-size: 14px;
}
.add_mail {
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.add_mail .fa {
    font-weight: 200;
    cursor: pointer;
}
.add_mail .fa:hover,
.contact_links p:hover,
.footer_links a:hover,
.socail_icon .fa:hover,
.socail_icon a i:hover {
    color: #0362a0;
    transform: all 0.5s all;
}
.contact_links p,
.socail_icon .fa,
.socail_icon a i {
    color: var(--text-color);
    cursor: pointer;
}
.contact_links a {
    list-style: none;
}
.copy_right.text-center p {
    color: var(--text-color);
    font-family: var(--font-Inter-SemiBold);
}
.footer_Content .form-control:focus {
    color: var(--text-color);
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.side_menu .overlay .dropdown-content {
    left: -30px;
    right: 0;
    top: 28px;
}
.side_menu .overlay .dropdown-content a {
    letter-spacing: 0;
    font-size: 15px !important;
    font-family: var(--font-Roboto-Regular);
}
.footer-wrapper-right1 {
    padding-left: 10px;
}
/* .dropdown.nav-link {
    line-height: 1.1;
} */
.contact_links a p {
    font-size: 14px;
}
@media (max-width: 1367px) {
    header.web_nav .navbar ul li a {
        font-size: 13px !important;
        /* line-height: 1.1; */
        padding: 7px 0;
    }
    header.web_nav .navbar ul li a.active {
        color: #0362a0 !important;
        /* padding: 9px 0; */
    }
    .footer_links a {
        font-size: 15px;
    }
    .corsica_banner:after {
        left: 126px;
    }
    .strategies_wrapper h2 {
        font-size: 30px !important;
    }
    /* .side_menu .center {
        margin: 70px 0;
    } */
    .copy_right.footer-all-right.text-center {
        margin-right: 0;
    }
    .corsica_sec_wrapper_contect_us .container {
        padding: 0;
    }
    .philposophy_img img {
        height: 550px !important;
    }
    .corsica_sec_contect_us {
        height: 40vh !important;
    }
    .option h4,
    select.form-select {
        font-size: 15px;
    }
    .main_heading h2 {
        font-size: 55px !important;
    }
    .corsica_banner .side_img {
        width: 24% !important;
    }
}
@media (min-width: 913px) and (max-width: 916px) {
    .side_menu .center {
        margin: 46px 0;
    }
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -34px;
        right: 63px;
    }
}
@media (max-width: 912px) {
    .side_menu .hamburger-menu {
        z-index: 11111 !important;
    }
}
@media (min-width: 890px) and (max-width: 897px) {
    .side_menu .center {
        margin: 46px 0;
    }
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -38px;
        right: 96px;
    }
}
@media (min-width: 840px) and (max-width: 852px) {
    .side_menu .center {
        margin: 46px 0;
    }
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -34px;
        right: 63px;
    }
}
@media (min-width: 822px) and (max-width: 824px) {
    .side_menu .center {
        margin: 46px 0;
    }
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -34px;
        right: 63px;
    }
}
@media (min-width: 700px) and (max-width: 741px) {
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -38px;
        right: 25px;
    }
    .side_menu .center {
        margin: 35px 0;
    }
}
@media (min-width: 600px) and (max-width: 685px) {
    .side_menu .center {
        margin: 42px 0;
    }
    .footer_heading h4 {
        margin-top: 10px !important;
    }
    .dropdown-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        top: -36px;
        right: -15px;
    }
}
@media (max-width: 575px) {
    .strategies_wrapper h2 {
        font-size: 20px !important;
    }
    header.web_nav .navbar ul li a {
        font-size: 13px !important;
        /* line-height: 1.1; */
        padding: 1px 0;
    }
    .custom-loader {
        left: 40% !important;
    }
    .side_menu .overlay-slide-right nav ul {
        padding-left: 0 !important;
    }
}
@media (max-width: 1281px) {
    .side_img img {
        height: 100% !important;
    }
}
@media (max-width: 1025px) {
    .dropdown {
        padding: 3px 6px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3px;
        padding-left: 3px;
    }
    .side_img img {
        height: 547px !important;
    }
    .main_heading h2 {
        font-size: 40px !important;
    }
    .corsica_sec_wrapper_contect_us {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-top: 100px !important;
    }
    .corsica_banner {
        border-left: 1px solid #b3b3b3;
        padding-left: 72px !important;
        height: 100%;
    }
    footer {
        height: 73% !important;
    }
    .footer_Content {
        padding-left: 34px;
    }
    .footer-wrapper-right1 {
        padding-left: 60px;
    }
    header.web_nav .navbar ul li a {
        font-family: var(--font-Roboto-Light);
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .corsica_banner:after {
        left: 123px !important;
    }
    header.web_nav div#navbarSupportedContent {
        margin-left: 23px !important;
    }
    header.web_nav div#navbarSupportedContent ul.navbar-nav li.nav-item {
        padding: 0 !important;
    }
    .main_heading p,
    header.web_nav .navbar ul li a {
        font-size: 12px !important;
    }
    .philposophy_img img {
        height: 370px !important;
    }
    .main_banner {
        padding-left: 97px !important;
        height: 100%;
    }
}
@media (max-width: 992px) {
    .corsica_banner:after,
    header.web_nav div#navbarSupportedContent {
        display: none;
    }
    .corsica_sec_contect_us {
        height: 25% !important;
    }
    .corsica_sec_wrapper_contect_us {
        padding-top: 90px !important;
    }
    .main_heading h2 {
        font-size: 30px !important;
    }
    .main_banner {
        display: unset !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .footer_Wrapper .row {
        height: auto !important;
    }
    .copy_right.text-center {
        position: unset !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
    .footer-wrapper-right1 {
        padding-left: 0;
    }
}
@media (min-width: 900px) and (max-width: 913px) {
    .main_banner {
        padding-left: 7px !important;
        height: 100%;
    }
    .corsica_banner {
        padding-left: 50px !important;
    }
    .philposophy_img img {
        height: 370px;
        width: 100%;
        object-fit: scale-down;
    }
}
@media (min-width: 913px) and (max-width: 916px) {
    .corsica_sec_contect_us .main_heading {
        padding-right: 0;
    }
    .globe_Wrapper {
        padding: 0;
    }
    .trans_wrapper {
        margin-bottom: 20px;
    }
    .corsica_banner,
    .main_banner {
        padding-left: 0 !important;
    }
    section.transaction_Sec {
        padding: 0 0 30px;
    }
    .main_heading p {
        font-size: 13px !important;
    }
    .target_img img {
        width: 100%;
        height: initial;
        object-fit: fill;
    }
    .main_heading h2 {
        font-size: 21px !important;
    }
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
    section.globe_sec {
        padding: 11px 0 50px;
    }
    .main_heading h5 {
        font-size: 20px;
    }
    .corsica_sec_contect_us {
        height: 100% !important;
    }
    .corsica_sec_wrapper_contect_us .wrapper-sec {
        padding-left: 117px;
    }
    .main_heading1 {
        margin-top: 20px;
    }
    .port_tabs ul#pills-tab {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 821px) and (max-width: 897px) {
    .corsica_sec_contect_us .main_heading {
        padding-right: 0;
    }
    section.corsica_sec_contect_us.category .main_banner {
        padding-left: 77px !important;
    }
    .globe_Wrapper {
        padding: 0;
    }
    .trans_wrapper {
        margin-bottom: 20px;
    }
    .corsica_banner,
    .main_banner {
        padding-left: 0 !important;
    }
    section.transaction_Sec {
        padding: 0 0 30px;
    }
    .main_heading p {
        font-size: 13px !important;
    }
    .target_img img {
        width: 100%;
        height: initial;
        object-fit: fill;
    }
    .main_heading h2 {
        font-size: 21px !important;
    }
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
    section.globe_sec {
        padding: 11px 0 50px;
    }
    .main_heading h5 {
        font-size: 20px;
    }
    .corsica_sec_contect_us {
        height: 100% !important;
    }
    .corsica_sec_wrapper_contect_us.wrapper-sec {
        padding-left: 117px;
    }
    .main_heading1 {
        margin-top: 20px;
    }
    .port_tabs ul#pills-tab {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 821px) {
    .main_banner {
        padding-left: 15px !important;
        height: 100%;
    }
    .phone_query {
        text-align: center !important;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .philposophy_img img,
    .side_img img {
        height: 100% !important;
    }
    .corsica_banner .side_img {
        width: 26% !important;
    }
    .about_mission p {
        font-size: 12px !important;
    }
    .philposophy_img {
        position: unset;
    }
    .about_philposophy h3 {
        font-size: 25px;
    }
    .about_philposophy {
        padding: 35px 17px 35px 4px;
    }
    .main_heading h3 {
        font-size: 23px !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 25px !important;
    }
    .footer_Wrapper .row {
        height: auto !important;
    }
    .copy_right.text-center {
        position: unset !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
}
@media (max-width: 769px) {
    .email_Send input {
        width: 100%;
    }
    .main_banner {
        padding-left: 15px !important;
        height: 100%;
    }
    .philposophy_img img,
    .side_img img {
        height: 100% !important;
    }
    .corsica_banner .side_img {
        width: 26% !important;
    }
    .about_mission p {
        font-size: 12px !important;
    }
    .philposophy_img {
        position: unset;
    }
    .about_philposophy h3 {
        font-size: 25px;
    }
    .about_philposophy {
        padding: 35px 17px 35px 4px;
    }
    .main_heading h3 {
        font-size: 23px !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 25px !important;
    }
    .footer_Wrapper .row {
        height: auto !important;
    }
    .copy_right.text-center {
        position: unset !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
}
@media (min-width: 600px) and (max-width: 668px) {
    .main_heading1,
    .story_heading {
        margin-top: 20px;
    }
    .email_Send,
    .form_group {
        position: relative;
    }
    .corsica_sec_contect_us {
        height: 100% !important;
    }
    .main_heading h2 {
        font-size: 25px !important;
    }
    .footer_sideimg,
    .hightlight::after,
    .hightlight_bottom::after,
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
    .corsica_sec_wrapper_contect_us {
        padding-right: 130px !important;
    }
    section.company_sec.sec-comp {
        padding-top: 30px;
    }
    section.company_sec {
        padding: 50px 0 30px;
    }
    .main_heading.wrapper {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .company_highlight {
        padding-top: 0;
    }
    .company_img img {
        width: 142px;
        height: 104px;
        object-fit: scale-down;
    }
    .company_info {
        gap: 21px !important;
    }
    .achiviement_wrapper,
    .geo_info {
        padding-top: 20px;
    }
    .footer_heading h4 {
        margin-top: 30px;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .main_banner {
        justify-content: start;
    }
    .story_heading {
        margin-bottom: 21px;
    }
    section.vision-sec {
        padding: 20px 0 40px;
    }
    .email_Send {
        margin-bottom: 20px;
    }
}
@media (min-width: 700px) and (max-width: 741px) {
    .corsica_sec_contect_us .main_heading {
        padding-right: 0;
    }
    .form_group,
    .trans_wrapper {
        margin-bottom: 20px;
    }
    .footer_sideimg {
        display: none;
    }
    .corsica_sec_wrapper_contect_us {
        padding-right: 288px;
        padding-left: 41px;
    }
    .globe_Wrapper {
        padding: 0;
    }
    .corsica_banner,
    .main_banner {
        padding-left: 0 !important;
    }
    section.transaction_Sec {
        padding: 0 0 30px;
    }
    .search_options {
        padding-top: 14px;
    }
    .corsica_banner .side_img {
        width: 22% !important;
    }
    .main_heading p {
        font-size: 11px !important;
    }
    .target_img img {
        width: 100%;
        height: initial;
        object-fit: fill;
    }
    .main_heading h2 {
        font-size: 19px !important;
    }
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
    section.globe_sec {
        padding: 11px 0 50px;
    }
    .main_heading h5 {
        font-size: 20px;
    }
    .corsica_sec_contect_us {
        height: 100% !important;
    }
    .main_heading1 {
        margin-top: 20px;
    }
    .port_tabs ul#pills-tab {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 700px) and (max-width: 735px) {
    .corsica_sec_contect_us {
        height: 100% !important;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .main_banner {
        justify-content: start;
    }
    .story_heading {
        margin-bottom: 21px;
        margin-top: 20px;
    }
    section.vision-sec {
        padding: 20px 0 40px;
    }
    .footer_sideimg,
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
    .achiviement_wrapper {
        padding-top: 20px;
    }
    .email_Send {
        position: relative;
        margin-bottom: 20px;
    }
}
@media (min-width: 736px) and (max-width: 737px) {
    .corsica_sec_contect_us {
        height: 50% !important;
    }
    .achiviement_wrapper,
    .geo_info {
        padding-top: 20px;
    }
    .footer_heading h4 {
        margin-top: 30px;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .main_banner {
        justify-content: start;
    }
    .story_heading {
        margin-bottom: 21px;
        margin-top: 20px;
    }
    section.vision-sec {
        padding: 20px 0 40px;
    }
    .footer_sideimg,
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
    .email_Send {
        position: relative;
        margin-bottom: 20px;
    }
}
@media (max-width: 581px) {
    .corsica_sec_contect_us {
        height: 30% !important;
    }
    .phone_query {
        text-align: center !important;
    }
    .copy_right.footer-all-right.text-center {
        bottom: 0 !important;
        margin-top: 10px;
    }
    .contact_Form .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px;
        padding-right: 3px !important;
    }
    .contact_detail .main_heading {
        padding-left: 0;
        padding-bottom: 20px !important;
        padding-right: 2px !important;
    }
    .contact_query {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 40px !important;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
    }
    section.transaction_Sec .main_heading.text-center h3 {
        margin-bottom: 0 !important;
    }
    .target_info h3 {
        margin-top: 30px !important;
    }
    .achiviement_wrapper .main_heading,
    section.story-sec .main_heading {
        padding-left: 0;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .corsica_banner {
        padding-left: 22px !important;
    }
    .trans_wrapper {
        padding: 20px 19px;
        margin-bottom: 20px;
    }
    .corsica_sec_wrapper_contect_us .main_heading p,
    .main_heading p {
        font-size: 12px !important;
    }
    .about_philposophy h3 {
        font-size: 30px !important;
    }
    .geo_info .main_heading {
        padding-top: 20px;
        padding-left: 16px;
    }
    .main_banner {
        display: unset !important;
        height: unset;
    }
    section.vision-sec {
        padding: 0;
    }
    .main_heading h2 {
        font-size: 15px !important;
    }
    .corsica_sec_contect_us .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 134px !important;
    }
    .corsica_sec_wrapper_contect_us {
        padding-top: 110px !important;
    }
    .main_heading h5 {
        font-size: 14px !important;
    }
    .about_philposophy .main_heading {
        padding-left: 5px;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .footer_sideimg {
        padding-top: 40px;
        display: none;
    }
    section.story-sec .main_heading p {
        font-size: 13px !important;
        margin-bottom: 6px;
    }
    .philposophy_img {
        position: unset;
    }
    .geo_info {
        padding-top: 29px;
    }
    section.industry_sec .main_heading p {
        font-size: 14px !important;
        margin-bottom: 6px;
    }
    .footer_logo p {
        font-size: 13px;
        margin-bottom: 8px;
        margin-top: 21px;
    }
    header.web_nav {
        padding-left: 0 !important;
    }
    .footer_heading h4 {
        margin-bottom: 25px !important;
        margin-top: 20px !important;
    }
    .about_philposophy {
        padding: 34px 20px 34px 15px;
    }
    .email_Send input {
        width: 100% !important;
    }
    .achiviement_wrapper {
        padding-top: 31px;
    }
    .email_Send {
        position: relative;
        margin-bottom: 16px;
    }
    .footer_Content {
        padding-left: 40px !important;
    }
    .corsica_banner:after {
        display: none;
    }
    .main_heading {
        padding-left: 18px;
        padding-bottom: 20px;
        padding-right: 43px;
    }
}
@media (min-width: 540px) and (max-width: 542px) {
    .corsica_sec_contect_us.main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 264px !important;
    }
}
@media (max-width: 376px) {
    .main_heading h2 {
        font-size: 12px !important;
    }
    .bannersocail_icons {
        width: 82px !important;
    }
    .corsica_sec_wrapper_contect_us {
        padding-top: 120px !important;
    }
    .corsica_sec_contect_us .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 131px !important;
    }
    .corsica_banner .side_img {
        right: 82px !important;
        width: 28% !important;
        height: 100% !important;
    }
    .corsica_banner {
        border-left: 1px solid #b3b3b3;
        padding-left: 14px !important;
        height: 100%;
    }
    .about_mission p {
        font-size: 11px !important;
    }
    .about_philposophy .main_heading p,
    .main_heading p {
        font-size: 10px !important;
        margin-bottom: 6px;
    }
    .philosophy-sec {
        padding: 44px 0;
    }
    section.industry_sec .main_heading p,
    section.process-sec .main_heading p,
    section.story-sec .main_heading p {
        font-size: 11px !important;
        margin-bottom: 6px;
    }
}
@media (max-width: 281px) {
    .custom-loader {
        left: 36% !important;
        top: 42% !important;
    }
    .side_menu .overlay-slide-right nav ul {
        padding-left: 0 !important;
    }
    .corsica_sec_contect_us .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 117px !important;
    }
    .corsica_sec_wrapper_contect_us {
        padding-top: 130px !important;
    }
    section.team_Sec {
        padding: 10px 0 50px;
    }
    .footer_logo img {
        width: 93px;
    }
    .globe_Wrapper .main_heading h3,
    .main_heading h3 {
        font-size: 16px !important;
    }
    .corsica_sec_wrapper_contect_us .main_heading p {
        font-size: 9px !important;
    }
    .footer_Content {
        padding: 40px 40px 25px 32px !important;
    }
    .footer_links a {
        font-size: 13px;
    }
    .contact_links p,
    .main_heading h5 {
        font-size: 13px !important;
    }
    .footer_heading h4 {
        font-size: 15px !important;
    }
    .footer_logo p {
        font-size: 11px !important;
    }
    .main_heading h2,
    .main_heading p {
        font-size: 10px !important;
    }
    .bannersocail_icon .icon a i,
    .bannersocail_icons .icon a i {
        font-size: 15px;
        color: #fff;
    }
    .bannersocail_icons {
        width: 71px !important;
    }
    .achiviement_wrapper .main_heading {
        padding-left: 8px;
        padding-bottom: 20px;
        padding-right: 3px;
    }
    section.industry_sec .main_heading p {
        font-size: 11px !important;
        margin-bottom: 6px;
    }
    .main_heading p {
        margin-bottom: 6px;
    }
    .side_menu .hamburger-menu {
        right: 1.5rem !important;
        top: 9px !important;
    }
    .about_philposophy h3 {
        color: var(--text-color) !important;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .philposophy_img img {
        height: 310px;
        width: 100%;
        object-fit: scale-down;
    }
    .main_heading {
        padding-left: 18px;
        padding-bottom: 20px;
        padding-right: 43px;
    }
    .corsica_banner .side_img {
        right: 70px !important;
        width: 28% !important;
        height: 100% !important;
    }
}
@media (max-width: 1025px) {
    footer {
        height: 73% !important;
    }
    .footer_Content {
        padding-left: 34px;
    }
}
@media (max-width: 991px) {
    .footer_Wrapper .row {
        height: auto !important;
    }
    .copy_right.text-center {
        position: unset !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
}
@media (min-width: 913px) and (max-width: 916px) {
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
}
@media (min-width: 821px) and (max-width: 897px) {
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
}
@media (max-width: 821px) {
    .footer_Wrapper .row {
        height: auto !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
}
@media (max-width: 769px) {
    .footer_Wrapper .row {
        height: auto !important;
    }
    .footer_Content {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    footer {
        height: 375px !important;
    }
}
@media (min-width: 600px) and (max-width: 668px) {
    .footer_heading h4 {
        margin-top: 30px;
    }
    .footer_sideimg {
        display: none;
    }
}
@media (min-width: 700px) and (max-width: 741px) {
    .footer_sideimg {
        display: none;
    }
    .footer_Content {
        padding: 65px 0 25px 82px;
    }
}
@media (min-width: 736px) and (max-width: 737px) {
    .footer_heading h4 {
        margin-top: 30px;
    }
    .footer_sideimg {
        display: none;
    }
}
@media (max-width: 581px) {
    .footer_sideimg {
        padding-top: 40px;
        display: none;
    }
    .footer_logo p {
        font-size: 13px;
        margin-bottom: 8px;
        margin-top: 21px;
    }
    .footer_heading h4 {
        margin-bottom: 25px !important;
        margin-top: 20px !important;
    }
    .footer_Content {
        padding-left: 40px !important;
    }
}
@media (max-width: 281px) {
    .footer_logo img {
        width: 93px;
    }
    .footer_Content {
        padding: 40px 40px 25px 32px !important;
    }
    .footer_links a {
        font-size: 13px;
    }
    .contact_links p {
        font-size: 13px !important;
    }
    .footer_heading h4 {
        font-size: 15px !important;
    }
    .footer_logo p {
        font-size: 11px !important;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 9999s ease-in-out;
}
::-ms-input-placeholder {
    color: #8d8d8d;
}
::placeholder {
    color: #8d8d8d;
}
.pro_img img {
    width: 100%;
    height: 460px;
}
.navbar-nav .dropdown a.active {
    padding-top: 8px;
    padding-bottom: 8px;
}
span.for-error {
    font-size: 13px;
}
a.nav-link.login-btn {
    background: #0064a0;
    border-radius: 3px;
    margin-left: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase !important;
    font-family: var(--font-Roboto-Bold) !important;
    border: 1px solid #0064a0 !important;
}
a.nav-link.login-btn:hover {
    background: #0e212d;
    border-radius: 3px;
    margin-left: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase !important;
    font-family: var(--font-Roboto-Bold) !important;
    color: #fff !important;
    border: 1px solid #0064a0 !important;
}
.side_menu nav ul li:last-child a {
    background: #0064a0;
    padding: 20px;
    border-radius: 5px;
    font-family: var(--font-Roboto-Bold) !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
}
.side_menu nav ul li:last-child a:hover {
    background: #0e212d;
    padding: 20px;
    border-radius: 5px;
    font-family: var(--font-Roboto-Bold) !important;
    text-transform: uppercase !important;
    color: #fff;
    border: 1px solid #0064a0;
}
/* body.current-active-section-sec-01 .dropdown {
    padding: 1px 6px;
} */
.dropdown-content a.drop-down-items.active {
    line-height: 1.5 !important;
}
.main_heading ul {
    font-family: Roboto-Light !important;
    color: #000 !important;
    font-size: 14px;
}
.side_menu .overlay-slide-right nav ul {
    /* padding-left: 0 !important; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: start; */
    gap: 40px;
    padding-top: 60px;
}
.dropdown-content-wrapper a {
    margin-bottom: 9px;
}
