@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {

    margin: 0;

    padding: 0;

    font-size: 14px;

    font-family: 'Fira Sans', sans-serif;

    background: #fff;

}

b {

    color: #3260E0;

}

p {

    margin-bottom: 0px;

}

html {

    scroll-behavior: smooth;

    scroll-padding-top: 6rem;

}

.owl-theme .owl-dots {

    display: none;

}

.owl-theme .owl-nav {

    display: block !important;

}

::-webkit-scrollbar {

    width: 5px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #666;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #ccc;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #ccc;

}



.btn:focus {

    box-shadow: none !important;

    border: none !important;

}

.navbar-toggler:focus {

    box-shadow: none;

}

.btn-close:focus {

    box-shadow: none;

}

.btn:hover {

    color: #fff !important;

}

.accordion-button:focus {

    box-shadow: none;

}

a {

    color: #000;

    text-decoration: none;

}

ul,

ol {

    padding-left: 0px;

    list-style-type: none;

}

a:hover {

    color: initial;

}

input:focus,

select:focus,

textarea:focus {

    box-shadow: none !important;

}

.flex {

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

}

/*.full-width {

  width: 100% !important;

}*/

.web-view {

    display: block;

}

.mobile-view {

    display: none;

}

.vertical-space-2 {

    height: 10px;

}

.vertical-space-5 {

    display: inline-block;

    width: 100%;

    height: 5px;

}



.vertical-space-8 {

    display: inline-block;

    width: 100%;

    height: 8px;

}



.vertical-space-10 {

    display: inline-block;

    width: 100%;

    height: 10px;

}



.vertical-space-12 {

    display: inline-block;

    width: 100%;

    height: 12px;

}



.vertical-space-15 {

    display: inline-block;

    width: 100%;

    height: 15px;

}



.vertical-space-20 {

    display: inline-block;

    width: 100%;

    height: 20px;

}



.vertical-space-30 {

    display: inline-block;

    width: 100%;

    height: 30px;

}



.vertical-space-40 {

    display: inline-block;

    width: 100%;

    height: 40px;

}



.vertical-space-50 {

    display: inline-block;

    width: 100%;

    height: 50px;

}



.vertical-space-60 {

    display: inline-block;

    width: 100%;

    height: 60px;

}

.vertical-space-65 {

    display: inline-block;

    width: 100%;

    height: 65px;

}

.vertical-space-70 {

    display: inline-block;

    width: 100%;

    height: 70px;

}



.vertical-space-80 {

    display: inline-block;

    width: 100%;

    height: 80px;

}



.vertical-space-90 {

    display: inline-block;

    width: 100%;

    height: 90px;

}



.vertical-space-100 {

    display: inline-block;

    width: 100%;

    height: 100px;

}

.vertical-space-120 {

    display: inline-block;

    width: 100%;

    height: 120px;

}

.vertical-space-150 {

    display: inline-block;

    width: 100%;

    height: 150px;

}

a[data-hs-anchor="true"] {

    display: block;

    position: relative;

    visibility: hidden;

    top: -100px;

}



.common {

    color: #3260E0;

}

.fixed {

    position: fixed !important;

    top: 0 !important;

    left: 0 !important;

    width: 100% !important;

    z-index: 1200;

    transition: 0.5s all;

    padding: 5px 0px;

    background: #233B77;

    animation: swip_down .5s linear 1;

    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);

    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);

    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);

}



@keyframes swip_down {

    from {

        transform: translate(0px, -50px);

        opacity: 0
    }



    to {

        transform: translate(0, 0);

        opacity: 1
    }

}

@keyframes swip_left {

    from {

        transform: translate(-50px, 0px);

        opacity: 0
    }



    to {

        transform: translate(0, 0);

        opacity: 1
    }

}

@keyframes swip_right {

    from {

        transform: translate(50px, 0px);

        opacity: 0
    }



    to {

        transform: translate(0, 0, );

        opacity: 1
    }

}

.top-header {

    padding: 10px 0px;

    position: relative;

    z-index: 1;

}

.top-header .top-header-left .info {

    position: relative;

}

.top-header .top-header-left .info-after::after {

    display: none;

}

.top-header .top-header-left .info::after {

    content: "";

    position: absolute;

    right: 10px;

    width: 1px;

    height: 40px;

    background: #e7e7e7;

    top: 50%;

    transform: translateY(-50%);

}

.top-header .top-header-left .info-title {

    font-size: 16px;

    font-weight: 700;

    line-height: 18px;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 5px;

}

.top-header .top-header-left .info-text {

    font-size: 14px;

    color: #535353;

}

.top-header .top-header-left .info-text a {

    color: #535353;

}

.top-header .top-header-left .info-text a:hover {

    color: #3260E0;

}

.top-header .top-header-left .icon {

    color: #3260E0;

    font-size: 30px;

    margin-right: 10px;

}

.stickey-header {

    position: sticky;

    top: 0px;

    background: #333;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    display: none;

    z-index: 1020;

    transition: 0.5s all;

}

.stickey-header ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 70px;

}

.stickey-header ul .sticky-logo img {

    width: 130px;

}

.stickey-header .header-link {

    font-size: 16px;

    color: #fff;

    font-weight: 500;

}

.main-header .navbar {

    background: #3260E0;

    padding: 0px;

    align-items: center;

}

.main-header .navbar .navbar-nav {

    align-items: center;

    justify-content: space-between;

}

.main-header .logo-img img {

    width: 200px;

}

.main-header .navbar .nav-link {

    padding: 20px 25px 20px 0px;

    color: #fff;

    font-size: 15px;

}

.main-header .navbar .nav-link:hover {

    font-weight: 700;

}

.main-header .navbar .quote-btn {

    background: #bdd0fb !important;

    border-radius: 4px;

    padding: 10px 15px;

    border: none;

    color: #0b0368;

    font-size: 14px;

    font-weight: 500;

}

.main-header .navbar .quote-btn:hover,
.main-header .navbar .quote-btn:focus {

    background: #FD7D72 !important;

    color: #fff;

}

.main-header .dropdown.mega-down {

    position: static;

}

.main-header .dropdown:hover .dropdown-menu {

    display: block !important;

}

.main-header .dropdown .dropdown-toggle::after {

    vertical-align: middle;

}

.main-header .dropdown .dropdown-menu {

    border-radius: 0px;

    margin-top: 0px;

    padding: 0px;

}

.main-header .dropdown .dropdown-menu li {

    padding: 0px;

}

.main-header .dropdown .dropdown-item {

    font-size: 14px;

    padding: 10px;

}

.main-header .dropdown .dropdown-item:hover {

    background: #3260E0;

    color: #fff;

}

.main-header .mega-menu {

    width: 100%;

    padding: 15px 30px !important;

    border-top: solid 1px #f0f0f0;

    background-color: #fdfdfd;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);

    width: 100%;

    left: 0;

    border-radius: 0px;

    margin-top: 0px;

    position: absolute;

    max-width: 100%;

    height: 600px;

    overflow-x: hidden;

    overflow-y: auto;

}



.megamenu-rows {

    width: 100%;

    display: table;

}

.mega-grids {

    display: grid;

    grid-template-columns: repeat(6, minmax(230px, auto));

}

.mega-grids-3-column {

    display: grid;

    grid-template-columns: repeat(3, minmax(0px, auto));

}

.mega-grids>.item,
.mega-grids-3-column>.item {

    margin: -15px 0;

    padding: 15px 0;

}

.main-header .mega-menu .mega-title {

    margin-bottom: 10px;

    font-weight: 600;

}

.main-header .mega-menu .mega-title a {

    font-size: 16px;

    color: #3260E0;

}

.main-header .mega-menu .mega-item {

    margin-bottom: 8px;

}

.main-header .mega-menu .mega-link {

    font-size: 14px;

    transition: 0.5s all;

}

.main-header .mega-menu .mega-link:hover {

    color: #3260E0;

    padding-left: 3px;

    font-weight: 600;

}



.main-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;


    text-align: center;

    margin-bottom: 25px;

}

.main-title span {

    color: #3260E0;

}

.main-subtitle {

    font-size: 20px;

    font-weight: 800;

    color: #000;

    margin-bottom: 25px;

    position: relative;

    padding-left: 28px;

    display: inline-block;

}

.main-subtitle::before {

    content: url(../images/shape-logo.png);

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.main-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    text-align: center;

    font-weight: 400;

    margin-bottom: 15px;

}

.our-company {

    padding: 60px 0px;

}

.our-company .about-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 25px;

}

.our-company .about-title span {

    color: #3260E0;

}

.our-company .about-subtitle {

    font-size: 18px;

    font-weight: 800;

    color: #000;

    margin-bottom: 25px;

    position: relative;

    padding-left: 28px;

}

.about-desc {

    font-size: 16px;

    font-weight: 800;

    color: #000;

    margin-bottom: 15px;

    position: relative;

}

.about-desc span {

    color: #3260E0;

}

.our-company .about-subtitle::before {

    content: url(../images/shape-logo.png);

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.our-company .inner-column {

    position: relative;

    margin-left: 50px;

    padding: 81px 20px 70px 0;

    max-width: 300px;

    border: 8px solid #3260E0;

    border-left: 0;

}

.our-company .inner-column:before,
.our-company .inner-column:after {

    position: absolute;

    left: 0;

    top: 0;

    height: 58px;

    width: 8px;

    background-color: #3260E0;

    content: "";

}

.our-company .inner-column:after {

    top: auto;

    bottom: 0;

}

.our-company .inner-column h3 {

    color: #3260E0;

    font-size: 24px;

    font-weight: 700;

}

.our-company .about-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

}

.our-company .about-list {

    margin-top: 20px;

}

.our-company .about-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}

.our-company .about-list li::before {

    content: "\f00c";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 7px;

    color: #3260E0;

}

.about-desc-list {

    margin-top: 20px;

    list-style-type: square;

    padding-left: 20px;

}

.about-desc-list li::marker {

    color: #3260E0;

}

.about-desc-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

    width: 50%;

    float: left;

}

.banner-content {

    padding: 30px 0px;

    background: #fff;

    width: 100%;

}

.banner-content .banner-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;

    margin-bottom: 25px;

    line-height: 45px;

    text-transform: uppercase;

}

.banner-content .banner-title span {

    color: #3260E0;

}

.banner-content .banner-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

}

.banner-content .banner-img {

    width: auto;

    max-width: 100%;

}

.tab-content {

    padding: 60px 0px;

    background: linear-gradient(154deg, rgb(203, 223, 252), rgb(223, 236, 253) 45%);

}

.tab-content .tab-card {

    background: #fff;

    padding: 15px;

    box-shadow: rgba(9, 44, 71, 0.15) 0px 1px 4px 0px;

    width: 100%;

    height: 100%;

}

.tab-content .tab-card .img-box {

    width: 100%;

    height: 150px;

    margin-bottom: 15px;

}

.tab-content .tab-card .img-box img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.tab-content .tab-card .small-title {

    font-size: 18px;

    text-align: center;

    color: #3260E0;

    font-weight: 700;

}


.tab-content .tab-card .small-text {

    font-size: 14px;

    line-height: 25px;

    color: #6e7879;

    font-weight: 400;

    text-align: center;

    margin-bottom: 15px;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.tab-content .tab-card .read-link {

    font-size: 16px;

    color: #3260E0;

    font-weight: 600;

}

.tab-content .tab-card .read-link i {

    margin-left: 5px;

    font-size: 13px;

}

.tab-content .button-56 {

    background: linear-gradient(154deg, rgb(203, 223, 252), rgb(223, 236, 253) 45%);

}





.manufacturing-partner {

    padding: 60px 0px;

}

.manufacturing-partner .card {

    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    border-radius: 0px;

    background: #fff;

    text-align: center;

    padding: 30px 20px;

    border: none;

    position: relative;

    width: 100%;

    height: 100%;

}

.manufacturing-partner .card::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background: #3260E0;

    transition: 0.7s all;

}

.manufacturing-partner .card:hover::after {

    height: 100%;

}

.manufacturing-partner .card:hover .card-title,
.manufacturing-partner .card:hover .card-text {

    color: #fff;

}

.manufacturing-partner .card:hover .card-img {

    background: #fff;

}

.manufacturing-partner .card:hover .card-img img {

    filter: brightness(1) invert(0);

}

.manufacturing-partner .card .card-img {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    margin: 0 10px;

    background: #3260E0;

    line-height: 80px;

    text-align: center;

    position: relative;

    z-index: 1;

    transition: 0.8s all;

}

.manufacturing-partner .card .card-img img {

    width: 54px;

    filter: brightness(0) invert(1);

}

.manufacturing-partner .card .card-title {

    font-size: 18px;

    text-align: center;

    color: #3260E0;

    font-weight: 700;

    margin-bottom: 15px;

    position: relative;

    z-index: 1;

    transition: 0.3s all;

}

.manufacturing-partner .card .card-text {

    font-size: 14px;

    line-height: 25px;

    color: #6e7879;

    font-weight: 400;

    text-align: center;



    position: relative;

    z-index: 1;

    transition: 0.3s all;

}



.service-solution {

    padding: 60px 0px;

}

.service-solution .card {

    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    border-radius: 0px;

    background: #fff;

    text-align: center;

    padding: 30px 20px;

    border: none;

    position: relative;

    width: 100%;

    height: 100%;

}

.service-solution .card::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background: #3260E0;

    transition: 0.7s all;

}

.service-solution .card:hover::after {

    height: 100%;

}

.service-solution .card:hover .card-title,
.service-solution .card:hover .card-title a,
.service-solution .card:hover .card-text,
.service-solution .card:hover .card-text b {

    color: #fff;

}

.service-solution .card:hover .card-img {

    background: #fff;

}

.service-solution .card:hover .card-img img {

    filter: brightness(1) invert(0);

}

.service-solution .card .card-img {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    margin: 0 auto 20px;

    background: #3260E0;

    line-height: 100px;

    text-align: center;

    position: relative;

    z-index: 1;

    transition: 0.8s all;

}

.service-solution .card .card-img img {

    width: 64px;

    filter: brightness(0) invert(1);

}

.service-solution .card .card-title {

    font-size: 18px;

    text-align: center;

    color: #3260E0;

    font-weight: 700;

    margin-bottom: 15px;

    position: relative;

    z-index: 1;

    transition: 0.3s all;

}

.service-solution .card .card-text {

    font-size: 14px;

    line-height: 25px;

    color: #6e7879;

    font-weight: 400;

    text-align: center;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    position: relative;

    z-index: 1;

    transition: 0.3s all;

}

.industries {

    padding: 60px 0px;

    background: #fff;

    width: 100%;

}

.industries .client-box {

    border-right: 1px solid #efefef;

    border-bottom: 1px solid #efefef;

    padding: 30px 20px;

    text-align: center;

    width: 100%;

    height: 100%;

    transition: 0.5s all;

}

.industries .client-box:hover {

    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

.industries .client-box:hover img {

    filter: grayscale(0) !important;

}

.client-box.client-bt-0 {

    border-bottom: none;

}

.industries .client-box .icon {

    width: 100%;

    float: left;

    position: relative;

    padding: 20px;

}

.industries .client-box .icon .icon-img {

    float: left;

    margin-bottom: 10px;

    width: 100%;

    height: 50px;

    position: relative;

}

.industries .client-box .icon img {

    display: block;

    margin: auto;

    max-height: 100%;

    max-width: 100%;

    width: auto;

    height: auto;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    filter: brightness(0) invert(0);

}

.industries .client-box .client-title a {

    font-size: 16px;

    text-align: center;

    color: #000;

    font-weight: 700;

    margin-bottom: 15px;

    position: relative;

    z-index: 1;

    transition: 0.3s all;

}

.industries .client-box:hover .client-title a {

    color: #3260E0;

}

















/* CSS */

.button-56 {

    align-items: center;

    background-color: #fff;

    border: 2px solid #3260E0;

    border-radius: 0px;

    box-sizing: border-box;

    color: #3260E0;

    cursor: pointer;

    display: inline-flex;

    font-family: Inter, sans-serif;

    font-size: 16px;

    height: 48px;

    justify-content: center;

    line-height: 24px;

    padding: 0 25px;

    position: relative;

    text-align: center;

    text-decoration: none;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;

}



.button-56:after {

    background-color: #3260E0;

    border-radius: 0px;

    content: "";

    display: block;

    height: 48px;

    left: 0;

    width: 100%;

    position: absolute;

    top: -2px;

    transform: translate(8px, 8px);

    transition: transform .2s ease-out;

    z-index: -1;

}



.button-56:hover:after {

    transform: translate(0, 0);

}



.button-56:active {

    background-color: #3260E0;

    outline: 0;

}



.button-56:hover {

    outline: 0;

    color: #3260E0;

}



@media (min-width: 768px) {

    .button-56 {

        padding: 0 40px;

    }

}

.banner-content .small-img {

    width: 100%;

    height: 200px;

    margin-bottom: 25px;

}

.banner-content .small-img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.banner-content .small-title {

    font-size: 16px;

    text-align: center;

    text-transform: uppercase;

    color: #3260E0;

    font-weight: 700;

}

.blog-section {

    padding: 60px 0px;

}

.blog-section .blog-title {

    font-size: 40px;

    font-weight: 600;

    color: #22434D;

    margin-bottom: 25px;

    position: relative;

    padding-left: 45px;

    left: 50%;

    transform: translateX(-50%);

    display: inline-block;

}

.blog-section .blog-title::before {

    content: url(../images/title_vector.png);

    width: 25px;

    margin-right: 10px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

}

.blog-section .blog-card {

    border-radius: 0px;

    background: #FFF;

    box-shadow: 0 0 10px 0 rgba(23, 20, 82, .15);

    padding: 8px;

    padding-bottom: 32px;

    width: 100%;

    height: 100%;

}

.blog-section .blog-card .card--secondary__thumb {

    overflow: hidden !important;

}

.zoom_effect {

    /* overflow: clip; */

    width: 100%;

    border-radius: 16px;

    transition: none;

    height: 250px;

}

.zoom_effect img {

    transition: all 0.35s ease-in-out;

    width: 100%;

    height: 100%;

    object-fit: cover;

    aspect-ratio: 3/2;

    transform: scale(1.01);

    border-radius: 16px;

    width: 100%;

}

.zoom_effect:hover img {

    transform: scale(1.2) rotate(-5deg);

    cursor: zoom-in;

}

.blog-section .blog-card .card-content {

    padding: 0 20px;

}

.blog-section .blog-card .card-time {

    display: flex;

    align-items: center;

    margin-top: 20px;

    margin-bottom: 0px;

}

.blog-section .blog-card .card-time i {

    margin-right: 10px;

}

.blog-section .blog-card h4 {

    font-size: 16px;

    font-weight: 600;

    color: #22434D;

    margin-bottom: 15px;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.blog-section .blog-card .card-text {

    font-size: 14px;

    line-height: 25px;

    font-weight: 400;

    margin-bottom: 15px;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.blog-section .blog-card .read-more {

    font-size: 15px;

    font-weight: 600;

    margin-top: 10px;

}

.blog-section .blog-card .read-more i {

    margin-left: 7px;

}

.blog-section .blog-box {

    border-radius: 16px;

    background: #FFF;

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);

    padding: 20px;

    padding-bottom: 32px;

    width: 100%;

    height: 100%;

}

.blog-section .blog-box .blog-detail-title {

    font-size: 30px;

    font-weight: 600;

    color: #22434D;

    margin-bottom: 15px;

}

.blog-section .blog-box .img-box {

    width: 100%;

    height: 350px;

    margin-bottom: 20px;

}

.blog-section .blog-box .img-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    aspect-ratio: 3/2;

}

.blog-section .blog-small-list {

    position: sticky;

    top: 0px;

}

.blog-section .blog-small-list .blog-small-card {

    border-radius: 16px;

    background: #FFF;

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);

    padding: 20px;

    padding-bottom: 20px;

    width: 100%;

    height: 100%;

}

.blog-section .blog-small-list .blog-small-card .card-time {

    display: flex;

    align-items: center;

    margin-top: 0px;

    font-size: 13px;

    margin-bottom: 10px;

}

.blog-section .blog-small-list .blog-small-card .card-time i {

    margin-right: 10px;

}

.blog-section .blog-small-list .blog-small-card h4 {

    font-size: 18px;

    font-weight: 600;

    color: #22434D;

    margin-bottom: 15px;

}

.blog-section .blog-list {

    margin-top: 15px;

}

.blog-section .blog-list li {

    font-size: 16px;

    line-height: 28px;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}

.blog-section .blog-list li::before {

    content: "\f061";

    font-size: 18px;

    color: #9a0000;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 10px;

}

.terms-detail {

    padding: 60px 0px;

}

.terms-detail .term-title {

    font-size: 35px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 25px;

    line-height: 55px;

}

.terms-detail .term-title span {

    color: #3260E0;

}

.terms-detail .term-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

}

.terms-detail .term-desc {

    font-size: 18px;

    font-weight: 600;

    color: #000;

    margin-bottom: 10px;

    line-height: 30px;

}

.terms-detail .term-subtitle {

    font-size: 16px;

    font-weight: 600;

    color: #3260E0;

    text-decoration: underline;

    text-transform: uppercase;

    margin-bottom: 25px;

    line-height: 30px;

}



.terms-detail .term-list {

    margin-top: 20px;

    list-style-type: square;

    padding-left: 20px;

}

.terms-detail .term-list li::marker {

    color: #3260E0;

}

.terms-detail .term-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}



.form-section {

    overflow-x: hidden;

    padding: 50px 0px 0px;

}

.form-section.form-modal {

    overflow-x: hidden;

    padding: 0px;

}

.form-modal .modal-header {

    padding: 0px;

    border: 0px;

}

.form-modal .modal-header .btn-close {

    padding: 0px;

    position: absolute;

    top: 25px;

    right: 25px;

    z-index: 1;

}

.form-modal .modal-body {

    padding: 0px;

}

.form-section.form-modal .form-section-right {

    padding: 20px;

}

.form-section .form-left-title {

    font-size: 30px;

    color: #000;

    margin-bottom: 15px;

    font-weight: 800;

}

.form-section .form-left-title span {

    color: #3260E0;

}

.form-section .form-content {

    position: relative;

    z-index: 1;

}

.form-section .form-section-left {

    width: 100%;

    padding: 30px 25px;

    height: 100%;

}

.form-section .form-section-left ul li {

    padding-bottom: 20px;

    font-size: 15px;

    color: #6e7879;

    position: relative;

    line-height: 28px;

}

.form-section .form-section-left ul li b {

    color: #3260E0;

}

.form-section .form-section-left ul li::before {

    content: "\f061";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 10px;

    color: #3260E0;

}

.form-section .img-left {

    width: 100%;

    height: 100%;

}

.form-section .img-left img {

    width: 100%;

}

.contact-jumbtron {

    background: #f9f9f9;

    padding: 30px 0px;

}

.contact-jumbtron .jumbtron-title {

    font-size: 22px;

    color: #000;

    font-weight: 700;

    padding-bottom: 10px;

    text-transform: uppercase;

}

.contact-jumbtron .jumbtron-text {

    font-size: 16px;

    color: #636363;

    font-weight: 400;

}



/* CSS */

.contact-jumbtron .jumbtron-btn {

    align-items: center;

    background-color: #f9f9f9;

    border: 2px solid #3260E0;

    border-radius: 0px;

    box-sizing: border-box;

    color: #3260E0;

    cursor: pointer;

    display: inline-flex;

    font-family: Inter, sans-serif;

    font-size: 16px;

    height: 48px;

    justify-content: center;

    line-height: 24px;

    padding: 0 25px;

    position: relative;

    text-align: center;

    text-decoration: none;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;

}



.contact-jumbtron .jumbtron-btn:after {

    background-color: #3260E0;

    border-radius: 0px;

    content: "";

    display: block;

    height: 48px;

    left: 0;

    width: 100%;

    position: absolute;

    top: -2px;

    transform: translate(8px, 8px);

    transition: transform .2s ease-out;

    z-index: -1;

}



.contact-jumbtron .jumbtron-btn:hover:after {

    transform: translate(0, 0);

}



.contact-jumbtron .jumbtron-btn:active {

    background-color: #3260E0;

    outline: 0;

}



.contact-jumbtron .jumbtron-btn:hover {

    outline: 0;

    color: #3260E0 !important;

}



@media (min-width: 768px) {

    .contact-jumbtron .jumbtron-btn {

        padding: 0 40px;

    }

}

.footer {

    background: url(../images/footer.webp);

    background-size: cover;

    background-position: top center;

    background-repeat: no-repeat;

    width: 100%;

    position: relative;

}

.footer::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #3260e0ea;

}

.footer .footer-space {

    padding: 40px 0px 20px;

    position: relative;

    z-index: 1;

}

.footer .footer-title {

    font-size: 20px;

    font-weight: 600;

    color: #fff;

    margin-bottom: 15px;

}

.footer .footer-text {

    font-size: 13px;

    line-height: 27px;

    color: #fff;

    font-weight: 400;

    margin-bottom: 10px;

}

.footer ul li {

    padding-bottom: 6px;

    position: relative;

}

.footer ul {

    margin-bottom: 0px;

}

.footer .footer-link {

    font-size: 14px;

    color: #fff;

    font-weight: 400 !important;

    transition: 0.6s all;

}

.footer .footer-link:hover {

    margin-left: 7px;

}

.footer .footer-link i {

    font-size: 15px;

    margin-right: 10px;

}

.footer .footer-bottom {

    border-top: 1px solid #dddddd78;

    padding: 15px 0px;

    position: relative;

    z-index: 1;

}

.footer .footer-logo img {

    width: 200px;

    filter: brightness(0) invert(1);

}

.footer .footer-bottom .footer-copyright-list {

    display: flex;

    justify-content: flex-end;

    margin-right: 40px;

    margin-bottom: 0px;

    flex-wrap: wrap;

}

.footer .footer-bottom .footer-copyright-list li {

    margin-left: 25px;

    padding-bottom: 0px;

    position: relative;

}

.footer .footer-bottom .footer-copyright-list li:not(:last-child):after {

    content: "";

    background: #fff;

    height: 13px;

    width: 1px;

    right: -15px;

    top: 50%;

    transform: translateY(-50%);

    position: absolute;

}

.footer .footer-bottom .footer-copyright-list li a {

    font-size: 14px;

    color: #f1f1f1;

}

.footer .footer-bottom .copyright-text {

    font-size: 14px;

    color: #f1f1f1;

}

.footer .footer-bottom .copyright-text .copyright-link {

    color: #fff;

    font-weight: 700;

}

.footer .footer-bottom .copyright-text .copyright-link:hover {

    color: #fff;

}

.content-detail {

    padding: 60px 0px;

    text-align: center;

}

.content-detail .content-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 25px;

}

.content-detail .content-text {

    font-size: 15px;

    line-height: 25px;

    color: #6e7879;

    text-align: center;

    font-weight: 400;

    margin-bottom: 15px;

}

.content-detail .content-title span {

    color: #3260E0;

}

.content-detail .content-subtitle {

    font-size: 24px;

    font-weight: 800;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 25px;

    position: relative;

    padding-left: 28px;

    text-align: center;

    display: inline-block;

}

.content-detail .content-desc {

    font-size: 16px;

    font-weight: 800;

    color: #000;

    margin-bottom: 15px;

    position: relative;

}

.content-detail .content-desc span {

    color: #3260E0;

}

.content-detail .content-subtitle::before {

    content: url(../images/shape-logo.png);

    position: absolute;

    left: 0;

    top: 53%;

    transform: translateY(-50%);

}

.content-detail.bg {

    background-color: #3260E0;

    padding: 50px 0px;

}

.content-detail.bg .content-title {

    font-size: 30px;

    font-weight: 800;

    color: #fff;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 25px;

}

.content-detail.bg .content-text {

    font-size: 15px;

    line-height: 25px;

    color: #fff;

    text-align: center;

    font-weight: 400;

    margin-bottom: 15px;

}































.common-btn {

    background: #FECC00 !important;

    border-radius: 10px;

    padding: 15px 30px;

    color: #fff !important;

    font-size: 14px;

    border: none !important;

    font-weight: 600;

}

.common-btn:hover {

    background: #FECC00;

    color: #000 !important;

}









.serviceBox {

    color: #3260E0;

    text-align: center;

    padding: 35px 28px 25px;

    position: relative;

    z-index: 1;

    width: 100%;

    height: 100%;

}

.serviceBox:before,

.serviceBox:after {

    content: "";

    border-radius: 25px;

    border: 10px solid #3260E0;

    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

}

.serviceBox:after {

    border-width: 3px;

    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);

    top: 3px;

    bottom: 3px;

    right: 3px;

    left: 3px;

}

.serviceBox .service-icon img {

    width: 64px;

    margin: 0 0 20px;

}

.serviceBox .title {

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: capitalize;

    margin: 0 0 10px;

}

.serviceBox .description {

    color: #555;

    font-size: 14px;

    letter-spacing: 0.5px;

    line-height: 22px;

    margin: 0s;

}

@media only screen and (max-width: 1199px) {

    .serviceBox {
        margin: 0 0 40px;
    }

}

.resgister-modal {

    z-index: 1300;

}

.resgister-modal .form-control,
.resgister-modal .form-select {

    font-size: 13px;

    padding: 12px;

}

.resgister-modal .form-label span {

    color: red;

}

.page-content {

    padding: 30px 0px 0px;

}

.page-content .content-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.page-content .content-subtitle {

    font-size: 20px;

    font-weight: 700;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.page-content .content-title span,
.page-content .content-subtitle {

    color: #3260E0;

}

.page-content .content-text {

    font-size: 15px;

    line-height: 25px;

    color: #6e7879;

    font-weight: 400;

    margin-bottom: 15px;

}

.page-content .content-list {

    margin-top: 20px;

    list-style-type: square;

    padding-left: 25px;

}

.page-content .content-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 10px;

    position: relative;

}

.page-content .content-list li::marker {

    color: #3260E0;

}

.page-content .content-img {

    width: 100%;

    height: 350px;

}

.page-content .content-img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    max-width: 100%;

}

.product-detail {

    padding: 60px 0px;

}

.product-detail .product-title {

    font-size: 30px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.product-detail .content-desc {

    padding: 30px;

}

.product-detail .content-desc .product-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

}

.product-detail .content-desc .product-list {

    margin-top: 20px;

}

.product-detail .content-desc .product-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}

.product-detail .content-desc .product-list li::before {

    content: "\f00c";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 7px;

    color: #3260E0;

}

.product-detail .product-img {

    width: 100%;

    height: 100%;

    margin-left: auto;

    position: relative;

}

.product-detail .product-img::after {

    content: "";

    position: absolute;

    left: -15px;

    top: -15px;

    background: #3260E0;

    width: 100%;

    height: 50%;

    z-index: -1;

}

.product-detail .product-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    aspect-ratio: 3/2;

    object-position: top;

}





.product-detail-bg {

    overflow: hidden;

    padding-top: 60px;

}

.product-detail-bg .product-title {

    font-size: 30px;

    font-weight: 800;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.product-detail-bg .content-desc {

    padding: 50px;

    background: #3260E0;

    width: 100%;

    height: 100%;

}

.product-detail-bg .content-desc b {

    color: #fff;

}

.product-detail-bg .content-desc .content-pos {

    position: relative;

    top: 50%;

    left: 50%;

    width: 100%;

    transform: translate(-50%, -50%);

}

.product-detail-bg .content-desc .product-text {

    font-size: 15px;

    line-height: 25px;

    color: #f0f0f0;

    font-weight: 400;

    margin-bottom: 15px;

}

.product-detail-bg .content-desc .product-list {

    margin-top: 20px;

}

.product-detail-bg .content-desc .product-list li {

    font-size: 15px;

    line-height: 25px;

    color: #f0f0f0;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}

.product-detail-bg .content-desc .product-list li::before {

    content: "\f00c";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 7px;

    color: #fff;

}

.product-detail-bg .product-img {

    width: 100%;

    height: 100%;

    margin-left: auto;

    position: relative;

}

.product-detail-bg .product-img::after {

    content: "";

    position: absolute;

    left: -15px;

    top: -15px;

    background: #fff;

    width: 100%;

    height: 50%;

    z-index: -1;

}

.product-detail-bg .product-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    aspect-ratio: 3/2;

    object-position: top;

}

.contact-box {

    background: #e9effd;

    border-left: 4px solid #3260E0;

    padding: 20px;

}

.contact-box .contact-box-title {

    font-size: 24px;

    font-weight: 800;

    color: #000;

    margin-bottom: 10px;

    text-align: left;

}

.contact-box .contact-box-text {

    font-size: 15px;

    line-height: 25px;

    color: #636363;

    font-weight: 400;

    margin-bottom: 15px;

    text-align: left;

}





.flow-chart-list {

    position: relative;

}

.flow-chart-list li {

    position: relative;

    width: 100%;

    margin-bottom: 50px;

}

.flow-chart-list li:not(:last-child):after {

    content: "";

    position: absolute;

    left: 50%;

    top: 100%;

    background: #3260E0;

    transform: translateX(-50%);

    width: 3px;

    height: 100%;

    z-index: -1;

}

.flow-chart-list li .serviceBox {

    color: #3260E0;

    text-align: center;

    padding: 35px 28px 25px;

    position: relative;

    z-index: 3;

    width: 100%;

    height: 100%;

    background: #fff;

}

.flow-chart-list li .serviceBox:before,

.flow-chart-list li .serviceBox:after {

    content: "";

    border-radius: 25px;

    border: 10px solid #3260E0;

    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

}

.flow-chart-list li .serviceBox:after {

    border-width: 3px;

    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);

    top: 3px;

    bottom: 3px;

    right: 3px;

    left: 3px;

}

.flow-chart-list li .serviceBox .service-icon img {

    width: 64px;

    margin: 0 0 20px;

}

.flow-chart-list li .serviceBox .title {

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: capitalize;

    margin: 0 0 10px;

}

.flow-chart-list li .serviceBox .description {

    color: #555;

    font-size: 14px;

    letter-spacing: 0.5px;

    line-height: 22px;

    margin: 0s;

}

@media only screen and (max-width: 1199px) {

    .flow-chart-list li .serviceBox {
        margin: 0 0 40px;
    }

}



.link-text a {

    color: #3260E0;

    text-decoration: underline;

}

.industries-detail {

    padding: 60px 0px;

    background: #fff;

    width: 100%;

}

.industries-detail .img-box {

    width: 100%;

    height: 350px;

}

.industries-detail .img-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: top;

}

.industries-detail .product-box-1 {

    margin-left: -100px;

    z-index: 1;

    position: relative;

    background: #fff;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}

.industries-detail .product-box-2 {

    margin-right: -100px;

    z-index: 1;

    position: relative;

    background: #3260E0;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}

.industries-detail .product-box {

    padding: 35px;

}

.industries-detail .product-box-1 .product-box-title {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #000;

}

.industries-detail .product-box-1 .product-box-text {

    font-size: 15px;

    font-weight: 400;

    color: #636363;

    line-height: 26px;

}

.industries-detail .product-box-2 .product-box-text {

    font-size: 15px;

    font-weight: 400;

    color: #f9f9f9;

    line-height: 26px;

}

.industries-detail .product-box-2 .product-box-text b {

    color: #fff;

}

.industries-detail .product-box-2 .product-box-title {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #fff;

}





.contact-page {

    padding: 60px 0px;

}

.contact-page .form-control,
.contact-page .form-select {

    font-size: 13px;

    padding: 12px;

}

.contact-page .form-label span {

    color: red;

}

.blog-detail-desc {

    padding: 60px 30px;

}

.blog-detail-desc .blog-desc-title {

    font-size: 24px;

    font-weight: 800;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.blog-detail-desc .blog-desc-title span {

    color: #3260E0;

}

.blog-detail-desc .blog-desc-heading {

    font-size: 16px;

    font-weight: 800;

    color: #000;

    margin-bottom: 15px;

}

.blog-detail-desc .blog-desc-subtitle {

    font-size: 18px;

    font-weight: 700;

    color: #3260E0;

    text-decoration: underline;

    margin-bottom: 15px;

}

.blog-detail-desc .blog-desc-text {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    text-align: justify;

}

.blog-detail-desc .blog-desc-list {

    margin-top: 20px;

}

.blog-detail-desc .blog-desc-list li {

    font-size: 15px;

    line-height: 25px;

    color: #676767;

    font-weight: 400;

    margin-bottom: 15px;

    position: relative;

}

.blog-detail-desc .blog-desc-list li::before {

    content: "\f101";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 7px;

    color: #3260E0;

}

/* #blog-list{

    position: sticky;

    top: 50px;

}

#artical-list{

    position: sticky;

    top: 50px;

} */

.blog-list {

    position: sticky;

    top: 0px;

    padding: 0px 10px;

}

.blog-detail-desc .blog-card {

    border-radius: 0px;

    background: #FFF;

    padding: 10px;

    width: 100%;

    height: 100%;

    border-bottom: 1px solid #efefef;

}

.blog-detail-desc .blog-img {

    width: 100%;

    height: 350px;

    margin-bottom: 25px;

}

.blog-detail-desc .blog-img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.blog-detail-desc .blog-card .card--secondary__thumb {

    overflow: hidden !important;

}



.blog-detail-desc .blog-card .card-content {

    padding: 0 10px;

}

.blog-detail-desc .blog-card .card-time {

    display: flex;

    align-items: center;

    margin-top: 5px;

    margin-bottom: 12px !important;

    font-size: 12px;

}

.blog-detail-desc .blog-card .card-time i {

    margin-right: 10px;

}

.blog-detail-desc .blog-card h4 {

    font-size: 14px;

    font-weight: 600;

    color: #22434D;

    margin-bottom: 7px;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.blog-detail-desc .blog-card .card-text {

    font-size: 13px;

    line-height: 20px;

    font-weight: 400;

    margin-bottom: 7px;

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.blog-detail-desc .blog-card .read-more {

    font-size: 14px;

    font-weight: 600;

    margin-top: 10px;

}

.blog-detail-desc .blog-card .read-more i {

    margin-left: 7px;

}



.social ul li {

    list-style-type: none;

}

.social ul {

    display: flex;

    padding-left: 0px;

    justify-content: flex-start;

    padding-top: 20px;

    position: relative;

    z-index: 1;

}

.social ul li {

    color: #fff;

    text-align: center;

    font-size: 13px;

    width: 35px;

    height: 35px;

    border: 1px solid #fff;

    border-radius: 50%;

    line-height: 35px;

    margin: 0px 8px 0px 0px;

    transition: 0.6s all;

}

.social li a {

    cursor: pointer;

    color: #fff;

}

.social li:hover {

    color: #3260E0;

    background: #fff;

}

.social li:hover a {

    color: #3260E0 !important;

}





#myBtn {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 99;

    font-size: 14px;

    border: none;

    outline: none;

    background-color: #3260E0;

    color: #fff;

    cursor: pointer;

    width: 50px;

    text-align: center;

    height: 50px;

    line-height: 50px;

    border-radius: 5px;

}

#myBtn::after {

    position: absolute;

    z-index: -1;

    content: "";

    top: 100%;

    left: 5%;

    height: 10px;

    width: 90%;

    opacity: 1;

    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

}

#myBtn:hover {

    background-color: #3260E0;

}



@media (min-width:2000px) {

    .container {

        max-width: 1320px;

    }

    .main-section::after {

        height: 370px;

    }

    .main-section .line-img {

        margin: 20px 0px;

        padding-bottom: 150px;

    }

    .main-section .over-img {

        top: -120px;

    }

}







@media (min-width: 992px) and (max-width: 1199.98px) {

    .web-view {

        display: none;

    }

    .mobile-view {

        display: block;

    }

    .mobile-header {

        position: sticky;

        top: 0px;

        z-index: 1200;

        background: #fff;

        border-bottom: 1px solid #efefef;

        padding: 15px 0px;

    }

    .mobile-header .logo img {

        width: 150px;

    }

    .mobile-header .mobile-header-list {

        list-style-type: none;

        margin-left: 0px;

        padding-left: 0px;

        margin-bottom: 0px;

    }

    .mobile-header .mobile-header-list .nav-item {

        border-bottom: 1px solid #8A879F1c;

        opacity: 0.7;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link {

        padding: 10px 0px;

        font-size: 15px;

        color: #000;

        font-weight: 500;

        position: relative;

        line-height: 25px;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {

        float: right;

    }

    .mobile-header .mobile-header-list .sub-link {

        padding: 10px;

        font-size: 15px;

        color: #8A879F;

        position: relative;

        line-height: 25px;

    }

    .main-section .vertical-space-50 {

        height: 0px !important;

    }

    .mobile-header .mobile-header-list .nav-item:last-child {

        border-bottom: none;

    }

    .mobile-header .offcanvas {

        width: 360px;

    }

    .mobile-header .offcanvas .logo img {

        width: 150px;

    }



    .toggler {

        color: #3260E0 !important;

        font-size: 26px;

        border: none;

        text-align: center;

        padding: 0px;

    }

    .toggler:focus,
    .toggler:hover {

        color: #1C4078;

        background: transparent;

    }

    .mobile-header .social ul {

        justify-content: flex-start;

    }

    .mobile-header .offcanvas-body {

        line-height: initial;

    }

    .banner-content .banner-title {

        font-size: 20px;

        line-height: 28px;

    }

    .main-title,
    .about-title,
    .form-section .form-left-title,
    .industries-detail .product-box-1 .product-box-title,
    .industries-detail .product-box-2 .product-box-title {

        font-size: 26px;

        line-height: 32px;

    }

    .inner-column {

        margin-left: 0px !important;

    }

    .industries .client-box,
    .client-box.client-bt-0,
    .border-end-0 {

        border: 1px solid #efefef !important;

    }

    .footer .footer-logo img {

        width: 150px;

    }

    .product-detail {

        padding: 30px 0px;

    }

}



@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .web-view {

        display: none;

    }

    .mobile-view {

        display: block;

    }

    .mobile-header {

        position: sticky;

        top: 0px;

        z-index: 1200;

        background: #fff;

        border-bottom: 1px solid #efefef;

        padding: 15px 0px;

    }

    .mobile-header .logo img {

        width: 150px;

    }

    .mobile-header .mobile-header-list {

        list-style-type: none;

        margin-left: 0px;

        padding-left: 0px;

        margin-bottom: 0px;

    }

    .mobile-header .mobile-header-list .nav-item {

        border-bottom: 1px solid #8A879F1c;

        opacity: 0.7;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link {

        padding: 10px 0px;

        font-size: 15px;

        color: #000;

        font-weight: 500;

        position: relative;

        line-height: 25px;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {

        float: right;

    }

    .mobile-header .mobile-header-list .sub-link {

        padding: 10px;

        font-size: 15px;

        color: #8A879F;

        position: relative;

        line-height: 25px;

    }

    .main-section .vertical-space-50 {

        height: 0px !important;

    }

    .mobile-header .mobile-header-list .nav-item:last-child {

        border-bottom: none;

    }

    .mobile-header .offcanvas {

        width: 360px;

    }

    .mobile-header .offcanvas .logo img {

        width: 150px;

    }



    .toggler {

        color: #3260E0 !important;

        font-size: 26px;

        border: none;

        text-align: center;

        padding: 0px;

    }

    .toggler:focus,
    .toggler:hover {

        color: #1C4078;

        background: transparent;

    }

    .mobile-header .social ul {

        justify-content: flex-start;

    }

    .mobile-header .offcanvas-body {

        line-height: initial;

    }

    .banner-content .banner-title {

        font-size: 20px;

        line-height: 28px;

    }

    .main-title,
    .about-title,
    .form-section .form-left-title,
    .industries-detail .product-box-1 .product-box-title,
    .industries-detail .product-box-2 .product-box-title {

        font-size: 26px;

        line-height: 32px;

    }

    .inner-column {

        margin-left: 0px !important;

    }

    .industries .client-box,
    .client-box.client-bt-0,
    .border-end-0 {

        border: 1px solid #efefef !important;

    }

    .industries-detail .product-box-1 {

        margin-left: 0px;

    }

    .industries-detail .product-box-2 {

        margin-right: 0px;

    }

    .industries-detail .product-box {

        padding: 15px;

    }

    .product-detail {

        padding: 30px 0px;

    }

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {

    .web-view {

        display: none;

    }

    .mobile-view {

        display: block;

    }

    .mobile-header {

        position: sticky;

        top: 0px;

        z-index: 1200;

        background: #fff;

        border-bottom: 1px solid #efefef;

        padding: 15px 0px;

    }

    .mobile-header .logo img {

        width: 150px;

    }

    .mobile-header .mobile-header-list {

        list-style-type: none;

        margin-left: 0px;

        padding-left: 0px;

        margin-bottom: 0px;

    }

    .mobile-header .mobile-header-list .nav-item {

        border-bottom: 1px solid #8A879F1c;

        opacity: 0.7;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link {

        padding: 10px 0px;

        font-size: 15px;

        color: #000;

        font-weight: 500;

        position: relative;

        line-height: 25px;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {

        float: right;

    }

    .mobile-header .mobile-header-list .sub-link {

        padding: 10px;

        font-size: 15px;

        color: #8A879F;

        position: relative;

        line-height: 25px;

    }

    .main-section .vertical-space-50 {

        height: 0px !important;

    }

    .mobile-header .mobile-header-list .nav-item:last-child {

        border-bottom: none;

    }

    .mobile-header .offcanvas {

        width: 360px;

    }

    .mobile-header .offcanvas .logo img {

        width: 150px;

    }



    .toggler {

        color: #3260E0 !important;

        font-size: 26px;

        border: none;

        text-align: center;

        padding: 0px;

    }

    .toggler:focus,
    .toggler:hover {

        color: #1C4078;

        background: transparent;

    }

    .mobile-header .social ul {

        justify-content: flex-start;

    }

    .mobile-header .offcanvas-body {

        line-height: initial;

    }

    .banner-content .banner-title {

        font-size: 20px;

        line-height: 28px;

    }

    .main-title,
    .about-title,
    .form-section .form-left-title,
    .industries-detail .product-box-1 .product-box-title,
    .industries-detail .product-box-2 .product-box-title {

        font-size: 26px;

        line-height: 32px;

    }

    .inner-column {

        margin-left: 0px !important;

    }

    .industries .client-box,
    .client-box.client-bt-0,
    .border-end-0 {

        border: 1px solid #efefef !important;

    }

    .footer .footer-logo img {

        width: 150px;

    }

    .industries-detail .product-box-1 {

        margin-left: 0px;

    }

    .industries-detail .product-box-2 {

        margin-right: 0px;

    }

    .industries-detail .product-box {

        padding: 15px;

    }

    .product-detail {

        padding: 30px 0px;

    }

    .footer .footer-bottom .copyright-text {

        text-align: center;

    }

    .footer .footer-bottom .footer-copyright-list {

        justify-content: center;

    }

}



@media only screen and (max-width: 575.98px) {

    .web-view {

        display: none;

    }

    .mobile-view {

        display: block;

    }

    .mobile-header {

        position: sticky;

        top: 0px;

        z-index: 1200;

        background: #fff;

        border-bottom: 1px solid #efefef;

        padding: 15px 0px;

    }

    .mobile-header .logo img {

        width: 150px;

    }

    .mobile-header .mobile-header-list {

        list-style-type: none;

        margin-left: 0px;

        padding-left: 0px;

        margin-bottom: 0px;

    }

    .mobile-header .mobile-header-list .nav-item {

        border-bottom: 1px solid #8A879F1c;

        opacity: 0.7;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link {

        padding: 10px 0px;

        font-size: 15px;

        color: #000;

        font-weight: 500;

        position: relative;

        line-height: 25px;

    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {

        float: right;

    }

    .mobile-header .mobile-header-list .sub-link {

        padding: 10px;

        font-size: 15px;

        color: #8A879F;

        position: relative;

        line-height: 25px;

    }

    .main-section .vertical-space-50 {

        height: 0px !important;

    }

    .mobile-header .mobile-header-list .nav-item:last-child {

        border-bottom: none;

    }

    .mobile-header .offcanvas {

        width: 360px;

    }

    .mobile-header .offcanvas .logo img {

        width: 150px;

    }



    .toggler {

        color: #3260E0 !important;

        font-size: 26px;

        border: none;

        text-align: center;

        padding: 0px;

    }

    .toggler:focus,
    .toggler:hover {

        color: #1C4078;

        background: transparent;

    }

    .mobile-header .social ul {

        justify-content: flex-start;

    }

    .mobile-header .offcanvas-body {

        line-height: initial;

    }

    .banner-content .banner-title {

        font-size: 20px;

        line-height: 28px;

    }

    .main-title,
    .about-title,
    .form-section .form-left-title,
    .industries-detail .product-box-1 .product-box-title,
    .industries-detail .product-box-2 .product-box-title {

        font-size: 26px;

        line-height: 32px;

    }

    .inner-column {

        margin-left: 0px !important;

    }

    .industries .client-box,
    .client-box.client-bt-0,
    .border-end-0 {

        border: 1px solid #efefef !important;

    }

    .footer .footer-logo img {

        width: 150px;

    }

    .industries-detail .product-box-1 {

        margin-left: 0px;

    }

    .industries-detail .product-box-2 {

        margin-right: 0px;

    }

    .industries-detail .product-box {

        padding: 15px;

    }

    .product-detail {

        padding: 30px 0px;

    }

    .footer .footer-bottom .copyright-text {

        text-align: center;

    }

    .footer .footer-bottom .footer-copyright-list {

        justify-content: center;

    }

}



.footer .footer-link a {

    font-size: 14px;

    color: #fff;

    font-weight: 400 !important;

    transition: 0.6s all;

}





@media (min-width: 1200px) and (max-width: 1237px) {

    .main-header .navbar .nav-link {

        padding: 20px 12px 20px 0px;

    }

}



@media (min-width: 1238px) and (max-width: 1323px) {

    .main-header .navbar .nav-link {

        padding: 20px 16px 20px 0px;

    }

}



.main-header .mega-link1 a:hover {

    color: #3260E0 !important;

}





.manufacturing-partner .card:hover .card-title,
.manufacturing-partner .card:hover .card-text b {

    color: #fff;

}