@import url('font-min.css');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

ul {
    margin: 0px;
    padding: 0px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-0 {
    margin-bottom: 0px;
}

.top-20 {
    margin-top: 20px;
}

.w-80 {
    width: 80%;
}

.lead {
    font-size: 28px;
    line-height: 36px;
}

ol, ul {
    padding-left: 2rem;
}

.gap-3 {
    gap: 1rem !important;
}

.top-bar-section {
    padding: 24px 0px;
}

header {
    position: relative;
    width: 100%;
    z-index: 11;
}

header .logo {
    width: 180px;
}

header.sticky {
    z-index: 9;
    background-color: #ffffff;
    position: fixed;
    top: 0;
}

.beta-open {
    border-radius: 100px;
    padding: 10px 26px 10px 10px;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 14px;
    background: #fff url(../images/btn-arrow.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px;
}

.custom-btn {
    border-radius: 100px;
    background: #151515;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    border: none;
}

.custom-btn-one {
    border-radius: 100px;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #151515;
    display: inline-block;
    border: 1px solid #151515;
    background: #FFF;
    text-decoration: none;
}

.custom-btn-one:hover {
    text-decoration: none;
    color: #151515;
}

.custom-btn:hover {
    text-decoration: none;
    color: #fff;
}

/* .btn-primary-wrapper:hover {
    transform: scale(.96);
}
*/
.btn-primary-wrapper {
    display: inline-block;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333333 !important;
    font-size: 15px;

}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #151515;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #151515;
}

/* home-banner start here */
.eta-form {
    max-width: 1000px;
    margin: 0 auto;
}

.eta-form button.btn {
    background-color: #004085;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s ease;
    border: none;
}

.section-title.form-details {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 16px;
        flex-wrap: wrap;
    gap: 20px;
}

.form-section-details p {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.section-title.form-details strong{font-weight: 500;}

.homebanner {
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}

.homebanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0006;
    z-index: 1;
}

.homebanner .inner {
    position: relative;
    z-index: 2;
}

.homebanner h1 {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 24px;
}

.homebanner .applyvisa {
    background-color: #bb101d;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 600;
    transition: .3s ease;
    border: none;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.labelbuttons {
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
    background-image: url(../images/pattern-btn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
        color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}
.labelbuttons:hover:after {
    opacity: .8;
}

.labelbuttons h4 {
    font-weight: 700;
    font-size: 19px;
}
.labelbuttons * {
    position: relative;
    z-index: 2;
}

.labelbuttons p {
    margin: 0;
}

.labelbuttons:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    transition: .3s ease;
}

.labelbuttons.second:after {
    background-color: #bb101d;
}

.labelbuttons.third:after {
    background-color: #096629;
}

.labelbuttons.forth:after {
    background-color: #e1e1e1;
}
h3, .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: #198754 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #212529;
}
.gap-2 {
    gap: .5rem !important;
}

.list-group-item a{
    color: #212529;
    text-decoration: none;
}

main {
    min-height: calc(100vh - 160px);
}

.sideBar img{
    max-width: 20px;
}

.btn-success {
    background-color: #198754;
    padding: 6px 20px;
}

.fw-bold {
    font-weight: 700 !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}

.form_title {
    background-color: #e1e1e1;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    text-align: center;
    margin: 40px 0 15px;
    padding: 10px;
    line-height: 1;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #6c757d !important;
}

.hero-banner {
    padding-top: 40px;
}

ul.payment-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.payment-icon li {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
ul.payment-icon li img {
    height: 30px;
}

footer {
    padding: 20px 0;
    background-color: #f1f1f1;
}

ul.fotterLink {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.fotterLink  li a {
    color: #bb101d;
    text-decoration: none;
}
.form-control, .form-select {
    background-color: #f0f0f0;
    border-color: #a5a5a5;
    border-radius: 5px;
    margin-bottom: 0px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-small {
    /* background-image: url('../images/banner-img.jpg'); */
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    position: relative;
  }

  .banner-small:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0006;
    z-index: 1;
}

.banner-small h1 {
    position: relative;
    z-index: 2;
}

.form-select:focus, .form-control:focus {
    box-shadow: none;
    outline: none;
    border: solid 1px #000;
    background-color: #eaeaea;
}

  .form-section {
    border: 1px solid #ececec;
    width: 100%;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .form-section:last-of-type {
    border-bottom: none;
  }
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 800;
  } 
  label {
    font-weight: 500;
    font-size: 14px;
  }
 
  
  .section-title.section-title-in {
    margin-bottom: 0px;
    font-size: 1.2rem;
}
.form-check-inline .form-check-input {
    margin-top: 4px;
}

#currencyDetailsWrapper .row{
    width: 100%;
}


#container[data-animated] {
    overflow: hidden;
    padding: 20px 0px;
}

#container[data-animated] #list {
    width: max-content;
    animation: scroll 100s linear infinite;
}

@keyframes scroll {
    to {
        translate: calc(-50% - 5px);
    }
}

@media only screen and (max-width: 1400px) {
    .features-bg-image-wrapper img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    .home-banner {
        padding: 250px 0px 150px;
    }

    .display-2 {
        font-size: 48px;
        line-height: 62px;
    }

    .home-banner .lead {
        font-size: 24px;
    }

    .technology-banner .display-1 {
        font-size: 55px;
        line-height: 72px;
    }

    .display-3 {
        font-size: 32px;
    }

    .display-1 {
        font-size: 60px;
        line-height: 80px;
    }

    .mission-right p {
        font-size: 20px;
    }

    .product-card p {
        font-size: 20px;
    }



    .technology-banner {
        padding: 215px 0px 300px;
    }

    .whyus-card .display-3 {
        font-size: 30px;
    }

    .footer-link-wrap li a {
        font-size: 20px;
    }


    .career-banner {
        padding: 300px 0px 148px;
    }

    .about-banner {
        padding: 250px 0px 100px;
    }


}

/* start media screen 991 start here */
@media only screen and (max-width: 991px) {
    .display-1 {
        font-size: 48px;
        line-height: 60px;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .faq .apply-now {
        font-size: 24px !important;
    }

    .audio-section .display-2 {
        font-size: 32px;
        line-height: 42px;
    }

    .navbar-toggler {
        background-color: #151515;
        border: 1px solid #151515;
    }

    #navbarCollapse {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #e9ecef;
        position: absolute;
        top: 65px;
        z-index: 11;
        width: 100%;
        left: 0px;
        background-color: #fff;
    }

    .home-banner {
        padding: 150px 0px 100px;
    }

    .home-banner .lead {
        font-size: 24px;
        line-height: 40px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .display-2 {
        font-size: 40px;
        line-height: 54px;
    }

    .display-2 span,
    .display-4 span {
        display: inline-block;
    }

    .display-4 {
        font-size: 32px;
    }

    .all-apps .coloum-reverse {
        flex-direction: column-reverse;
    }

    .content-wrap-tablet {
        padding-bottom: 64px;
    }

    .content-wrap-tablet-auto {
        padding-bottom: 64px;
    }

    .search-section .coloum-reverse {
        flex-direction: column-reverse;
    }

    .content-wrap {
        padding-bottom: 64px;
    }

    .features-bg-image-wrapper img {
        max-width: 100%;
    }

    .product-img-wrap img {
        width: 100%;
    }

    .feature-banner .display-5 span {
        display: inline-block;
    }

    .display-5 {
        font-size: 48px;
    }

    .product-img-wrap {
        padding-bottom: 20px;
    }

    .m-hide {
        display: none;
    }

    #navbarCollapse {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #e9ecef;
        position: absolute;
        z-index: 11;
        width: 100%;
        left: 0px;
        background-color: #fff;
    }

    .navbar-nav .nav-link {
        padding-left: 20px;
    }

    button:focus {
        outline: none;
    }

    .product-contant {
        max-width: 100%;
    }

    .product-card {
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 40px;
        border-radius: 10px;
    }

    .display-3 {
        font-size: 30px;
        line-height: 38px;
    }

    .whyus-card-wrap {
        padding-bottom: 30px;
    }

    .technology-banner .display-1 {
        font-size: 48px;
        line-height: 60px;
    }

    .technology-banner {
        padding: 150px 0px 300px;
    }

    .tech-animation .lead {
        font-size: 20px;
    }

    .tech-animation .lead span {
        display: inline;
    }

    .about-banner,
    .home-banner,
    .career-banner,
    .technology-banner {
        height: auto;
    }


    .modal-dialog {
        border-radius: 20px;
        padding: 15px;
    }

    .modal-header img.logo {
        width: 130px;
    }

    .modal-title h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .modal-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .popup-text-field,
    .popup-select-field,
    .popup-textarea {
        font-size: 15px;
        padding-left: 50px;
    }

    .custom-checkbox {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .modal-header .close {
        background-size: 20px;
        margin: 0rem -1rem -1rem auto;
    }

    .popup-text-field,
    .popup-select-field {
        height: 52px;
    }

    .popup-select-field {
        background-size: 24px;
    }

    .modal-input img {
        max-width: 20px;
    }

    .modal-title {
        margin-bottom: 20px;
    }

    .popup-textarea {
        height: 90px;
    }

    .popup-text-field.file-upload {
        padding-top: 10px;
    }

    .footer-search {
        padding-bottom: 80px;
    }

    .copy-right p {
        padding-bottom: 30px;
    }

    .footer-link-wrap {
        float: left;
    }

    .footer-link-wrap li a {
        font-size: 20px;
    }
}

/* start media screen 767 start here */
@media only screen and (max-width: 767px) {
    header .logo {
        width: 120px;
    }

    header {
        padding: 0px 0px;
    }

    .navbar-toggler {
        background-color: #151515;
        border: 1px solid #151515;
    }

    .custom-btn-one {
        font-size: 18px;
    }

    .product-card {
        flex-wrap: wrap;
    }

    .product-contant {
        max-width: 100%;
    }

    .product-card {
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 40px;
        border-radius: 10px;
    }

    .audio-section {
        padding: 40px 0px;
    }

    .product-ai {
        padding: 40px 0px;
    }

    .display-3 {
        font-size: 26px;
    }

    .product-wrap {
        margin-bottom: 0px;
    }

    .our-mission {
        padding: 40px 0px;
    }

    .home-banner .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .home-banner {
        padding: 100px 0px 40px;
        background-position: center center;
    }

    .home-banner .lead span {
        display: inline;
    }

    .product-card p {
        font-size: 18px;
    }

    .mission-right p {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-contant-wrap {
        display: flex;
        gap: 10px;
    }

    .img-wrap {
        padding-top: 30px;
    }

    .display-1 {
        font-size: 28px;
        line-height: 34px;
    }

    .custom-btn {
        font-size: 18px;
        padding: 10px 30px;
    }

    .display-2 {
        font-size: 26px;
        line-height: 30px;
    }

    .display-4 {
        font-size: 26px;
    }

    .content-wrap span {
        display: inline-block;
    }

    .coloum-reverse {
        flex-direction: column-reverse;
    }

    .right-gradient-line {
        left: 20px;
    }

    .content-wrap.icon-box {
        padding-left: 20px;
    }

    .technology-banner {
        padding: 90px 0px 170px;
    }

    .animation-wrap {
        padding-bottom: 32px;
    }

    .tech-animation {
        margin-top: -150px;
    }

    .join-more-text {
        font-size: 24px;
    }

    .technology-banner .display-1 {
        font-size: 28px;
        line-height: 34px;
    }

    .whyus-card .display-3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .join-more {
        padding-top: 20px;
    }

    .why-us {
        padding: 40px 0px;
    }

    .whyus-card-wrap {
        padding-bottom: 30px;
    }

    .whyus-card .why-us-contant p {
        font-size: 18px;
        line-height: 26px;
    }

    .tech-animation .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .technology-banner .display-1 span {
        display: inline-block;
    }

    .whyus-wrap p {
        font-size: 18px;
        line-height: 26px;
    }



    .career-banner {
        padding: 90px 0px 170px;
    }

    .career-banner .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .career-banner .lead span {
        display: inline;
    }

    .open-position.faq {
        padding: 60px 0px;
    }

    .faq .faq-list img {
        width: 12px;
    }

    .filter-section ul li {
        font-size: 13px;
    }

    .faq .apply-now {
        max-width: fit-content;
        font-size: 18px !important;
        padding: 13px 30px;
    }

    .custom-btn-one {
        padding: 10px 30px;
    }

    .remote-location {
        font-size: 18px;
        padding-top: 5px;
    }

    .whyus-card {
        padding: 24px;
    }

    .carrer-banner-contant {
        min-width: 100%;
    }

    .display-5 {
        font-size: 30px;
    }

    .carrer-banner span {
        display: inline-block;
    }

    .carrer-banner {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .carrer-banner .btn-primary-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .carrer-banner .custom-btn {
        font-size: 18px;
        width: 100%;
    }

    .display-6 {
        font-size: 20px;
    }

    .benefits-wrap-outer {
        padding-left: 20px;
    }

    .benefits-wrap-outer .left-gradient-line {
        left: 20px;
    }

    .filter__head {
        max-width: 180px;
        margin: 20px auto 40px;
        padding: 13px 18px;
        flex-direction: column;
    }

    section.open-position {
        padding-top: 0px;
    }

    section.career-why-us {
        padding-top: 60px;
    }

    .filter__headitem.active {
        padding: 16px 15px;
        width: 100%;
        text-align: center;
    }

    .filter__headitem {
        font-size: 16px;
    }

    .features-bg-image-wrapper img {
        max-width: 100%;
    }

    .product-img-wrap img {
        width: 100%;
    }

    .feature-banner .display-5 span {
        display: inline-block;
    }

    .product-img-wrap {
        min-height: auto;
        padding-bottom: 20px;
    }

    .faq {
        padding: 40px 0 70px;
    }

    .faq .faq-list a {
        font-size: 20px;
        line-height: 20px;
    }

    .faq .faq-list p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .faq .faq-list li {
        padding: 20px 25px 20px 0px;
    }

    .modal-dialog .title-modal {
        font-size: 26px;
    }

    .modal-dialog .btn-primary-wrapper {
        width: 100%;
    }

    .modal-dialog .custom-btn {
        width: 100%;
        font-size: 18px;
    }

    /* about-banner  */

    .about-banner {
        padding: 90px 0px 108px;
    }

    .about-banner .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .about-banner .display-1 span {
        display: inline-block;
    }

    .about-banner .lead span {
        display: inline;
    }

    .about-contant .lead {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .about-contant {
        padding-top: 30px;
    }

    .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .faq-number {
        font-size: 24px;
    }

    /* footer  */

    .footer-link-wrap ul {
        gap: 10px;
    }

    .m-hide {
        display: none;
    }

    .footer-bg-image img {
        width: 100%;
    }

    .footer-link-wrap {
        z-index: 22;
        position: relative;
    }

    .brand-logo-footer {
        max-width: 120px;
    }

    .footer-wrapper .display-1 {
        font-size: 24px;
        line-height: 44px;
    }

    .footer-search {
        padding-bottom: 40px;
    }

    .copy-right p {
        margin: 0px;
        padding-bottom: 20px;
    }

    .footer-link-wrap li a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 990px) {
    .d-hide {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1490px;
    }
}