@import url(https://db.onlinewebfonts.com/c/771d2d395300ea1b80c34ba5282bf694?family=Impact);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary-color: #0C483C;
    --body-color: #152227;
    --secondary-color: #DBDBDB;
    --dark-color: #152227;
    --lightbg-color: #F4EFE9;
    --primary-font: "Inter", sans-serif;
    --pink-color : #DB4C5D;
}

body {
    background-color: var(--lightbg-color);
    color: var(--body-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}


.bg-light {
    background-color: var(--lightbg-color)!important;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.dark-title {
    color: var(--dark-color)!important;
}
.light {
    font-weight: 300!important;
}
.regular {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semibold {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-14 {
    font-size: 14px!important;
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.secondary-color {
    color: var(--secondary-color)!important;
}
.text-black {
    color: #000000!important;
}
.top-page-padding {
    padding-top: 135px;
}
.btn-white {
    background-color: #ffffff;
    padding: 12px 30px;
}
.btn-white:hover {
    background-color: #000000;
    color:#ffffff;
}
.btn-custom-outline {
    background-color: #0D0A2C;
    padding: 12px 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.default-padding {
    padding: 70px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /* font-family: "Impact"; */
    /*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial", sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.headingfont{
    margin: 0;
    font-family: "Impact";
}
.hover:hover {
    color: var(--primary-color) !important;
}
.pb-top {
    border-top: 5px solid var(--primary-color);
}
.form-control {
    background-color: #ffffff;
}
.bg-dark {
    background-color: var(--dark-color)!important;
}
.about-point-div {
    background-color: #ffffff;
    border-radius: 5px;
}
input.form-control, select.form-control {
    height: 50px;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.main-header .navbar-nav {
    gap: 20px;
}
.main-header .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: var(--body-color);
}
.navbar-brand img {
    /* width: 70px; */
    width: 320px;
}
.banner-section {
    position: relative;
    padding-bottom: 0;
}
.banner-section .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.bs-height {
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: #db4c5d!important;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
}
.banner-section .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-content h1 {
    font-size: 60px;
    color: #F7F7F7;
}
.banner-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #F7F7F7;
}
.banner-content {
    max-width: 100%;
}
.btn-pink {
    background-color: var(--pink-color)!important;
    color: #ffffff;
}
.banner-btn-div .btn {
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 30px;

}
.banner-btn-div .btn svg {
    width: 16px;
}
.banner-btn-div .btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}
.banner-btn-div .btn:hover svg path{
    fill: #ffffff;
}
.fea-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.fea-box {
    border-left: 1px solid #D9D9D9;
}
.about-content h1 {
    font-weight: 600;
    /* font-size: 64px; */
    font-size: 45px;
}
.about-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.about-point {
    display: flex;
    gap: 15px;
    background-color: #ffffff;
    padding: 5px 20px;
    height: 100%;
    border-right: 1px solid #ffffff;
    align-items: center;
}
.fl-card h5 {
    font-weight: unset;
    font-size: 28px;
}
.fl-card div {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-point-div .col-md-4 {
    padding: 0;
    margin-bottom: 15px;
}
.about-point svg {
    width: 20px;
    flex: 0 0 20px;
}
.about-point-div .row {
    margin: 0;
}
.about-point-div .col-md-4:first-child .about-point {
    border-radius: 5px 0 0 5px;
}
.about-point p {
    font-weight: 300;
}
.unep {
    border: 1px solid #ffffff;
    padding: 7px;
    border-radius: 10px;
    max-width: 700px;
    margin-bottom: 25px;
}
.om-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 15px;
}
.om-section1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* border-radius: 15px; */
}

.core-tech-section .about-point svg {
    width: 50px;
    flex: 0 0 50px;
}
.eco-content h6 {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}
.eco-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.eco-card {
    background: var(--lightbg-color);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 16px;


}
.eco-left {
    max-width: 140px;
    text-align: center;
    flex: 0 0 140px;
}

.eco-left1 {
    max-width: 50px;
    text-align: center;
    flex: 0 0 50px;
}
.eco-content {
    padding: 15px;
}
.eco-section {
    background-color: #F7F7F7;
}
.pp-icon {
    position: relative;
}

.pp-icon span {
    position: absolute;
    left: 33px;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    top: 22px;
}
.pp-box h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
}
.pp-box h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.pp-box p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}
.pp-box {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
}
.pro-proce {
    display: flex;
    flex-wrap: wrap;
}
.pp-icon::after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px dotted var(--body-color);
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -1;
}
.pp-icon svg {
    background-color: #ffffff;
    padding: 0 3px;
}

.team-section {
    background-color: #F7F7F7;
}
.team-card {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.team-content h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.team-content h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: 10px;
}
.team-content p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}
.plnt-box {
    display: flex;
    gap: 20px;
    border: 1px solid #ffff;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.plnt-box h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.plnt-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-box p{
    font-size: 16px;
    line-height: 30px;
}
.f-link-ul {
    display: flex;
    flex-wrap: wrap;
}

.f-link-ul1 {
    /* display: flex; */
    flex-wrap: wrap;
}

.f-link-ul1 li {
    flex: 0 0 50%;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.f-link-ul li {
    flex: 0 0 50%;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.f-link-ul li a {
    color: #ffffff;
}
.contact-detail {
    font-size: 14px;
}
.footer-box p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 15px;
}
.f-link-ul2 li {
    flex: 0 0 100%;
}
.newsletter-box .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    border-radius: 10px;
}

.impact-content {
    max-width: 300px;
    margin: auto;
}

.impact-content1 {
    max-width: 20%;
    margin: auto;
}

.ac-tagline {
    text-transform: uppercase;
}
.eco-content {
    display: flex;
    gap: 15px;
    align-items: center;
}
.ec-right {
    /* border-left: 1px solid #152227; */
    padding-left: 0;
}
.ai-robotic {
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
}
.footer-sub .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sub .form-group .form-control {
    background-color: transparent;
    border-radius: 40px;
    height: 40px;
    padding: 0 20px;
    color:#ffffff;
}
.footer-sub .form-group .btn {
    font-size: 14px;
    border-radius: 40px;
    padding: 5px 20px;
    height: 40px;
}
.stay-connect-div {
    padding-top: 50px;
    border-top: 1px solid #F4EFE9;
    padding-bottom: 40px;
    border-bottom: 1px solid #F4EFE9;
}
.bf-link a {
    color: #009E69;
}
.main-footer hr {
    border-bottom: 1px solid #F4EFE9;
}
.main-footer hr {
    background: #F4EFE9;
    margin-top: 80px;
    opacity: 1;
    margin-bottom: 80px;
}
.page-banner-section {
    height: 450px;
    background-position: center right;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.timeline-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #152227;
    max-width: 400px;
    position: relative;
    margin-top: 20px;
    height: 200px;
    margin-bottom: 15px;
}

.timeline-box1 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #152227;
    max-width: 100%;
}
.tb-head {
    display: flex;
    gap: 20px;
    align-items: center;
}
.tb-icon {
    position: relative;
}
.tb-icon span {
    position: absolute;
    left: 34px;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    top: 22px;
}
.timeline-ul li {
    display: block;
    position: relative;
    padding: 30px 0;
}
.timeline-ul li::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    border: 1px solid #152227;
    margin: auto;
    top: 120px;
}
.timeline-ul li:nth-child(2n) {
    display: flex;
    justify-content: end;
}
.timeline-ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #152227;
    border-radius: 50%;
    margin: auto;
    top: 110px;
    border: 1px solid #ffffff;
}
.timeline-ul li:last-child:after {
    height: 50%;
}
.ai-robotic2::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
}
.ct-head .nav .nav-item .nav-link {
    border: 1px solid #222222;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
    color: #222222;
}
.ct-head .nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.ct-head .nav .nav-item .active {
    background-color: #009E69;
    border-color: #009E69;
    color: #ffffff;
}
.ai-robotic3 {
    margin-bottom: 0;
    margin-top: -100px;
}
.rpa-head .nav .nav-item .nav-link {
    border-right: 1px solid var(--dark-color);
    border-radius: 0;
    color: var(--dark-color);
    font-size: 14px;
    padding: 12px 20px;
}
.rpa-head .nav .nav-item:last-child .nav-link {
    border: none;
}
.rpa-head .nav .nav-item .nav-link.active {
    background-color: #DB4C5D;
}
.rpa-head ul {
    border-bottom: 1px solid var(--dark-color);
}
.rpa-head {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.ct-number {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ct-number span {
    width: 40px;
    height: 40px;
    border: 1px solid #948977;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.ct-number1 span {
    width: 80px;
    height: 80px;
    border: 1px solid #152227;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.ct-number span.active {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #ffffff;
}
.rpa-head ul{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.oei-box h1 {
    font-size: 70px;
}
.oei-box {
    /*border-left: 1px solid var(--dark-color);*/
}
.oei-box hr {
    display: none;
}
.ft-logo img {
    max-width: 270px;
    width: 100%;
}
.form-div label {
    font-size: 14px;
    margin-bottom: 5px;
}
.check-term-div p {
    font-size: 14px;
    margin-bottom: 5px;
}
.ai-robotic .about-content {
    padding-left: 20px;
    padding-right: 20px;
}
.eco-img {
    height: 220px;
    overflow: hidden;
}
.our-team-section .eco-img {
    height: auto;
}
.timeline-li {
    display: flex;
    gap: 15px;
    align-items: start;
    position: relative;
}
.timeline-li .timeline-box:nth-child(2n+1) {
    position: relative;
    margin-top: 270px;
}
/*.timeline-box:nth-child(2n+1)::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: -40px;
}
.timeline-box:nth-child(2n)::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -40px;
}*/
.timeline-li::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: var(--primary-color);
    margin: auto;
    top: 0;
    bottom: 0;
}
.timeline-li .timeline-box::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f4efe9;
    border: 10px solid var(--primary-color);
    z-index: 1;
}
.timeline-li .timeline-box:nth-child(2n+1)::after {
    top: -43px;
}
.timeline-li .timeline-box:nth-child(2n)::after {
    top: auto;
    bottom: -38px;
}

.video-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wcn-card svg {
    width: 60px;
    height: 60px;
}
.wcn-card {
    text-align: center;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 100%;
    border-radius: 15px;
    border: 1px solid;
    padding: 20px;
}
.ai-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    border: 1px solid var(--body-color);
}
.ai-card h4 {
    font-weight: 600;
}
.ai-card ul {
    padding-left: 15px;
}
.ai-card ul li {
    margin-bottom: 5px;
}

.content1 {
    max-width: 650px;
    margin: 0 auto;
    top: 35%;
    position: relative;
}
.content1 h1 {
    line-height: 1.5;
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 3rem;
    text-shadow: 0 2px 5px black;
}
/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #152227;
    z-index: 1;
}
.page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #db4c5d;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


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

@media screen and (max-width: 1600px) {
    .tb-head .h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1400px) {
    .tb-head .h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .timeline-box p {
        font-size: 14px;
    }
    .timeline-box .h2 {
        font-size: 22px;
    }
    .tb-head p {
        font-size: 12px;
    }
    .timeline-box {
        padding: 10px!important;
    }
}
@media screen and (max-width: 991px) {
    .footer-box p {
        font-size: 14px;
    }
    .footer-box ul li {
        font-size: 14px;
    }
    .footer-box h4 {
        font-size: 16px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 5px;
    }
    .navbar-brand {
        max-width: 70px;
    }
    .fea-box svg {
        width: 70px;
    }

    .pp-icon span {
        font-size: 30px;
    }
    .pp-box h6 {
        font-size: 14px;
    }
    .pp-box h4 {
        font-size: 12px;
    }
    .pp-box p {
        font-size: 11px;
    }
    .pp-icon svg {
        width: 50px;
    }
    .pp-icon span {
        font-size: 20px;
        left: 19px;
    }

    .team-content h4 {
        font-size: 16px;
    }
    .team-content h6 {
        font-size: 14px;
    }
    .team-content p {
        font-size: 11px;
    }


    .plnt-box h5 {
        font-size: 16px;
    }
    .plnt-box p {
        font-size: 14px;
    }
    .timeline-box {
        padding: 20px;
        max-width: 320px;
    }
    .oei-box h1 {
        font-size: 50px;
    }
    .main-header .navbar-nav {
        gap: 0;
        margin-top: 15px;
    }
    .navbar-brand {
        max-width: 260px;
    }
    .timeline-li .timeline-box:nth-child(2n+1) {
        margin: 0;
    }
    .timeline-box {
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
    }
    .timeline-li {
        flex-direction: column;
        padding-left: 45px;
    }
    .timeline-li::after {
        height: 100%;
        width: 2px;
        left: 0;
    }
    .timeline-li .timeline-box:nth-child(2n+1)::after {
        top: 0;
        bottom: 0;
        left: -60px;
        margin: auto;
        right: auto;
    }
    .timeline-li .timeline-box:nth-child(2n)::after {
        top: 0;
        bottom: 0;
        left: -60px;
        margin: auto;
        right: auto;
    }
    .timeline-main-div {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {

    body p {
        font-size: 14px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .banner-content h1 {
        font-size: 40px;
    }

    .banner-btn-div .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .fea-box svg {
        width: 50px;
    }
    .fea-box p {
        font-size: 12px;
    }
    .fea-box {
        border-left: none;
        padding-bottom: 20px;
        gap: 5px;
    }
    .about-content h1 {
        font-size: 32px;
    }
    .about-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .eco-content h6 {
        font-size: 28px;
    }
    .eco-content p {
        font-size: 14px;
    }
    .fl-card h5 {
        font-weight: unset;
        font-size: 22px;
    }
    .fl-card p {
        font-size: 14px;
    }
    .wp-ctn h3 {
        font-size: 30px;
    }
    .eco-card h2 {
        font-size: 30px;
    }
    .timeline-ul li::before {
        right: auto;
        left: 0;
    }
    .timeline-ul li::after {
        right: auto;
        left: 10px;
    }
    .timeline-ul li {
        display: block;
        position: relative;
        padding: 30px 0 30px 40px;
    }
    .tb-icon svg {
        width: 60px;
    }
    .tb-icon span {
        left: 24px;
        font-size: 32px;
    }
    .timeline-ul li:nth-child(2n) {
        justify-content: start;
    }
    .timeline-box {
        padding: 20px;
        max-width: 400px;
    }
    .page-banner-section {
        height: 220px;
    }
    .bs-height {
        height: 360px;
    }
    .navbar-brand {
        max-width: 200px;
    }
}

