﻿@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'PoppinsLatin-Medium';
    font-weight: normal;
    font-style: normal;
}


.flexrow {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.flexrowtop {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.flexrow2 {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flexcol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.flexright {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.flexleft {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.flexbottom {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
}

.flextop {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
/*/////////////login////////////*/
.loginbox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    pointer-events: none;
}

.loginmainbox {
    width: 95%;
    height: 90%;
}

.login {
    background-image: url("../../Content/img/login.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    transition: all 1s ease;
    Pointer-events: all;
}

    .login:hover {
        background-image: url("../../Content/img/login-hover.png") !important;
        transition: all 1s ease;
    }
/*/////////////menu////////////*/
.menubar {
    width: 100%;
    height: 70px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /* box-shadow: .001px .001px 20px 0 #626262;*/
    z-index: 100000;
    /* background-color: white;*/
    position: relative;
    background: rgba(47,47,47,0.6);
}

ul {
    height: 70px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-right: 40px;
    margin-top: 0px;
    position: absolute;
}


    ul li {
        padding: 1vw;
        list-style: none;
    }

        ul li ul {
            display: none;
            transition-property: opacity;
            transition-duration: 1s;
            transition-timing-function: ease;
            opacity: 0;
        }

        ul li a {
            text-decoration: none;
            font-family: 'PoppinsLatin-Medium';
            /*   color: #78828a;*/
            color: rgba(255,255,255,1);
            cursor: pointer;
        }

            ul li a:hover {
                text-decoration: underline;
                color: #c60547;
            }

        ul li:hover > ul {
            display: block;
            /*background: white;*/
            background: rgba(47,47,47,0.6);
            height: inherit;
            width: 200px;
            padding: 5px;
            margin-top: 10px;
            opacity: 1;
        }
/*/////////////logobox////////////*/
.logobox {
    width: 100%;
    height: 70px;
    z-index: 1;
    margin-top: -70px;
    background: #94304c;
    position: fixed;
    z-index: 1000000;
}

.logoinnerbox {
    width: 90%;
    height: 100%;
}

.logo {
    height: 100%;
}

.logoimg {
}

.mailphone {
    width: 50%;
    height: 100%;
}

.logomajazi {
    width: 50%;
    height: 100%;
}

.rightbox {
    width: fit-content;
    height: 100%;
}

.mail {
    width: fit-content;
    height: 90%;
    padding: 15px;
    color: #78828a;
    font-size: 14px;
    text-decoration: none;
}

.entr {
    font-size: 12px;
    margin-left: 10px;
}

.phone {
    height: 90%;
    padding: 15px;
    width: fit-content;
    color: #78828a;
    font-size: 14px;
}

.icon {
    width: 20px;
    height: auto;
    padding: 5px;
}

.header {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin-top: -80vh;
    position: absolute;
}

.sildebox {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    margin-top: -70px;
}

.slidetext {
    pointer-events: all;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'PoppinsLatin-Medium';
    color: white;
    font-size: 64px;
    padding: 30px;
    text-align: center;
}


.slideout {
    background: rgba(148,48,76,0.8);
    text-decoration: none !important;
    color: white !important;
}

.slidehover {
    color: white !important;
    text-decoration: none !important;
}

.slide1 {
    background-image: url("../../Content/img/banner/slide1.jpg") !important;
    background: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.slide2 {
    /*background-image: url("../../Content/img/banner/slide2.jpg") !important;*/
    background-image: url("../../Content/img/ground-shipment-header.jpg") !important;
    ;
    background: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 100%;
    z-index: -1;
    transition: 1s ease-out;
}

.slide3 {
    background-image: url("../../Content/img/banner/slide3.jpg") !important;
    background: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 100%;
    z-index: -1;
    transition: 1s ease-out;
}

.slide4 {
    /*background-image: url("../../Content/img/banner/slide4.jpg") !important;*/
    background-image: url("../../Content/img/project-logistics-header.jpg") !important;
    ;
    background: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 100%;
    z-index: -1;
    transition: 1s ease-out;
}

.active {
    left: 0 !important;
    z-index: 1000 !important;
}

.queue {
    left: 100%;
    z-index: 500 !important;
}

.deactive {
    left: -100%;
    z-index: -1 !important;
}

.hide {
    display: none;
    visibility: hidden;
    left: 100%;
}

.lricon {
    pointer-events: all;
}

.arrows {
    width: 100%;
    height: 30px;
    z-index: 2000;
    pointer-events: none;
}

.right {
    width: 50%;
    height: 100%;
    padding-right: 10%;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
}

    .right:hover {
        opacity: 1;
    }

.left {
    width: 50%;
    height: 100%;
    padding-left: 10%;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
}

    .left:hover {
        opacity: 1;
    }

.miconsbox {
    width: 100%;
    height: 500px;
}

.micons {
    width: 95%;
    padding-right: 5%;
    position: absolute;
}

.numbersmaininnerbox {
    height: 350px;
    margin-top: -350px;
}

.miconscol {
    width: fit-content;
    height: auto;
}

.numbersmainbox {
    width: 100%;
    height: 350px;
    background-color: #94304c;
    background-image: url("../../Content/img/numbers.jpg");
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-opacity: 0.5;
}

.numberspic {
    height: 80%;
    width: auto;
    border: none;
    border-radius: 0 20px 20px 20px;
    margin: 5%;
    box-shadow: 10px 10px 10px 0 #6b0226;
}

.numbers {
    color: white;
    font-size: 45px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: normal;
    font-style: normal;
}

.numbersall {
    color: #bbc0d6;
    font-size: 18px;
    font-family: 'PoppinsLatin-Medium';
    width: 200px;
    padding: 20px;
    margin: 10px;
    border: solid 1px white;
    border-radius: 20px;
}

.micon1 {
    width: 25%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 22px;
}

a:hover {
    text-decoration: underline;
    color: #56011e;
}

.micon2 {
    width: 25%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 22px;
}

.micon3 {
    width: 25%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 22px;
}

.micon4 {
    width: 25%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 22px;
}

.miconpic {
    width: 100%;
}

.service_area {
    background: #F5FBFF;
    /*  width: 100%;
    height: 600px;*/
    overflow: hidden;
}

h1 {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 42px;
    margin-top: 70px;
    width: 100%;
}

.servicebox {
    width: 100%;
}

.serviceslidebox {
    width: 1000px;
    height: 100%;
}

.valuearrows {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: -700px;
    position: absolute;
    pointer-events: none;
}

.valuesildebox {
    width: 100%;
    height: 600px;
}

.valuebottom {
    width: 100%;
    height: 600px;
    z-index: 3000;
}

.valueslide {
    width: 360px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.valuetext {
    height: 120px;
    width: 100%;
    color: #333;
    font-size: 22px;
    text-decoration: none;
}

.valueslide1 {
    background-image: url("../../Content/img/va_super_fast.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide2 {
    background-image: url("../../Content/img/va_networking.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide3 {
    background-image: url("../../Content/img/va_smart_packaging.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide4 {
    background-image: url("../../Content/img/va_customs_brokerage.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide5 {
    background-image: url("../../Content/img/va_tracking.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide6 {
    background-image: url("../../Content/img/va_4pl.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide7 {
    background-image: url("../../Content/img/va_financial.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueslide8 {
    background-image: url("../../Content/img/va_supply_chain.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: 1s ease-out;
}

.valueactive {
    left: 0 !important;
    z-index: 3000 !important;
}

.valuequeue {
    left: 360px;
    z-index: 500 !important;
}

.valuedeactive {
    left: -360px;
    z-index: -1 !important;
}

.valuehide {
    display: none;
    visibility: hidden;
    left: 360px;
}



.valuesarrows {
    width: 1000px;
    height: 30px;
    pointer-events: none;
}


/*.worldbox {
    width: 100%;
    height: 300px;
    background-image: url("../../Content/img/world_map.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-opacity:0.5;
}




*/

.callus {
    background: #F5FBFF;
    width: 100%;
    height: 300px;
}

.majazi {
    width: 50%;
    height: 100%;
    margin-left: 5%;
}

.address {
    height: 100%;
    width: 15%;
    color: #78828a;
    line-height: 30px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 15px;
}

.callphone {
    height: 100%;
    width: 15%;
    color: #78828a;
    line-height: 30px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 15px;
}

.majazilinks {
    padding: 15px;
    margin-top: 17px;
}

.mlink {
    padding: 2px;
    height: 40px;
    width: 40px;
}

.mlinkimg {
    width: fit-content;
    height: fit-content;
}

.mlinkimglang {
    transition: 2s;
    pointer-events: all;
}

.majazibox {
    width: 100%;
    height: 200px;
}

.majazicons {
    width: 60%;
    height: 150px;
    margin-top: 100px;
}

.calltit {
    font-size: 22px;
    line-height: 30px;
    color: #bbc0d6;
}

.titicon {
    padding-right: 10px;
}

.footerbox {
    width: 100%;
    /*height: 600px;*/
    background: #94304c;
    padding-bottom: 50px;
    margin-top: 50px;
}

.footer {
    width: 70%;
    /*height: 500px;*/
    margin-top: 50px;
}

.footers {
    width: 25%;
    height: fit-content;
    color: #333;
    font-size: 15px;
    padding: 3%;
}

.footcontact {
    width: 30vw;
}

.emails {
    width: 100%;
    height: 50%;
    padding: 10px;
}

.tamas {
    height: 50%;
}

.tamascol {
    width: 100%;
    height: 100% !important;
    margin-right: 2%;
}

.alttit {
    font-size: 15px;
    color: #bbc0d6;
}

hr {
    width: 100%;
    left: 0;
    background-color: #78828a;
}

.footertit {
    font-size: 22px;
    height: 90px;
    line-height: 30px;
    color: #bbc0d6;
}

.footerlinks {
    width: 90%;
    text-decoration: none;
    line-height: 40px;
    color: white;
}

.linkspm {
    text-decoration: none;
    vertical-align: middle;
    color: white;
    line-height: 30px;
}

.linkspm2 {
    text-decoration: none;
    vertical-align: middle;
    color: white;
    line-height: 30px;
}

.redlink {
    text-decoration: none;
    color: #bbc0d6;
    position: inherit;
}

.copybox {
    width: 100%;
    height: fit-content;
    background: #94304c;
}

.copyhr {
    width: 70%;
}

.copyright {
    width: 300px;
    text-align: center;
    font-family: 'PoppinsLatin-Medium';
    color: white;
    line-height: 30px;
    margin-top: 10px;
    font-size: 15px;
    background: #94304c;
}


/*////////////////////////////////////////////////
///////////////////other pages////////////////////
////////////////////////////////////////////////*/
.air-shipment-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/banner/slide1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.fourpl-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_4pl.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.cargo-path-tracking-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_tracking.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.contact-us-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/contact-us-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.customs-brokerage-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_customs_brokerage.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.customs-release-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_super_fast.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.financial-services-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_financial.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.ground-shipment-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image: url("../../Content/img/ground-shipment-header.jpg");*/
    background-image: url("../../Content/img/banner/slide2.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.msc-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_supply_chain.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.networking-services-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_networking.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.specialsrv-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_4pl.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}


.news-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image:url("../../Content/img/news-header.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.ocean-shipment-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/banner/slide3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.particial-description-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/vaparticial-description-header.jpg");
    background-position: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.project-logistics-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image: url("../../Content/img/project-logistics-header.jpg");*/
    /*background-image: url("../../Content/img/ground-shipment-header.jpg");*/
    background-image: url("../../Content/img/banner/slide4.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.quote-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image:url("../../Content/img/quote-header.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.smart-packaging-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    background-image: url("../../Content/img/va_smart_packaging.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.testimonials-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image:url("../../Content/img/testimonials-header.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

p {
    line-height: 25px;
}

.why-us-header {
    width: 100%;
    height: 70vh;
    background: #c8c8c8;
    /*background-image:url("../../Content/img/why-us-header.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.textmainbox {
    width: 100%;
    height: inherit;
}

.textbox {
    width: 70%;
    height: inherit;
    padding: 15px;
    padding-top: 70px;
    padding-bottom: 170px;
}

.qoutebox {
    width: 500px;
    height: inherit;
    padding: 15px;
    padding-top: 70px;
    padding-bottom: 170px;
}

.maintit {
    font-size: 40px;
    color: #333;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.maintext {
    width: 100%;
    font-family: 'PoppinsLatin-Light';
    color: #333;
    line-height: 30px;
    margin-top: 10px;
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    justify-content: flex-end;
}

.contactbox {
    width: 100%;
    height: fit-content;
}

.contact2 {
    width: 50vw;
    padding: 5%;
    overflow: hidden;
}

.contact {
    width: 1000px;
    background: #94304c;
    color: white;
}

.addresscontact {
    width: fit-content;
    padding: 6%;
    color: white;
}

.phonecontact {
    width: fit-content;
    padding: 6%;
    color: white;
}

.mailcontact {
    width: fit-content;
    padding: 6%;
    color: white;
}

.contactstitr {
    color: #bbc0d6;
    height: 50px;
}

.map {
    width: 80%;
}

.contactpicenew {
    width: 250px !important;
    height: 130px;
    padding: 15px;
    margin: 5px;
    border: solid 1px #94304c;
    border-radius: 20px;
    background: #94304c;
    overflow: hidden;
}

.contactpicenew2 {
    width: 365px !important;
    height: 145px;
    margin: 5px;
    /* border:solid 1px #901841;*/
    border-radius: 20px;
    background: #94304c;
}

.contactpiceinner {
    background: white;
    border: none;
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 80%;
    margin-left: 10px;
}

.contactpiceinner2 {
    background: white;
    border: none;
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 80%;
    margin-left: 0px;
}

.contacttit {
    font-size: 25px;
    margin-left: 10px;
    color: white;
    width: 100px;
}

.contacttit2 {
    font-size: 25px;
    margin-left: 10px;
    color: white;
}

.contactinfo {
    line-height: 27px;
    margin-top: 10px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #23527c;
}

.contactinfotel {
    line-height: 27px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: white;
}

.contactinfolink {
    color: white;
    text-decoration: none;
    height: 27px;
}

.conpic {
    width: 30px;
    height: auto;
}







.servicepagebox {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.servicepage {
    width: 70vw;
}

.srvpagetit {
    width: 15.5vw;
    height: 10vw;
    font-family: 'PoppinsLatin-Light';
    color: #333;
    line-height: 30px;
    pointer-events: all;
    margin: 1vw;
    cursor: pointer;
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    justify-content: flex-end;
    background: #94304c;
    overflow: hidden !important;
    transition: 1s;
}

.srvpagetit2 {
    width: 21.3vw;
    height: 15vw;
    font-family: 'PoppinsLatin-Light';
    color: #333;
    line-height: 30px;
    pointer-events: all;
    cursor: pointer;
    margin: 1vw;
    transition: 1s;
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    justify-content: flex-end;
    background: #94304c;
    overflow: hidden !important;
}

.serh {
    font-family: 'PoppinsLatin-Light';
    display: block;
    font-size: 1em;
    /*  margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    letter-spacing: 0.05em;
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
    color: white;
    z-index: 100;
    height: 5vw;
}

.serh2 {
    font-family: 'PoppinsLatin-Light';
    display: block;
    font-size: 1.4em;
    /*  margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    letter-spacing: 0.05em;
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
    color: white;
    z-index: 100;
    height: 7.5vw;
}

hr {
    width: 100%;
    left: 0;
    background-color: #78828a;
}

.srvpageimg {
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.4;
    width: 15.5vw;
    height: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
}

.srvpageimgsecond {
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.5;
    width: 21.3vw;
    height: 15vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
}

.srvpageimg1 {
    background-image: url("../../Content/img/global_supply.jpg");
}

.srvpageimg2 {
    background-image: url("../../Content/img/scc.jpg");
}

.srvpageimg3 {
    background-image: url("../../Content/img/vmware_modern_network.jpg");
}

.srvpageimg4 {
    background-image: url("../../Content/img/pack.jpg");
}

.srvpageimg5 {
    background-image: url("../../Content/img/customs.jpg");
}

.srvpageimg6 {
    background-image: url("../../Content/img/Cargo-Tracking2.jpg");
}

.srvpageimg7 {
    background-image: url("../../Content/img/03-5.jpg");
}

.srvpageimg8 {
    background-image: url("../../Content/img/international_finance_law_attorney_banner.jpg");
}

.srvpageimgsec1 {
    background-image: url("../../Content/img/chemistry-beakers_101d7b8599.jpg");
}

.srvpageimgsec2 {
    background-image: url("../../Content/img/AdobeStock_98303431.jpeg");
}

.srvpageimgsec3 {
    background-image: url("../../Content/img/automotive-industry.jpg");
}

.srvpageimgsec4 {
    background-image: url("../../Content/img/medium_tire_gd7baef5b9_1280_93c521daf8.jpg");
}

.srvpageimgsec5 {
    background-image: url("../../Content/img/industrial-and-consumer-goods-markets.jpg");
}

.srvpageimgsec6 {
    background-image: url("../../Content/img/gida-2201.jpg");
}

.servicon {
    width: 20%;
    z-index: 100;
    margin-top: 1vw;
    height: 5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.servvicon {
    width: 20%;
    z-index: 100;
    margin-top: 3vw;
    height: 7.5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.servicon1 {
    background-image: url("../../Content/img/servicon1.png");
}

.servicon2 {
    background-image: url("../../Content/img/servicon2.png");
}

.servicon3 {
    background-image: url("../../Content/img/servicon3.png");
}

.servicon4 {
    background-image: url("../../Content/img/servicon4.png");
}

.servicon5 {
    background-image: url("../../Content/img/servicon5.png");
}

.servicon6 {
    background-image: url("../../Content/img/servicon6.png");
}

.servicon7 {
    background-image: url("../../Content/img/servicon7.png");
}

.servicon8 {
    background-image: url("../../Content/img/servicon8.png");
}

.servvicon1 {
    background-image: url("../../Content/img/servvicon1.png");
}

.servvicon2 {
    background-image: url("../../Content/img/servvicon2.png");
}

.servvicon3 {
    background-image: url("../../Content/img/servvicon3.png");
}

.servvicon4 {
    background-image: url("../../Content/img/servvicon4.png");
}

.servvicon5 {
    background-image: url("../../Content/img/servvicon5.png");
}

.servvicon6 {
    background-image: url("../../Content/img/servvicon6.png");
}

.popupbox {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.90);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: 1s;
}

.popupinnerbox {
    width: 40%;
    height: 100%;
}

.popuptext {
    width: fit-content;
    height: fit-content;
    font-family: 'PoppinsLatin-Light';
    font-size: 17px;
    line-height: 30px;
    color: white;
    justify-content: flex-start;
    text-align: justify;
}

#popuptext1, #popuptext2, #popuptext3, #popuptext4, #popuptext5, #popuptext6, #popuptext7, #popuptext8, #popuptext21, #popuptext22, #popuptext23, #popuptext24, #popuptext25, #popuptext26 {
    display: none;
}

.okbut {
    padding: 10px 30px;
    color: white;
    font-family: 'PoppinsLatin-Medium';
    font-size: 17px;
    background: #94304c;
    border-radius: 5px;
    margin-top: 50px;
    cursor: pointer;
    height: 50px;
    width: 150px;
    text-align-last: center;
}

    .okbut:hover {
        background: #761933;
    }