/* =========== Start of header section =========== */

.navbar-wrap {
    background: #00000096;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(8px);
}

.navbar {
    padding: 0;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar-brand img {
    max-width: 65px;
    width: 100%;
}

.nav-item .nav-link {
    padding: 10px 25px !important;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'poppins';
}

/* =========== End of header section =========== */


/* =========== Start of banner section =========== */


.banner-sec {
    margin-top: 135px;
    position: relative;
    z-index: 2;
}

.banner-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    border-radius: 60px;
    height: 60vh;
    overflow: hidden;
    padding: 40px 50px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-content .content {
    max-width: 600px;
    width: 100%;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.7);
}

/* =========== End of banner section =========== */


/* =========== Start of about section =========== */

.about_sec {
    margin-top: 50px;
}

/* =========== End of about section =========== */


/* =========== Start of innovation section =========== */

.section {
    height: 100vh;
    position: relative;
    z-index: 5;
    border-radius: 60px 60px 0 0 !important;
    -webkit-border-radius: 60px 60px 0 0 !important;
    -moz-border-radius: 60px 60px 0 0 !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px 100px;
    background: #000;
}

.section .content {
    max-width: 600px;
    width: 100%;
}

.section .content .para {
    max-width: 450px;
    width: 100%;
}

.section .content .title {
    margin-bottom: 50px;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 60px 60px 0 0 !important;
    -webkit-border-radius: 60px 60px 0 0 !important;
    -moz-border-radius: 60px 60px 0 0 !important;
    overflow: hidden;
    z-index: -1;
}

.section-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 60px !important;
}

/* =========== End of innovation section =========== */


/* =========== Start of why choose section =========== */

.why-choose video {
    filter: brightness(0.5);
}

.why-choose {
    position: relative;
    z-index: 7;
}

/* =========== End of why choose section =========== */


/* =========== Start of Performance section =========== */

.performance-sec {
    border-radius: 0 !important;
    background-color: #000;
    padding: 100px 0;
    position: relative;
    z-index: 8;
}

.performance-sec .content {
    max-width: 100%;
}

.performance-sec .content .title {
    position: relative;
    z-index: 5;
}

.performance-sec .content img {
    width: 210px;
    height: 80px;
    object-fit: cover;
    object-position: bottom;
    margin-left: 20px;
    border-radius: 70px;
}

.counter-section {
    margin-top: 100px;
}

.counter-box {
    background: #000;
    border-radius: 20px;
    border: 1px solid #dddddd38;
    padding: 30px;
    height: 100%;
    position: relative;
    z-index: 4;
}

.counter-box::before {
    content: '';
    position: absolute;
    top: 31px;
    right: -3px;
    width: 6px;
    height: 6px;
    z-index: 5;
    border-radius: 50%;
    background: blue;
}

.counter-box::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -10px;
    width: 20px;
    height: 20px;
    z-index: 5;
    border-radius: 50%;
    background: blue;
    animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


.counter-section .col-12 {
    margin-bottom: 30px;
}

.counter-box .title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}

.counter-box .para {
    font-size: 17px;
    line-height: normal;
}

/* =========== End of Performance section =========== */


/* =========== Start of icon section =========== */

.icon_sec {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    z-index: 5;
    padding-top: 200px !important;
}

.icon_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, black, #1770f15e, transparent);
    z-index: -1;
}

.icon_sec .horizontal {
    display: flex;
    padding: 0 80px;
    align-items: center;
}

.horizontal {
    display: flex;
    height: 100%;
}

.horizontal>div {
    display: flex;
    flex-shrink: 0;
    padding: 0 5px;
    width: 800px;
}

.horizontal .icon-card {
    align-items: stretch;
    width: 80%;
    color: #f6f2e8;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 30px;
    border-radius: 50px;
    box-shadow: inset 0 0 50px #ffffff;
    background: #004fac1c;
}

.horizontal .icon-card img {
    max-width: 90px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.horizontal .icon-card .title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}

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

.icon_sec .heading {
    margin-bottom: 100px;
}

#horizontal-scoll {
    height: 100vh;
    overflow: hidden;
}

.horizontal {
    display: flex;
    width: max-content;
}

.horizontal-scoll-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* =========== End of icon section =========== */


/* =========== Start of footer section =========== */

.footer-sec {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    flex-direction: column;
    padding: 40px 100px !important;
}

.innerFooter {
    height: 100%;
    padding-top: 200px !important;
}

.footer-sec .logo {
    display: inline-block;
}

.footer-sec .logo img {
    max-width: 100px;
    width: 100%;
}

.footer-sec .para,
.footer-sec p {
    font-size: 18px;
    line-height: 25px;
}

.copyright-text {
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 400;
}

.copyright-text a {
    color: #fff;
}

.footer-sec .heading .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
    text-transform: auto;
    letter-spacing: 0;
}

/* =========== End of footer section =========== */


/* =========== Start of pageTitle section =========== */

.pageTitle .content-item .listItem {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.pageTitle .content-item .listItem li,
.pageTitle .content-item .listItem li a {
    color: #fff;
}

.pageTitle .content-item .listItem li:nth-child(2),
.pageTitle .content-item .listItem li:first-child a {
    color: #c51720;
    transition: 0.3s;
}

.pageTitle .content-item .listItem li:first-child a:hover {
    color: #fff;
    transition: 0.3s;
}

.innerFooter {
    z-index: 2;
    position: relative;
}

.innerFooter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, black, transparent);
    z-index: -1;
}

.form-control {
    height: auto;
    padding: 14px 25px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: transparent !important;
    outline: none;
    box-shadow: inherit;
    color: #fff;
    font-weight: 300;
}

.form-control:focus,
.form-control::placeholder {
    color: #fff;
    box-shadow: inherit;
}

textarea {
    min-height: 150px !important;
}

.g-recaptcha {
    max-width: 302px;
    width: 100%;
}

.button-item .custom-btn {
    height: 50px;
    width: 140px;
    justify-content: center;
}

.button-item {
    flex-wrap: wrap;
}

/* =========== End of pageTitle section =========== */


/* =========== Start of blog section =========== */

.blog-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.blog-sec .heading .title {
    font-size: 40px;
    line-height: normal;
}

.blog-card {
    margin-bottom: 40px;
    border-radius: 25px;
}

.blog-card figure {
    height: 320px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card .date {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 300;
}

.blog-card .title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 600;
}

.blog-card .para {
    font-size: 17px;
    line-height: normal;
    margin: 0;
}

.blog-detail {
    padding: 150px 0 100px 0;
}

.blog-detail .date {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

.blog-detail figure {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-detail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail .title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0;
}

.blog-detail .para {
    margin-bottom: 25px;
}

.blog-detail .h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}

.blog-detail .para {
    font-size: 18px;
    line-height: 28px;
}

.blog-detail .h4 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.blog-detail .listItem {
    margin-bottom: 30px;
    list-style: square;
    padding-left: 25px;
}

.blog-detail .listItem li {
    color: #fff;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 15px !important;
}

.blog-detail strong, .blog-detail b {
    font-weight: 600;
}

/* =========== End of blog section =========== */


/* =========== Start of innovation section =========== */

.innovation-banner {
    background: url('../../assets/images/innovation-banner.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    padding: 200px 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.innovation-banner .content {
    max-width: 1100px;
    width: 100%;
}

.innovation-bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.innovation-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.innovation-contact {
    background-image: url('../../assets/images/innovation-contact.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.inner--footer::before {
    display: none;
}

.contact-area {
    background: #00000057;
    padding: 50px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
}

.contact-area .title {
    font-size: 30px;
    line-height: normal;
}

.innovation-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, black, transparent);
    z-index: -1;
}

.innovation-contact:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(360deg, black, transparent);
    z-index: -1;
}

.innovation-contact.contact-page {
    background: #000;
}

.innovation-contact.contact-page .contact-area {
    background: transparent;
}

/* =========== End of innovation section =========== */

.contact-page .button-item {
    flex-wrap: nowrap;
}
.banner-sec .right-video,
.innovation-sec .right-video {
    border-radius: 50px;
    overflow: hidden;
    margin: 20px;
}
.banner-bg .container video {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 50px;
}
