* {
    padding: 0;
    margin: 0;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
body {
    font-family: Helvetica;
}
body {
    overflow-x: hidden;
}
.navbar-brandLogo {
    width: 171px;
}
.navbar-brandLogo img {
    width: 95%;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
}
.navbar-nav > li > a:last-child{
    pointer-events: auto;
}
.mainmenu {
    padding-top: 3px !important;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0 !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0;
    margin-right: 0;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav .show .dropdown-menu > li > a {
    padding: 16px 15px 16px 25px;
}
.header_area {
    height: 57px;
}
.header_bottom {
    background: #fafafc;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 57px;
    line-height: 48px;
}
.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav > li > a,
.header_area .header_bottom .mainmenu ul li a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 15px;
    display: block !important;
    text-decoration: none;
}
.navbar-brandLogo {
    padding-left: 0 !important;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
    outline: 0;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #f4f4f4;
    color: #142d6a;
    border-radius: 5px;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #0000;
    padding-top: 16px;
}
.mainmenu .collapse ul ul li {
    background: #fff;
    line-height: 35px;
}
.mainmenu .collapse ul ul li:last-child {
    border-radius: 0 0 5px 5px;
}
.mainmenu .collapse ul ul li:first-child {
    border-radius: 5px 5px 0 0;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff;
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64b5f6;
}
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}
.mainmenu .collapse ul ul li a {
    color: #4d4d4d !important;
}
.mainmenu .collapse ul ul li a:hover {
    color: #142d6a !important;
}
.mainmenu .collapse ul ul li a i {
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    font-size: 23px;
}
.mainmenu .collapse ul ul li a:hover i {
    /*visibility: visible;*/
}
.mainmenu .collapse ul li:hover > ul {
   border-bottom:.5px solid #ccc !important;
}
.lidwn .dropdown-toggle::after {
    float: right;
    margin-top: 9px;
    transform: rotate(-90deg);
}
.mainmenu .collapse ul ul li:hover > ul {
    border-radius: 5px;
}
@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }
     
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 270px;
        display: none;
    }
    .mainmenu .collapse ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;
    }
   
}
@media only screen and (max-width: 767px) {
    
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}
.navbar-expand-sm .navbar-collapse {
    justify-content: end;
}
.active1 {
    border: 3px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
}
.mainmenu .collapse ul ul li:hover > ul {
    background: #0000;
}

.inner_banner {
    position: relative;
}

.inner_banner img {
    width: 100%;
    height: 100vh;
}
.innerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.imgBx h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
}
.imgBx p {
    color: #fff;
    text-align: center;
    font-size: 27px;
}
.bannerCarousel {
    position: relative;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 4%;
    transform: translate(-50%, -50%);
    display: none;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    font-size: 41px;
    top: -15px;
    left: 11px;
    color: #142d6a;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next {
    background: #fff;
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 2%;
    transform: translate(-50%, -50%);
    display: none;
}
.bannerCarousel .owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    font-size: 41px;
    top: -15px;
    right: 11px;
    color: #142d6a;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev:hover {
    background: #142d6a;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev:hover span {
    color: #fff;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next:hover {
    background: #142d6a;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next:hover span {
    color: #fff;
}
.bannerCarousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #142d6a;
    width: 27px;
}
.bannerCarousel .owl-theme .owl-nav {
    margin-top: 0;
}
.aboutBox {
    background: #f9f9f9;
    padding: 65px 108px;
    padding-bottom: 103px;
    margin-top: -7px;
}
.abt_img {
    padding: 39px 27px 0 0;
}
.abt_img img {
    width: 100%;
    height: 397px;
}
.abtBx {
    padding-top: 39px;
    padding-left: 15px;
}
.abtBx h3 {
    font-size: 32px;
    color: #142d6a;
}
.abtBx p {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    margin-top: 23px;
}
.bgLine {
    border: 2px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    width: 37%;
    margin-top: 35px;
    margin-bottom: 36px;
}
.know_more a {
    display: inline-block;
    background: #142d6a;
    height: 40px;
    width: 179px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 32.5px;
    margin-top: 38px;
    text-align: center;
}
.ourServices {
    padding-top: 117px;
    height: 477px;
}
.outserviceHeading {
    font-size: 32px;
    font-weight: 500;
    color: #142d6a;
    text-align: center;
}
.ourServiceBx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
}
.ourServiceBx1 {
    background: #f8f8f8;
    width: 23.2%;
    margin-top: 31px;
    padding: 30px 15px;
    border-radius: 16px;
    transition: 0.7s;
    height: 181px;
}
.ourServiceBx1:hover {
    height: 238px;
}
.sr_img img {
    width: 71px;
    height: 71px;
}
.sr_img {
    display: flex;
    justify-content: center;
}
.sr_img2 {
    display: none;
}
.ourServiceBx1:hover .sr_img2 {
    display: block;
}
.ourServiceBx1:hover .sr_img1 {
    display: none;
}
.ourServiceBx1 h4 {
    margin-top: 11px;
    font-size: 17.8px;
    font-weight: 400;
    line-height: 35.28px;
    text-align: center;
}
.sr_btn {
    display: block;
    transition: 7s;
}
.sr_btn a {
    display: inline-block;
    background: #142d6a;
    height: 40px;
    width: 179px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 32.5px;
    margin-top: 31px;
    text-align: center;
    animation: showbtn 1s;
}
@keyframes showbtn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.ourServiceBx1:hover {
    transform: translateY(-30px);
}
.ourServiceBx1:hover .sr_btn {
    display: block;
    opacity: 1;
    visibility: visible;
}
.ourCompany {
    padding-top: 113px;
    height: 610px;
}
.outserviceHeading {
    font-size: 32px;
    font-weight: 500;
    color: #142d6a;
    text-align: center;
}
.ourServH{
    margin-bottom:85px;
}
.ourCmpH{
    margin-bottom:20px;
}
.ourCustH{
    margin-bottom: 47px;
}
.ourMediaH{
    margin-bottom:61px;
}
.ourCompanyBx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
}
.ourCompanyBx1 {
    background: #f8f8f8;
    width: 31.3%;
    margin-top: 31px;
    padding: 30px 15px;
    border-radius: 16px;
    transition: 3s;
    height: 409px;
}
.sr_img1 img {
    width: 60%;
}
.ourCompanyBx1 h4 {
    margin-top: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: center;
    color: #333;
}
.sr_btn {
    display: none;
    transition: 0.9s;
    animation: showbtn 2s;
}
@keyframes showbtn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.sr_btn a {
    display: inline-block;
    background: #142d6a;
    height: 40px;
    width: 179px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 32.5px;
    margin-top: 11px;
    text-align: center;
    transition: 0.7s;
}
.ourCompanyBx1:hover {
    transform: translateY(-30px);
    height: 401px;
}
.ourCompanyBx1:hover .sr_btn {
    display: block;
    opacity: 1;
    visibility: visible;
}
.bgLine1 {
    border: 3px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    width: 35%;
    margin: auto;
    margin-top: 31px;
    transition: 7s;
}

.sr_btn img {
    width: 223px;
    animation: showbtn 2s;
    display: block;
    margin: auto;
}
.ourCustomer {
    padding-top: 113px;
}
.ourCustomerBx {
    background: #f9f9f9;
    padding: 44px 0;
    margin-top: 31px;
    height:127px;
}
.cust_img img {
    width: 80% !important;
    float: right;
    margin-right: 21px;
}
.our_cust .cust_img img {
    width: 105px !important;
    float: left;
    height: 50px;
}
.smediabx {
    background: #f4f4f4;
    text-align: center;
    border-radius: 18px;
    transition: 0.5s;
}
.superMedia {
    margin-top: 111px;
}
.superMediaCarousel {
    margin-top: 34px;
}
.smedia_title {
    padding: 21px 103px;
}
.smedia_title h4 {
    font-size: 24px;
    color: #a9a9a9;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 17px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.smedia_title a {
    font-size: 22px;
    color: #142d6a;
    text-decoration: none;
    margin-top: 31px;
    margin-bottom:7px;
    display: block;
}
.smedia_title p {
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 400;
    line-height: 26.46px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.smedia_img img {
    width: 100%;
    height: 230px;
    border-radius: 18px 18px 0 0;
}
.superMedia .owl-carousel .owl-dots.disabled,
.superMedia .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.superMediaCarousel {
    position: relative;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    border: 1px solid #142d6a;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 71%;
    left: 0;
    transform: translate(-50%, -50%);
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    font-size: 41px;
    top: -15px;
    left: 11px;
    color: #142d6a;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next {
    background: #fff;
    border: 1px solid #142d6a;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 71%;
    right: -4%;
    transform: translate(-50%, -50%);
}
.superMediaCarousel .owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    font-size: 41px;
    top: -15px;
    right: 11px;
    color: #fff;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev {
    background: #142d6a;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev span {
    color: #fff;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next {
    background: #142d6a;
    
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next span {
    color: #fff;
}
.superMediaCarousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #142d6a;
    width: 27px;
}
#ourCustomerBx .owl-carousel .owl-dots.disabled,
#ourCustomerBx .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.certificationBx {
    background: #f5f5f5;
    padding: 43px 119px;
    margin-top: 119px;
    padding-bottom: 63px;
}
.bottomStrip{
    padding: 25px 119px;
    height:214px;
}
.bottomStrip1{
    margin-top: 73px;
}
.certificationBx2 {
    background: #0000;
}
.qulityBx {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
}
.para {
    width: 100%;
    text-align: center;
    margin: auto;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 400;
}
.getInTuchBx {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    padding: 43px 100px 67px 115px;
    margin: 104px 0 112px 0px;
    border-radius: 10px;
}
.getInTuchHeading {
    font-size: 32px;
    font-weight: 500;
    color: #142d6a;
}
.formBx {
    margin-top: 37px;
}
.formBx input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: 0;
    outline: none;
}
.formBx select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: 0;
    outline: none;
    padding: 2.5px;
    color: #C3C3C3;
    font-size: 18px;
}
.formBx textarea {
    width: 100%;
    padding: 20px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 9px;
    background: 0;
}
.formBx input::placeholder {
    color:#C3C3C3;
    font-size: 18px !important;
}
.formBx textarea::placeholder {
    color:#C3C3C3;
    font-size: 18px;
}
.formBtn {
    float: right;
}
.formBtn button {
    background: #142d6a;
    width: 209px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 27.5px;
    border: 0;
}
.bg-footer {
    background: #142d6a;
    padding-bottom: 21px;
}
.bg-footerBx {
    padding: 51px 10px;
    padding-bottom: 21px;
}
.footer-item h3 {
    color: #6879a3;
    font-size: 14px;
    font-weight: 600;
    font-family: Helvetica;
}
.ulBox {
    margin-top: 31px;
}
.ulBox li {
    list-style-type: none;
    padding: 4px 0;
}
.ulBox li a {
    color: #d1d1d1;
    text-decoration: none;
    transition: 0.7s;
    font-size: 14px;
}
.ulBox li a:hover {
    margin-left: 5px;
    color: #fff;
}
.footerLogo {
    margin-bottom: 17px;
}
.footerLogo img {
    width: 53%;
}
.footer-item-box p {
    color: #d1d1d1;
    padding-right: 51px;
    font-size: 14px;
}
.fitem-box {
    display: flex;
}
.fitem-box i {
    color: #d1d1d1;
    font-size: 21px;
    padding-right: 11px;
    position: relative;
    top: 2px;
}
.social_link {
    padding-left: 0;
}
.social_link li {
    list-style: none;
    float: left;
    padding-right: 18px;
    font-size: 27px;
}
.social_link li a {
    color: #d1d1d1;
    transition: 0.7s;
}
.social_link li a:hover {
    color: #e81d24;
}
.footerInpt {
    width: 87%;
    position: relative;
}
.footerInpt input {
    width: 100%;
    border: 0;
    background: #d9d9d9;
    height: 39px;
    padding: 11px;
    border-radius: 5px;
    margin-top: 13px;
    padding-right: 107px;
    outline: none;
}
.footerInpt button {
    background: #2a4892;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 48px;
    border: 0;
    margin-top: 14px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: -1px;
}
.footer-bottom {
    background: #182953;
}
.footer-bottom p {
    color: #d1d1d1;
    margin-top: 5px;
}
.ftr_btm {
    text-align: right;
    margin-top: 11px !important;
}
.ftr_btm a {
    color: #fff;
    text-decoration: none;
    margin-left: 13px;
}
.ServiceBx {
    padding-top: 64px;
}
.serviceHeading {
    font-size: 40px;
    font-weight: 400;
    line-height: 58.8px;
}
.ulTabBx {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 51px;
}
.ulTabBx li {
    list-style-type: none;
}
.ulTabBx li a {
    text-decoration: none;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 400;
}
.ulTabBx li a span {
    color: #b3b3b3;
}
.ulTabBx_active {
    border: 3px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    padding-bottom: 17px;
}
.ulTabBx_active a {
    color: #181818 !important;
    -webkit-text-stroke: 0.3px #181818;
}
.ulTabBx_active a span {
    color: #181818 !important;
}
.serviceDtl p {
    font-size: 18px;
    color: #7D7D7D;
    font-weight: 400;
    line-height: 26.46px;
    padding-top: 21px;
}
.serviceCount1 {
    margin-top: 52px;
}
.spara1 {
    font-size: 128px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-text-stroke: 4px #fff;
}
.spara1 sup {
    top: -32px;
    color: #8b8b8b;
}
.spara2 {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: -21px;
    margin-bottom: 0;
}
.service_customer {
    padding-top: 9px;
}
.service_customer h3 {
    font-size: 24px;
    color: #142d6a;
}
.service_customer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 21px;
}
.service_customer2 {
    width: 14%;
}
.service_customer2 img {
    width: 61%;
    margin-top: 21px;
    height: 55px;
}
.assemblyLine {
    margin-top: 127px;
}
.assemblyLine h3 {
    font-size: 24px;
    color: #142d6a;
}
.assemblyLine1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
    margin-top: 27px;
    margin-bottom: 45px;
}
.assemblyLine2 {
    width: 27%;
}
.assemblyBx {
    background: #d9d9d9;
    height: 210px;
}
.assemblyBx img {
    width: 100%;
    height: 210px;
}
.assmblyBx1 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.assmblyBx1a {
    width: 50%;
    background: #d9d9d9;
    height: 141px;
}
.assmblyBx1a img {
    width: 100%;
    height: 141px;
}
.assmblyBx1b {
    width: 50%;
    background: #d9d9d9;
}
.assmblyBx1b img {
    width: 100%;
    height: 141px;
}
.assemblyLine3 {
    width: 19%;
    background: #d9d9d9;
    height: 361px;
}
.assemblyLine3 img {
    width: 100%;
    height: 361px;
}
.assemblyLine4 {
    width: 19%;
}
.assemblyBx2a {
    background: #d9d9d9;
    height: 121px;
}
.assemblyBx2a img {
    width: 100%;
    height: 121px;
}
.assemblyBx2b {
    background: #d9d9d9;
    margin-top: 10px;
    height: 230px;
}
.assemblyBx2b img {
    width: 100%;
    height: 230px;
}
.assemblyLine5 {
    width: 32%;
}
.assembly5a {
    background: #d9d9d9;
    height: 230px;
}
.assembly5a img {
    width: 100%;
    height: 230px;
}
.assembly5b {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.assembly5c {
    height: 121px;
    background: #d9d9d9;
    width: 60%;
}
.assembly5c img {
    width: 100%;
    height: 121px;
}
.assembly5d {
    background: #d9d9d9;
    width: 40%;
}
.assembly5d img {
    width: 100%;
    height: 121px;
}
.assemblyLine p {
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 21px;
}
.capabilityBx {
    margin-top: 115px;
}
.capabilityBx h3 {
    font-size: 24px;
    color: #142d6a;
}
.capabilityBx p {
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 21px;
    padding-bottom: 13px;
}
.capabilityBx1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}
.capabilityBx2 {
    background: #d9d9d9;
    height: 283px;
    width: 49%;
    position: relative;
    margin-top: 21px;
    transition: 0.5s;
}
.arrow_icn {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 13px;
    right: 17px;
    border: 1px solid #000;
    transition: 0.5s;
    display: none;
}
.arrowBx img {
    width: 100%;
    height: 283px;
}
.capabilityBx2:hover .arrow_icn {
    display: block;
}
.arrow_icn img {
    width: 100%;
    padding: 3px;
    transform: rotate(-45deg);
}
.manufactureBx {
    margin-top: 91px;
}
.manufactureBxpa{
    margin-top:119px;
}
.manufactureBxpa h3{
    padding-bottom:9px;
}
.manufactureBx h3 {
    font-size: 24px;
    color: #142d6a;
}
.manufacture_innner {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 27px;
    gap: 17px;
}
.manufacture_innner_product {
    background: #f4f4f4;
    width: 31.7%;
    margin-bottom: 9px;
    transition: 0.5s;
    border-radius: 16px;
    padding: 23px;
}
.certificationBxCer{
    margin-top:139px;
}
.manufacture_innner_product h4 {
    font-size: 24px;
    color: #000;
    margin-top: 27px;
    margin-bottom:0;
    /*line-height:34px;*/
}
.manufacture_innner_product_img_h {
    height: 37px;
}
.manufacture_innner_product_img img {
    width: 37px;
}
.serviceTabNav {
    border-bottom: 1px solid #ccc;
    align-items: stretch;
    margin-top: 48px;
    gap: 87px;
}
.serviceTabNav .nav-link {
    border: 0;
    width: 19%;
    text-align: left;
    color: #2d2d2d;
    font-size: 18px;
    padding-left: 0;
}
.serviceTabNav .nav-link span {
    color: #b3b3b3;
    display: inline-block;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 400;
}
.serviceTabNav .nav-item.show .nav-link,
.serviceTabNav .nav-link.active {
    border: 4px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    background-color: #0000;
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.46px;
}
.serviceTabNav .nav-item.show .nav-link,
.serviceTabNav .nav-link.active span {
    color: #000;
}
.left_map_box {
    margin-top: 63px;
    padding-right: 13px;
}
.left_map_box-line {
    border-bottom: 1px solid #efefef;
    margin-bottom: 107px;
}
.left_map_box1 h4 {
    font-size: 48px;
    font-weight: 400;
    color: #181818;
    line-height: 70.56px;
}
.left_map_box1 p {
    text-align: right;
    font-size: 24px;
    color: #0b0a0a;
    margin-top: 6px;
}
.map_img {
    width: 100%;
}
.map_img img {
    width: 100%;
}
.srTab2p {
    font-size: 18px;
}
.warehousing-box {
    margin-top: 51px;
}
.warehousing_heading {
    font-size: 24px;
    color: #142d6a;
    margin-top: 39px;
    margin-bottom: 13px;
}
.warehousing_heading1 {
    font-size: 104px !important;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-text-stroke: 4px #fff;
}
.sq_ft{
    margin-top: -22px;
    margin-bottom: 57px;
}
.expo-box h4{
    padding-bottom:12px;
}
.nav-srTab2p {
    font-size: 18px;
}
.warehousing1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    margin-top: 21px;
    margin-bottom: 31px;
}
.warehousing2 {
    width: 40%;
}
.warehousingBx {
    background: #d9d9d9;
    height: 227px;
}
.warehousingBx img {
    width: 100%;
    height: 227px;
}
.warehousingBx1 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.warehousingBx1a {
    width: 50%;
    background: #d9d9d9;
    height: 161px;
}
.warehousingBx1a img {
    width: 100%;
    height: 161px;
}
.warehousingBx1b {
    width: 50%;
    background: #d9d9d9;
}
.warehousingBx1b img {
    width: 100%;
    height: 161px;
}
.warehousingLine3 {
    width: 19%;
    background: #d9d9d9;
    height: 361px;
}
.warehousingLine3 img {
    width: 100%;
    height: 361px;
}
.warehousingLine4 {
    width: 19%;
}
.warehousingBx2a {
    background: #d9d9d9;
    height: 140px;
}
.warehousingBx2a img {
    width: 100%;
    height: 140px;
}
.warehousingBx2b {
    background: #d9d9d9;
    margin-top: 10px;
    height: 248px;
}
.warehousingBx2b img {
    width: 100%;
    height: 248px;
}
.warehousing3 {
    width: 27%;
    background: #d9d9d9;
    height: 398px;
}
.warehousing3 img {
    width: 100%;
    height: 398px;
}
.warehousing4 {
    width: 27%;
}
.warehousingBx2a {
    background: #d9d9d9;
    height: 140px;
}
.warehousingBx2b {
    background: #d9d9d9;
    margin-top: 10px;
    height: 230px;
}
.expo-box1 {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 13px;
}
.expo-box p {
    font-size: 18px;
}
.expo-box2 {
    width: 24%;
}
.expo-box2 h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 21px;
    margin-bottom: 3px;
}
.expo-box2 p {
    font-size: 18px;
    color: #a7a7a7;
}
.expo-box2BX {
    position: relative;
}
.expo-box2BX img {
    width: 100%;
}
.arrow_icn1 {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 13px;
    right: 17px;
    border: 1px solid #000;
    transition: 0.5s;
    display: none;
}
.expo-box2BX:hover .arrow_icn1 {
    display: block;
}
.arrow_icn1 img {
    width: 100%;
    padding: 5px;
    transform: rotate(-45deg);
}
.digital_marketing {
    margin-bottom: 168px;
    margin-top: 54px;
}
.digital_marketing p {
    font-size: 18px;
}
.joint_Ven{
    margin-top: 69px;
}
.digital_setup {
    display: flex;
    gap: 17px;
}
.digital_setup1 {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-top: 21px;
}
.digital_setup1 img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
}
.join_venture {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 31px;
}
.join_venture_inner1 {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 13px;
    width: 18%;
}
.join_venture_inner2 {
    width: 80%;
}
.join_venture_inner1 h4 {
    font-size: 17.8px;
    font-weight: 700;
    text-align: center;
}
.join_venture p {
    margin-bottom: 0;
    color: #000;
}
.join_venture_inner1 img {
    width: 100%;
}
.srv_cust {
    margin-top: 86px;
}
.capabilitiesBox {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
    margin-bottom: 43px;
}
.capabilitiesInnerBox {
    background: #f5f5f5;
    border-radius: 14px;
    padding: 30px;
    width: 32.3%;
    padding-top: 42px;
}
.capabilitiesInnerBox h4 {
    font-size: 24px;
    font-weight: 500;
    color: #181818;
    height: 139px;
}
.capabli_line {
    width: 30%;
    border: 4px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
}
.capabilitiesInnerBox p {
    font-size: 18px;
    color: #010101;
}
.nav-srTab3p {
    font-size: 18px;
    text-align: right;
}
.nav-srTab3p a {
    color: #142d6a;
    text-decoration: none;
}
.nav-srTab3p span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #142d6a;
    border-radius: 5px;
}
.nav-srTab3p span img {
    width: 100%;
    padding: 3px;
    padding-top: 0;
    transform: rotate(-45deg);
}
.map_imgstep4 {
    border: 1px solid #e1e1e1;
    border-radius: 16px;
}
.map_imgstep4 img {
    border-radius: 16px;
}
.scope-box {
    margin-top: 133px;
}
.scope-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #142d6a;
}
.scope-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scope-box-inner {
    width: 49.2%;
    background: #f5f5f5;
    padding: 40px 40px 18px 56px;
    border-radius: 16px;
    margin-top: 17px;
}
.scope-box-inner h4 {
    color: #181818;
    font-size: 24px;
    height: 83px;
}
.scope-box-inner p {
    font-size: 18px;
    color: #010101;
}
.matrix-box {
    margin-top: 91px;
}
.matrix-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #142d6a;
}
.matrix-box p {
    font-size: 18px;
    color: #484848;
}
.martrix-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 2px solid #efefef;
    border-radius: 14px;
    padding: 24px;
}
.martrix-box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.martrixa {
    border-left: 2px solid #e8e8e8;
    padding-left: 22px;
}
.martrix-box1a {
    width: 33%;
}
.martrix-box1a h3 {
    font-size: 24px;
    color: #181818;
}
.martrix-box1a p {
    color: #000;
    font-size: 18px;
}
.martrix-box1-bottom {
    margin-top: 52px;
}
.martrix-box1-bottom p {
    color: #3e3e3e;
    margin-bottom: 0;
    font-size: 16px;
}
.ourPro p {
    font-size: 18px;
    color: #484848;
    
}
.ourPro h4 {
    font-size: 18px;
    color: #000;
}
.outPro_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d9d9d9;
}
.outPro_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.upskillBx {
    margin-top: 77px;
    margin-bottom: 99px;
}
.mtpra {
    position: relative;
    top: 31px;
}
.ourservice_cust {
    padding-top: 99px;
}
.increase_height img {
    height: 80px;
    margin-top: 8px;
}
.policyes-text h4 {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.46px;
    text-align: left;
}
.manufacture_innnerss .manufacture_innner_product h4{
    margin-top:31px;
}
.policyes-text p,
ul li {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.46px;
    text-align: left;
    color: #7d7d7d;
}
.policyes-text h3 {
    font-size: 32px;
    font-weight: 500;
    color: #142d6a;
    margin-bottom: 23px;
}
.policyes-text {
    padding: 71px 0;
}
.policyes-text table {
    border-collapse: collapse;
    width: 100%;
}
th,
td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
.policyes-text span {
    color: red;
}

.contact-para1 {
    padding-left: 30px;
}

/* Popup container (hidden by default) */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

/* Popup image */
.popup-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    animation: zoom 0.3s;
}

/* Close button */
.closeBtn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Zoom animation */
@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
.justify-para-box p{
    text-align: justify!important;
    
}

.sr_btn_visible{
    display: block;
    /*transition: 0.9s;*/
    /*animation: showbtn 2s;*/
}

@media only screen and (min-width: 767px) {
    .video-box video {
        height: 40vh;
        width: 100%;
        object-fit: cover;
    }
}

.video-box video {
        height: 95vh;
        width: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 767px) {
    .video-box video {
        height: 40vh;
        width: 100%;
        object-fit: cover;
    }
}

.reg_link{
   display: flex
;
    margin-top: -30px;
    padding: 0px 0px 0px 235px;
    /*margin-top: 97px;*/
    /*padding: 0px 103px;*/
}





















