.btn-link,
a,
a:hover {
    text-decoration: none
}

.hero-section img,
.hero-text,
.inner-hero-section img {
    width: 100%
}

.bottomscroll,
.hero-text {
    margin: 0 auto;
    left: 0;
    text-align: center;
    right: 0
}

.about-container p,
.bottomscroll,
.hero-text,
.usp-box {
    text-align: center
}

.btn-link,
.btn-outline-secondary,
.btn-primary,
.headingsty span,
.hero-text {
    text-transform: uppercase
}

:root {
    --base-color: #017CC0;
    --dark-color: #003958;
    --white-color: #ffffff;
    --secondary-color: #E67817;
    --dark2-color: #0C1F2A;
    --light-color: #F1F9FF
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0
}

*,
body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: var(--dark2-color);
    font-size: 16px;
    line-height: 1.6
}

.btn-primary {
    background-color: var(--base-color);
    border-color: var(--base-color);
    font-weight: 500;
    font-size: 14px
}

.btn-outline-secondary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary {
    background-color: var(--secondary-color)
}

.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-primary:hover,
.btn-secondary {
    border-color: var(--secondary-color)
}

.btn-primary:hover {
    color: var(--white-color)
}

.btn-link,
.btn-link:hover,
.btn-outline-secondary,
.btn-outline-secondary i,
.footer-bottom a:hover,
.footer-links li a:hover,
a {
    color: var(--secondary-color)
}

.btn {
    border-radius: 0
}

.btn-secondary {
    font-size: 16px
}

.btn-outline-secondary {
    font-weight: 500;
    font-size: 16px
}

.btn-link,
h3 {
    font-weight: 600
}

.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark li,
.bg-dark td,
.bg-dark th,
.btn-outline-secondary:hover,
.btn-outline-secondary:hover i,
.col-box h3,
.col-box p,
.inner-hero-text p,
.jobs-gradiant-box p,
.usp-box h2,
.usp-box p {
    color: var(--white-color)
}

button:focus {
    outline: 0
}

a:hover {
    color: var(--base-color)
}

.btn-link {
    font-size: 16px
}

h3 {
    font-size: 28px
}

button.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary.focus,
.btn-primary:focus {
    color: var(--white-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 .2rem rgb(241 90 36 / 24%)
}

.bg-dark {
    background-color: var(--dark-color) !important
}

.bg-primary {
    background-color: var(--base-color) !important
}

.navbar .btn-primary {
    padding: 10px 30px !important
}

.hero-section {
    min-height: 100vh;
    position: relative;
    background: url(../images/hero-img.webp) top center/100% 100% no-repeat
}

.hero-section:before,
.inner-hero-section:before {
    content: "";
    background: rgb(0 35 54 / 86%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.navbar-brand {
    background: var(--white-color);
    padding: 10px 15px;
    border-radius: 0 0 10px 10px
}

.navbar-nav .nav-item .nav-link {
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: .5px
}

.headercolor {
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%)
}

.dropdown-menu li a {
    border-bottom: 1px solid #eee;
    padding: 7px 20px
}

.address-boxes:last-child,
.dropdown-menu li:last-child a {
    border-bottom: 0
}

.hero-text {
    position: absolute;
    z-index: 1;
    color: var(--base-color);
    max-width: 680px;
    font-size: 67px;
    line-height: 1.3;
    top: 40%;
    transform: translateY(-40%)
}

.bottomscroll {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 40px
}

@keyframes jumpInfinite {

    0%,
    100% {
        margin-top: 0
    }

    50% {
        margin-top: 20px
    }
}

.btn {
    padding: 10px 20px
}

.bottomscroll img {
    max-width: 100%;
    width: auto;
    animation: 1.5s infinite jumpInfinite
}

.headercolor .navbar-nav .nav-item .nav-link {
    color: var(--dark-color)
}

.usp-container {
    background: var(--dark-color);
    padding: 0 0 80px
}

.usp-box {
    padding: 20px
}

.usp-box h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px
}

.about-container p {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300
}

.about-container h2,
.about-products h2,
.heading-con h2,
.heading-second h2 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 40px
}

.about-container h2,
.about-products h2 {
    color: var(--secondary-color);
    text-align: center;
    padding: 0 50px;
    line-height: 1.4
}

.about-container {
    padding: 150px 0
}

.about-container .container {
    max-width: 820px
}

.about-products {
    padding-top: 100px
}

.heading-con h2 {
    color: var(--secondary-color);
    line-height: 1.4
}

.heading-second h2 {
    color: var(--dark-color);
    line-height: 1.4
}

.heading-con p {
    font-size: 16px;
    padding: 0 300px
}

.products-img {
    padding: 70px 100px
}

.products-slider .item {
    position: relative
}

.product-text {
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 40%;
    display: flex;
    align-items: center;
    text-align: left;
    opacity: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 23%);
    margin: 10px 0
}

.product-text h3,
.product-text p {
    color: var(--dark2-color) !important;
    text-align: left
}

.product-text p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--dark2-color) !important
}

.product-text h3 {
    font-weight: 600 !important;
    font-size: 20px;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 10px
}

.owl-item.active .product-text {
    opacity: 1;
    -webkit-animation: 1s fadeIn;
    animation: 1s fadeIn
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background-color: var(--secondary-color) !important;
    font-size: 20px !important
}

.bg-dark .liststyle-check li,
.bg-dark .liststyle-check li:before,
.owl-nav .owl-next i,
.owl-nav .owl-prev i,
.product-s-descr h4,
.product-s-descr p {
    color: #fff
}

.owl-nav .owl-prev {
    left: 20%
}

.owl-nav .owl-next {
    right: 20%
}

.certificatesse .product-text {
    opacity: 1
}

.customer-container {
    background-color: var(--light-color);
    padding: 80px 0
}

.cta-con,
.cust-box {
    background: var(--white-color)
}

.cust-box {
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    text-align: center;
    margin-bottom: 20px
}

.cust-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.interexports .cust-box {
    padding: 10px 0
}

.cta-container {
    padding: 100px 0;
    border-bottom: 4px solid var(--secondary-color)
}

.cta-bg {
    display: flex;
    justify-content: end
}

.cta-con {
    padding: 50px;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.headingsty span {
    font-weight: 500;
    color: var(--secondary-color)
}

.headingsty h2 {
    font-size: 36px;
    font-weight: 300;
    color: var(--dark-color)
}

.form-group label sup {
    color: red;
    font-weight: 600
}

footer {
    padding: 80px 0 20px
}

footer h2 {
    font-size: 21px;
    font-weight: 500
}

footer p {
    font-weight: 300;
    font-size: 14px
}

.social-icons a {
    font-size: 20px;
    margin-right: 15px;
    color: #a8b8c1
}

.add-txt,
.addfooter p,
.col-box h3,
ul.footer-links {
    margin-bottom: 0
}

.footer-links li a {
    display: block;
    padding: 5px 0;
    color: #585858;
    font-weight: 300
}

.contactus i {
    color: #a8b8c1;
    margin-right: 10px
}

.contactus .d-flex {
    margin-bottom: 5px;
    align-items: center
}

.footer-bottom {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 40px
}

.footer-bottom a,
.footer-bottom span {
    color: #444;
    font-weight: 300;
    font-size: 14px
}

.footer-bottom span.fsep {
    font-size: 10px
}

.inner-hero-section {
    min-height: 95vh;
    position: relative;
    background-size: 100% 100% !important
}

.product-hero {
    background: url(../images/product-banner.webp) top center no-repeat
}

.inner-hero-text {
    position: absolute;
    z-index: 1;
    left: 15px;
    text-align: left;
    max-width: 800px;
    width: 100%;
    top: 50%;
    transform: translateY(-45%)
}

.inner-hero-text h1 {
    font-size: 44px;
    line-height: 1.3;
    color: var(--white-color);
    font-weight: 300
}

.category-selection h4,
.inner-hero-text h1 span {
    color: var(--secondary-color);
    text-transform: uppercase
}

.inner-hero-text h1 span {
    font-weight: 600;
    font-size: 24px;
    display: block
}

section.product-section {
    padding-bottom: 80px
}

.productslists .nav-pills .nav-link {
    text-align: left;
    border-radius: 0;
    color: var(--white-color);
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -o-transition: .3s cubic-bezier(0, 0, .2, 1);
    transition: .3s cubic-bezier(0, 0, .2, 1)
}

.productslists .nav-pills .nav-link i {
    color: var(--white-color);
    font-size: 14px
}

.productslists .nav {
    background: var(--base-color);
    box-shadow: 0 0 20px rgb(0 0 0 / 17%)
}

.category-selection {
    margin-top: -97px;
    position: relative;
    z-index: 9
}

.category-selection h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.catdescriptions,
.catdescriptions p {
    text-align: left;
    font-weight: 600;
    color: var(--dark-color)
}

.productslists .nav-pills .nav-link.active {
    background-color: var(--secondary-color);
    border-radius: 0;
    width: 104%
}

.catdescriptions {
    padding: 40px 0
}

.colboxtxt,
.manuf-box i,
.product-s-descr,
.productl-name {
    text-align: center
}

.productL-box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer
}

.productL-img {
    height: 224px;
    overflow: hidden
}

.productL-img img {
    width: 100%;
    transition: transform .2s
}

.productL-img:hover img {
    transform: scale(1.1)
}

.productl-name {
    padding: 15px;
    font-size: 18px;
    font-weight: 500
}

.bg-dark h2,
.bg-dark li,
.bg-dark p,
.bg-dark td {
    color: var(--white-color);
    font-weight: 300
}

.bg-dark h3 {
    font-size: 26px;
    font-weight: 300
}

.productslists .nav-link:hover {
    color: var(--white-color);
    width: 104%;
    background: var(--dark-color)
}

.col-box {
    background: var(--dark2-color);
    padding: 20px 30px
}

.colboxtxt p {
    font-size: 12px;
    margin-bottom: 0
}

.colboxtxt i img {
    max-width: 44px;
    margin-bottom: 7px;
    line-height: 16px
}

.product-s-descr {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c1f2a;
    color: #fff;
    padding: 20px;
    align-items: center;
    display: none
}

.productL-box:hover .product-s-descr {
    display: flex;
    -webkit-animation: 1s fadeIn;
    animation: 1s fadeIn
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {

    0%,
    from {
        opacity: 0
    }

    100%,
    to {
        opacity: 1
    }
}

.about-hero {
    background: url(../images/about-banner.webp) top center no-repeat
}

.contact-hero {
    background: url(../images/contact-banner.webp) top center no-repeat
}

.jobs-hero {
    background: url(../images/jobs-banner.webp) top center no-repeat
}

.bg-blue-light {
    background-color: #e8eff3 !important
}

.manuf-box i {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 18%);
    line-height: 75px;
    margin-bottom: 15px
}

.jobs-box,
.manuf-box {
    margin-bottom: 30px
}

.manuf-box h5 {
    font-size: 22px
}

.sub-heading {
    text-transform: uppercase !important;
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    display: block
}

.address-boxes i.fa {
    background-color: rgb(255 255 255 / 16%);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 13px;
    margin-right: 10px
}

.form-container {
    padding: 50px 40px 50px 20px
}

.form-group label {
    display: block;
    margin-bottom: 7px
}

.form-control,
.form-control:focus,
.form-select {
    border-radius: 0;
    background-color: #ecf8ff;
    border: 0;
    padding: .6rem .75rem
}

.form-group {
    margin-bottom: 20px
}

.mapcon {
    width: 100%;
    display: flex;
    height: 100%
}

.become-con {
    max-width: 100%
}

.jobs-gradiant-box {
    background: #003958;
    background: linear-gradient(90deg, #003958 0, #013755 37%, rgba(2, 52, 80, .9360119047619048) 73%, rgba(1, 56, 86, 0) 100%);
    padding: 60px 0
}

.jobs-gradiant-box h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--secondary-color)
}

.jobs-txt-box {
    max-width: 800px;
    width: 100%
}

.jobs-box .accordion-button {
    font-size: 18px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px
}

.jobs-box .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.jobs-box .accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.jobs-descriptions ul li {
    position: relative;
    padding-left: 20px
}

.jobs-descriptions ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #bdbdbd;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px
}

.jobs-descriptions h6 {
    font-weight: 700
}

.jobs-descriptions strong {
    color: #e67817
}

.liststyle-check {
    padding: 0;
    margin: 0
}

.liststyle-check li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 30px
}

.liststyle-check li:before {
    content: "\f178";
    font-family: FontAwesome;
    color: #017cc0;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px
}

.bg-dark th {
    background: #005d91 !important
}

.manuf-icon img {
    max-width: 45px
}

.address-boxes h4 {
    font-size: 18px
}

.address-boxes {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.addresh-box {
    border-bottom: 1px solid;
    padding: 0
}

.add-lightbg {
    padding: 15px 20px !important;
    background: rgb(255 255 255 / 12%);
    border-radius: 4px;
    border-bottom: 0 !important
}

.contactus h4 {
    font-size: 18px;
    font-weight: 600
}

.addfooter {
    border: 1px dashed #eee;
    border-radius: 4px;
    padding: 15px;
    height: 100%;
    margin-top: 15px
}

@media (min-width:1600px) {
    .owl-nav .owl-prev {
        left: 15%
    }

    .owl-nav .owl-next {
        right: 15%
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (max-width:1200px) {
    .usp-box {
        min-height: 410px
    }

    .products-img {
        padding: 70px 30px
    }

    .product-text {
        left: 30px;
        width: 50%
    }

    .owl-nav .owl-prev {
        left: 11%
    }

    .owl-nav .owl-next {
        right: 11%
    }
}

@media (max-width:991px) {
    .hero-section {
        background-size: auto 100%;
        min-height: 90vh
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .usp-box {
        min-height: 480px
    }

    .heading-con p {
        font-size: 16px;
        padding: 0 70px
    }

    .owl-nav .owl-prev {
        left: 8%
    }

    .owl-nav .owl-next {
        right: 8%
    }

    .cta-bg img {
        max-width: 100%
    }

    .cta-con {
        width: 80%;
        left: 10%
    }

    .navbar-toggler {
        width: 72px;
        height: 53px;
        padding: 10px
    }

    .navbar-toggler-icon {
        color: #fff;
        font-size: 35px
    }

    .navbar-collapse {
        background: var(--white-color);
        padding: 20px
    }

    .navbar-nav .nav-item .nav-link {
        color: var(--dark2-color)
    }

    .headercolor .navbar-toggler-icon {
        color: var(--dark-color)
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .address-boxes {
        margin: 20px 0
    }

    .form-container {
        padding: 50px 20px
    }

    .mapcon {
        height: 350px
    }

    .add-txt {
        min-height: auto
    }

    .inner-hero-text h1 br,
    .inner-hero-text p br {
        display: none
    }

    .inner-hero-text {
        padding-right: 30px;
        width: 96%
    }

    .addfooter {
        height: auto
    }
}

@media (max-width:767px) {

    .cta-con,
    .product-text {
        width: auto;
        position: static
    }

    .hero-text {
        font-size: 34px
    }

    .usp-box {
        min-height: auto
    }

    .about-container h2,
    .about-products h2 {
        font-size: 30px;
        padding: 0
    }

    .about-container p {
        font-size: 18px;
        line-height: 1.4
    }

    .heading-con p {
        padding: 0 20px
    }

    .products-img {
        padding: 0
    }

    .product-text {
        margin: 0;
        border-radius: 0;
        padding: 25px 10px;
        border: 1px solid #ccc
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        top: 14%;
        width: 50px;
        height: 50px
    }

    .owl-nav .owl-prev {
        left: 0
    }

    .owl-nav .owl-next {
        right: 0
    }

    .cta-con {
        left: 10%;
        transform: none;
        padding: 24px
    }

    .headingsty h2 {
        font-size: 26px
    }

    footer h2 {
        margin-top: 24px
    }

    .heading-second h2 {
        line-height: 1.1;
        font-size: 30px
    }

    .about-products,
    .exhibitor-section {
        padding-left: 20px;
        padding-right: 20px
    }

    .about-container {
        padding: 90px 0
    }

    .usp-box {
        margin-bottom: 20px;
        padding: 10px 0
    }

    .inner-hero-text h1 {
        font-size: 38px
    }

    .inner-hero-section {
        background-size: auto 100% !important
    }

    .catdescriptions {
        padding: 20px
    }

    .bg-dark h2 {
        font-size: 30px
    }

    .manuf-box i {
        margin-left: auto;
        margin-right: auto
    }

    .manuf-box {
        text-align: center
    }

    .become-con br {
        display: none
    }

    .jobs-gradiant-box .btn-outline-secondary {
        width: 100%;
        margin-top: 15px
    }

    .jobs-box {
        background-size: auto 100%;
        background-position: top right
    }

    .jobs-gradiant-box h4 {
        font-size: 20px
    }

    .jobs-box .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

.jobin-con .address-boxes i.fa {
    background-color: rgb(1 124 192);
}

.jobin-con .address-boxes {
    border: 0px;
    padding-bottom: 0px;
}

.jobin-con {
    background: #e1f4ff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}