body {
    overflow-y: scroll;
    height: 408px !important;
}

.img-container {
    margin: 0 0 50px;

    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

p.abt_us {
    padding: 0px 70px 0px 70px;
    font-size: 16px;
    line-height: 30px;
}

.team-card_content {
    text-align: center;
}

p.tag_line {
    text-align: justify;
    font-size: 16px;
    color: #F6B334;
    letter-spacing: 0.6px;
}

ul.abt_list {
    list-style: none;
    font-size: 18px;
    line-height: 50px;
    margin-left: 70px;
    margin-top: 15px;
}

.btn_abt {
    margin-left: 110px;
}

button.btn.btn-info {
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    background: #002346;
}

a.appt_btn {
    margin-left: 50px;
    font-size: 16px;
    color: #002346;
    font-weight: 600;
}

a.appt_btn:hover {
    color: #f6b334;
}

section.process_bg {
    background-image: url(../img/bg/process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

button.btn.btn-warning {
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    float: right;
    margin-top: 30px;
    background: #002346;
}

section.team_bg {
    background-image: url(../img/bg/team-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

h3.team-title {
    color: #fff;
}

button.btn.btn-success {
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    background-color: #F6B334;
    color: #002346;

}

.Marquees {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.Marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200vw;
    height: 13vh;
    margin:10px;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11vh;
    width: 12.5vw;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0 1px 3px #848484;
}



.icon {
    color: #cccccc;
    transform: scale(1.5);
}

.FirstRow {
    animation: Scroll 10s linear infinite;
}

.SecondRow {
    animation: Scroll 10s linear infinite;
    animation-direction: reverse;
}

@keyframes Scroll {
    0% {
        transform: translateX(-50vw);
        -webkit-transform: translateX(-50vw);
    }

    100% {
        transform: translateX(50vw);
        -webkit-transform: translateX(50vw);
    }
}

section.contact-bg {
    background-image: url(../img/bg/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
}

div#c_bg {
    background: #002346;
    padding: 30px 35px 30px 35px;
}

h4.sec-title {
    font-size: 36px;
    color: #fff;
}

p.sub_tag_text {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.6px;
    font-size: 16px;
}

::placeholder {
    color: #fff !important;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff !important;
    font-weight: 300;
}

.contact_details {
    margin-top: 50px;
    margin-left: 100px;
}

img.l_icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

h6.l_title {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    color: #F6B334;
}

p.add_details {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

section.footer_bg {
    background-image: url(../img/bg/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

img.footer_logo {
    display: block;
    margin-right: auto;
    margin-left: auto;

}

a.hero_apt {
    margin-left: 15px;
}

a.hero_apt:hover {
    color: #f6b334;
}

li.desktop_link {
    color: #fff;
    list-style: none;
    font-size: 28px;
    line-height: 59px;
    text-align: end;
    border-top: 1px solid #1c3c63;
}

@media (max-width: 767px) {
    ul.abt_list {
        list-style: none;
        font-size: 14px;
        line-height: 40px;
        margin-left: -30px;
        margin-top: -20px;
    }

    .btn_abt {
        margin-left: 0px;
    }

    a.appt_btn {
        margin-left: 20px;
        font-size: 14px;
    }

    .feature-card-icon {
        margin-bottom: 25px;
    }

    .marquee {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 11vh;
        width: 100%;
        margin: 10px;
        border-radius: 15px;
        box-shadow: 0 1px 3px #848484;
    }

    .contact_details {
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-layout1 .footer-top .footer-top-title {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin-top: -40px;
        letter-spacing: 0.6px;
        font-size: 12px !important;
        line-height: 25px;
    }

    img.footer_logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: -50px;
    }
}

.sidebar {
    position: fixed;
    right: 20px;
    line-height: 50px;
    top: 10%;
    transform: translateY(-50%);
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.sidebar ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.sidebar ul li.active::before {
    background-color: #fcb900;
    border-color: #fcb900;
}

.sidebar ul li a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

.button_anim {
    display: inline-flex;
    height: 40px;
    width: 200px;
    background: #002346;
    border: 2px solid #BFC0C0;
    color: #BFC0C0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
}

a {
    color: #BFC0C0;
    text-decoration: none;
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #f6b334;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
}

#button-2:hover #slide {
    left: 0;
}

#button-2:hover a {
    color: #000000;
}

.js-cont {
    position: relative;
    width: 100%;
    height: auto;
}

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}

/* button style start */

.custom-btn {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    background-color: #fcc30b;
    border: none;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    transition: color 0.3s ease;
    color: black;
}

.custom-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: black;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 0;
}

.custom-btn:hover::before {
    width: 100%;
    height: 100%;
}

.custom-btn:hover {
    color: white;
}

.custom-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.custom-btn:hover span {
    color: white;
}

.all-services-btn {
    text-align: right;
}

/* button style end */
#carouselExampleControls {
    display: none;
}

.mobile_img {
    display: none;
}

@media screen and (max-width:768px) {

    .req-app-btn {
        width: 100%;
    }
    p.choose_text {
    font-size: 14px !important;
}
.counter-divider {
    position: relative;
    width: 50%;
    margin-top: 50px;
}
.counter-card_title {
        font-size: 16px;
    }
    h4.why-choose {
    text-align: center;
    font-size: 30px;
    }
    section.bredcumb_banner {
      margin-top: 50px;
        }
    img.hero-section {
        display: none;
    }
    div#mobile_version {
        display: none !important;
    }
    .col-lg-4.all-services-btn {
        margin-top: -80px;
    }
    p.tag_line {
        text-align: left;
        font-size: 14px;
        color: #F6B334;
        letter-spacing: 0.6px;
    }
    .team-section {
        display: contents !important;
    }
    .team-member {
    margin: 5px 10px 5px 10px;
}
    .contact-area-1 {
        width: 100% !important;

    }

    .join-us {
        width: 100% !important;
        padding: 5px !important;
    }
    section.hiring_bg {
        background: #ededed!important;
        padding: 15px 0px 15px 0px!important;
        margin-top: 50px!important;
    }

    .job-post {
        padding: 10px 10px 10px 10px !important;
    }

    p.intro {
        font-size: 14px !important;
        padding: 0px !important;
    }

    p.breadcumb_text {
        padding: 0px !important;
        font-size: 14px !important;
    }

    p.abt_us {
        font-size: 14px;
        padding: 0px;
    }

    div#c_bg {
        background: #002346;
        margin-top: -80px;
        padding: 30px 20px 30px 20px;
    }

    .process-card .process-card-number {
        font-size: 24px;
    }

    h4.sec-title {
        font-size: 22px;
        color: #fff;
    }

    .feature-card-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .header-logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sidebar {
        position: fixed;
        right: 20px;
        line-height: 50px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .process-card .process-card-title {
        font-size: 18px;
    }

    .custom-btn span {
        font-size: 12px;
    }

    a.hero_apt {
        font-size: 12px;
    }

    a.appt_btn {
        font-size: 12px;
    }

    #services-sec {
        display: none;
    }

    #carouselExampleControls {
        display: block;
        margin-top: -80px;
    }
    .team-card_img img{
        height: auto;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 50%;
        bottom: 0;
        width: 10%;
        height: 10%;
        border: none;
        /* color: red; */
    }

    .fa-angle-left,
    .fa-angle-right {
        color: red;
        font-size: 20px;
    }

    .feature-card {
        padding: 28px 40px;
        margin: 25px 0px;
    }

    .hero-style2 {
        padding: 80px 0 72px;
        position: absolute;
        bottom: -65px;
    }

    .hero-2-thumb.wow.img-custom-anim-right img {
        height: 65vh;
        margin-top: -15px;
    }

    .hero-style2 .hero-title {
        font-size: 22px;
        text-align: center;
    }

    .hero-text {
        font-size: 14px;
    }

    p.img-custom-anim-left {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .custom-btn {
        padding: 10px 25px;
    }

    .hero-banner-head {
        margin-top: 20px;
    }

    .banner-text-btn {
        text-align: center;
    }

    .desktop_img {
        display: none;
    }

    .mobile_img {
        display: block;
    }

    /*.header-layout2 .sticky-wrapper {*/
    /*    padding: 0px 0px;*/
    /*}*/

    p.sub_tag_text {
        font-size: 14px;
    }

    select.style-border,
    .single-select.style-border,
    .form-control.style-border,
    .form-select.style-border,
    textarea.style-border,
    input.style-border {
        background: transparent;
        border-bottom: 2px solid #ffffff;
        border-radius: 0;
        color: #ffffff;
        font-size: 18px;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
    }

    img.m_h_logo {
        width: 100px;
    }



}

/* sidebar pagination start */


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

.sidebar ul li {
    position: relative;
    margin: 20px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* .sidebar ul li a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
} */

.sidebar ul li a.active::before,
.sidebar ul li a:hover::before {
    background-color: #fff;
}

.sidebar ul li::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 30px;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #fff;
}

.sidebar ul li:last-child::after {
    display: none;
}

.sidebar ul li::after {
    content: '';
    position: absolute;
    left: 117px;
    top: 29px;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #fff;
    height: 62px;
    opacity: 0.3;
}

/* sidebar pagination end */
p.breadcumb_text {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    padding: 0px 150px 0px 150px;
}

a.j_title {
    font-size: 24px;
    letter-spacing: 0.6px;
}

.intro {
    font-size: 18px;
    text-align: center;
    color: #595959;
    margin: 10px 0;
    padding: 0px 200px 0px 200px;
}

.job-post {
    /* background-color: #fff; */
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    display: inline-block;
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.job-post h2 {
    font-size: 24px;
    color: #1d1d1d;
    margin: 0;
    letter-spacing: 0.6px;
}

.location {
    color: #e3b10d;
    font-size: 16px;
    margin-left: 10px;
}

.description {
    font-size: 16px;
    color: #595959;
    margin: 10px 0 20px 0;
}

.apply-btn {
    background-color: #e3b10d;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

h1.title_hiring {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
}

section.hiring_bg {
    background: #ededed;
    padding: 30px 10px 30px 10px;
    margin-top: 50px;
}

button#hiring_button {
    margin-top: 30px;
}

p.feature-card-text {
    font-size: 14px;
    text-align: justify;
}

img.publisher_img {
    width: 100% !important;
}

.blog-post-content .title {
    font-size: 14px;
}

.blog-post-content {
    background: whitesmoke;
    padding: 15px 15px 30px 15px;
        height: 200px;
}

p.serv_text-justify {
    text-align: center;
    line-height: 25px;
    color: #4D5574;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
        font-size: 16px;
}

/* img.service_img {
    margin-top: 60px;
} */
h2.serv-title {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

p.testimonial_text {
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 14px;
}

.wrapper {
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 9;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: 0px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 1));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 35px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}



.card .img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
}

.carousel .card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

.team-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.team-member {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.team-member img {
    width: 400px;
    object-fit: cover;
}

.team-member h3 {
    margin: 10px 0;
    font-size: 1.2em;
}

.team-member p {
    color: #777;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social-links a img {
    width: 24px;
    height: 24px;
}

.team-member:hover {
    transform: scale(1.05);
}

section.testimonial {
    background-color: #efefef;
    padding: 50px 100px 50px 100px;
}

svg:not(:root) {
    overflow: hidden;
}

.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.upload-main-wrapper {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

#file-upload-name {
    margin: 4px 0 0 0;
    font-size: 12px;
}

option {
    background: #142a3d;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    background-color: #000000ad;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
    margin-top: 20px;
    border: 2px solid;
}

.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.upload-wrapper>svg {
    width: 50px;
    height: auto;
    cursor: pointer;
}

.upload-wrapper.success>svg {
    transform: translateX(-200px);
}

.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
}

.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}

.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}

.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-success-text svg {
    width: 25px;
    height: auto;
}

.file-success-text span {
    margin-left: 15px;
}

.upload-wrapper.success .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text span {
    display: none;
}

.upload-wrapper .file-success-text circle {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}

.upload-wrapper.success .file-success-text circle {
    stroke-dashoffset: 0;
}

.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}

.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}

.upload-wrapper.success .file-upload-text {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

#file-upload-name {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #fff;
}

.join-us {
    max-width: 500px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 50%;
    padding: 10px;
    background: #142a3d;
    border-radius: 8px;
}
img.hero-section {
    width: 100%;
    max-width: 400px;
    margin-top: -100px;
}
p.new_abt {
    text-align: justify;
}
h2.abt-title {
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size:37px;
}
p.breadcumb-title {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 3px;
}
h4.why-choose {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.6px;
    color: #fff;
    padding: 30px 10px 30px 10px;
}
p.choose_text {
    font-size: 16px;
    line-height: 30px;
    color:#fff;
}
section.bredcumb_banner {
  margin-top: 73px;
}
img.breadcumb_img {
    width: 100%;
}
img.m_h_logo {
    width: 120px;
}
img.h_logo {
    width: 120px;
}
section#testimonial {
    padding: 30px 10px 30px 10px;
}
section.counter-bg {
    background: #092b4c;
}
.counter-card {
    margin-top: 50px;
}