body {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.owl-prev {
    left: 10px;
}
.owl-next {
    right: 10px;
}
.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: 80px;
}
.slider .owl-stage-outer {
    height: 100vh;
}
.slider-01:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
    top: 0;
    opacity: 0.5;
}
.slider-02:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    top: 0;
    z-index: 1;
}
.rain {
    position: relative;
    z-index: 1;
}
.drop {
    position: absolute;
    bottom: 100%;
    width: 10px;
    height: 120px;
    pointer-events: none;
    animation: drop 0.5s linear infinite;
}
.slider_s_title h6 span {
    font-size: 10px;
}
@keyframes drop {
    0% {
        transform: translateY(0vh);
    }
    75% {
        transform: translateY(90vh);
    }
    100% {
        transform: translateY(90vh);
    }
}
.stem {
    width: 2px;
    height: 60%;
    margin-left: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
    animation: stem 0.5s linear infinite;
}
@keyframes stem {
    0% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.splat {
    width: 15px;
    height: 10px;
    border-top: 2px dotted rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    animation: splat 0.5s linear infinite;
    display: none;
}
.splat {
    display: block;
}
@keyframes splat {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    80% {
        opacity: 1;
        transform: scale(0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
.slider_particles {
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
canvas {
    width: 100%;
    height: 100%;
}
.navigation-img-wrapper {
    margin-top: 4px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 0;
    right: 0;
}
.navigator_seb img {
    width: 100px;
}
.navigation-img-wrapper .navigator {
    display: inline-block;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.slider_s_title {
    text-align: left;
    margin-right: 20px;
}
.slider_s_title h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider_s_title span {
    font-size: 11px;
}
.navigator_seb {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.navigation-img-wrapper .navigator.active {
    border-bottom: 2px solid #ffbf0c;
}
.slider-penal {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 350px;
    height: 700px;
    margin: auto;
    animation: mover 3s infinite alternate;
}
.slider #mainHeaderVideo {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slider .owl-nav,
.slider .owl-dots {
    display: none;
}
.slider_text {
    position: absolute;
    color: #fff;
    top: 370px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.slider_text h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    max-width: 62%;
    margin: auto;
}
.slider_text h2 span {
    color: #e5b73b;
}
.slider-02 .slider-image {
    height: 100vh;
}
.slider #my-carousel .owl-dots {
    display: none;
}
.slider_about_text {
    position: absolute;
    top: 37%;
    bottom: 0;
    margin: auto;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
    z-index: 999;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
    z-index: 99;
    position: relative;
}
@keyframes mover {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
@media screen and (max-width: 1420px) {
    .slider_text h2 {
        max-width: 69%;
        font-size: 50px;
    }
}
@media screen and (max-width: 1067px) {
    .slider_text h2 {
        max-width: 70%;
        font-size: 38px;
    }
}
@media screen and (max-width: 991px) {
    .slider #my-carousel .owl-dots {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }
    .slider .owl-stage-outer {
        height: auto;
    }
    .slider #my-carousel .owl-dots .owl-dot {
        width: 35px;
        border: none;
        height: 8px;
        margin: 0 4px;
        border-radius: 10px;
    }
    .slider #my-carousel .owl-dots .owl-dot.active {
        background: #e5b73b;
    }
    .navigation-img-wrapper {
        display: none;
    }
}
@media screen and (min-width: 576px) {
    .slider-02-pc {
        display: block;
    }

    .slider-02-media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .slider-02-pc {
        display: none;
    }

    .slider-02-media {
        display: block;
    }
}
/* ---------------------------------- */
/* ------ join us about ----- */
.join-us-about {
    margin-bottom: 80px;
}
.join-us-about-career {
    margin: auto;
}
.join-us-about-title h1 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 2rem;
}
.join-us-about_box .join-us-about_box_image:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.join-us-about_box .join-us-about_box_image img {
    filter: grayscale(0.8);
}
.join-us-about_box:hover .join-us-about_box_image img {
    filter: grayscale(0);
}
.join-us-about_box:hover .join-us-about_box_image:before {
    opacity: 0.3;
}
.join-us-about_box_text {
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 1;
}
.join-us-about_box_text h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.join-us-about_box_text_hover img {
    max-width: 45%;
    margin: auto;
    margin-bottom: 20px;
}
.join-us-about_box_text_hover p {
    color: #fff;
    padding: 0 15px;
}
.join-us-about_box .join-us-about_box_text .join-us-about_box_text_hover {
    opacity: 0;
    transition: all 0.5s;
}
.join-us-about_box:hover .join-us-about_box_text .join-us-about_box_text_hover {
    opacity: 1;
}
/* ----- FAQ's ----- */
.technology_faq {
    margin-bottom: 80px;
}
.technology_faq_title {
    text-align: center;
    margin-bottom: 30px;
}
.technology_faq_title h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.technology_faq_title p {
    width: 77%;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .technology_faq_title p {
        font-size: 14px;
    }

}
.accordion .accordion-item {
    border: 1px solid #e5e5e5;
    padding: 28px 32px;
    margin-bottom: 20px;
}
.accordion .accordion-item button:focus,
.accordion .accordion-item button:hover {
    box-shadow: none;
    text-decoration: none;
}
.accordion .accordion-item button {
    font-weight: 700;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
/* .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  } */
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    text-transform: capitalize;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
/* .accordion button[aria-expanded=true] {
    color: #03b5d2;
  } */
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
}
.accordion-content a {
    padding: 10px 25px;
    background: #095763;
    display: inline-block;
    color: #fff;
    float: right;
}
@media screen and (max-width: 991px) {
    .accordion button {
        font-size: 1rem;
    }
}
@media screen and (max-width: 575px) {
    .accordion button .accordion-title {
        font-size: 13px;
    }
    .accordion .accordion-item {
        padding: 28px 15px;
    }
}
/* ----- FAQ's ----- */
/* ------- Career Form Opportunities ------- */
.career-form .modal-dialog-centered {
    max-width: 40%;
}
.career-form .modal-body .form-control {
    padding: 15px 15px;
    height: 45px;
    font-size: 13px;
    border-radius: 0;
    appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.apply_now_submit h4 {
    font-size: 20px;
}
.career-form .modal-header {
    background: #00505c;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.career-form .modal-body select {
    width: 100%;
    padding: 9px 10px;
    border-color: #ced4da;
    border-radius: 0;
    margin-bottom: 15px;
    height: 45px;
    font-size: 13px;
    color: #495057;
    outline: none;
}
.apply_now button {
    width: auto;
    float: right;
    background: #00505c;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #00505c;
    height: 45px;
    border-radius: 0;
}
.apply_now button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #00505c;
}
.apply_now button:focus,
.apply_now button:active {
    background: #00505c !important;
    box-shadow: none !important;
    border: none;
}
.apply_now_submit button {
    background: #00505c;
    border-color: #00505c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    padding: 8px 30px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    height: 45px;
}
.fileToUpload input#fileToUpload {
    border: 1px solid #ced4da;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .career-form .modal-dialog-centered {
        max-width: 90%;
        margin: auto;
    }
}
/* ---------------------------------------------------- */
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #095763;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}
button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



.technology_faq .job-list {
    list-style: none;
    padding: 0;
}
.technology_faq .job-list .job-preview {
    background: #fff;
    border: 1px solid #d7e2e9;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: space-between;
}
.technology_faq .job-list .job-preview .job-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.technology_faq .job-list .job-preview .company {
    color: #7288a2;
    font-size: 16px;
}
.technology_faq .job-list .job-preview a.btn {
    display: inline-block;
    overflow: hidden;
    background-color: #095763;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #095763;
    transition: all 0.3s ease 0s;
}



.ab-right-content.contact__form {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 50px 20px;
    display: inline-block;
    width: 100%;
    position: sticky !important;
    top: 80px !important;
}
.ab-right-content .ab-button a.tp-btn {
    display: inline-block;
    background-color: #095763;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #095763;
    border-style: solid;
    transition: all 0.3s ease 0s;
}
.contact-filed button {
    color: #fff;
    background: #095763;
    border: none;
    padding: 10px 15px;
    margin-top: 10px;
    font-weight: 500;
}
.ab-right-content .bottom-footer_socials ul {
    justify-content: center;
    float: unset;
    padding: 0;
}
.section__wrapper .section__title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.ab-left-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ab-left-content ul li,.ab-left-content ol li {
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: 0;
}
.contact__area-2 .form-group .form-control {
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
}