﻿/*-------------------- Jumbotron --------------------*/
@media (min-width: 992px) {
    .jumbotron {
        min-height: 650px;
    }

    .boxword {
        margin-top: 70px;
    }
}

@media (min-width: 1900px) {
    .jumbotron {
        min-height: 800px;
    }

    .boxword {
        margin-top: 110px;
    }
}
/*-------------------- End of Jumbotron --------------------*/
/*-------------------- Page Panel --------------------*/
#pagepanel {
    position: sticky;
    top: 10px;
}
#pagepanel h2 {
    font-weight: bold;
}
#pagepanel a {
    border-color: rgb(33,51,104);
    background-color: rgb(33,51,104);
    color: white;
    font-weight: bold;
}

#pagepanel a:hover {
    border-color: rgb(237,22,81);
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-size: 23px;
}
/*-------------------- End of Page Panel --------------------*/
/*-------------------- All Content --------------------*/
/* Content */
#content h1 {
    font-weight: bold;
}

#content h4 {
    font-weight: bold;
}

#content h3 {
    font-weight: bold;
}
/*-------------------- End of All Content --------------------*/
/*-------------------- All Card --------------------*/
.card:hover {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
}
/*-------------------- End of All Card --------------------*/
/*-------------------- Key Frame --------------------*/
body {
    animation: transitionIn 0.75s;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-------------------- End of Key Frame --------------------*/
/*-------------------- Header --------------------*/
/* Header */
#headerbarbg {
    background-color: rgb(33,51,104);
}

#headernavbarbg a {
    font-size: 18px;
    font-weight: bold;
    color: rgb(33,51,104);
}

    #headernavbarbg a:hover {
        color: rgb(237,22,81);
        text-decoration: underline;
    }
/*-------------------- End of Header --------------------*/
/*-------------------- Footer --------------------*/
/* Footer */
#footerbg {
    background-color: rgb(33,51,104);
}

    #footerbg h5 {
        color: white;
    }

    #footerbg p {
        color: white;
    }

    #footerbg a {
        color: white;
    }

    #footerbg i {
        color: white;
        font-size: 24px;
    }

hr.socket {
    background-color: rgb(237,22,81);
    height: 0.67rem;
}
/*-------------------- End of Footer --------------------*/
/*-------------------- Log In & Sign Up --------------------*/
#loginModal .modal-dialog {
    top: 5%;
}

#loginModal .modal-header {
    background-color: white;
}

#loginModal .toggle-btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

#loginModal .modal-body {
    background-color: none;
    border: none;
    overflow: hidden;
}

#loginModal .btnlg {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}

#loginModal .btnlg:hover {
    background-color: rgb(115,223,43);
    color: white;
}

#loginform {
    position: absolute;
    left: 0;
}

#regform {
    left: 500px;
}

#indicator {
    position: relative;
    margin-bottom: -50px;
    right: 90px;
    top: -53px;
    height: 3rem;
    max-width: 10rem;
    border-radius: 30px;
    background-color: rgba(33,51,104,0.3);
}
/*-------------------- End of Log In & Sign Up --------------------*/
/*-------------------- Home --------------------*/
#homebg {
    background-color: rgb(229,229,229);
}

/* Video Banner */
#video-bannerbg {
    background-color: rgb(229,229,229);
}

@media (min-width: 992px) {
    #video-bannerbg video {
        max-height: 840px;
    }
}

@media (min-width: 1900px) {
    #video-bannerbg video {
        max-height: 1040px;
    }
}

/* Notice Board */
.carousel-item {
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#noticeboard h1 {
    font-weight: bold;
}

#noticeboard p {
    font-weight: bold;
}

@media (min-width: 350px) and (max-width: 575.98px) {
    .carousel-item {
        height: 200px;
    }

    #noticeboard p {
        display: none;
    }
}

@media (min-width: 992px) {
    .carousel-item {
        height: 600px;
    }

    .banner1 {
        padding-bottom: 100px;
    }

    .banner2, .banner3, .banner4 {
        padding-bottom: 180px;
    }

    #noticeboard h1 {
        font-size: 50px;
    }

    #noticeboard hr {
        background-color: rgb(237,22,81);
        height: 0.3rem;
    }

    #noticeboard p {
        font-size: 25px;
    }
}

@media (min-width: 1900px) {
    .carousel-item {
        height: 720px;
    }

    .banner1 {
        padding-bottom: 100px;
    }

    .banner2, .banner3, .banner4 {
        padding-bottom: 230px;
    }

    #noticeboard h1 {
        font-size: 60px;
    }

    #noticeboard hr {
        background-color: rgb(237,22,81);
        height: 0.3rem;
    }

    #noticeboard p {
        font-size: 30px;
    }

    #ournetworkheading h1{
        font-size:55px;
    }
}



/* Get A Quote & Tracking & Login */
#gtlbg button {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}

    #gtlbg button:hover {
        background-color: rgb(115,223,43);
        color: white;
    }

#gtlbg h1 {
    font-weight: bold;
}

textarea {
    min-height: 230px;
}

/* Get Started */
#getstarted {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/IMG_6070_2192x1113.jpg);
    background-size: cover;
    color: white;
}

@media (min-width: 992px) {
    #getstarted {
        min-height: 800px;
    }

    #box1 {
        margin-left: 45px;
        padding-top: 55px;
    }
}

@media (min-width: 1900px) {
    #getstarted {
        min-height: 980px;
    }

    #box1 {
        margin-left: 85px;
        padding-top: 95px;
    }
}

.header1 {
    color: rgb(33,51,104);
}

.header2 {
    color: rgb(237,22,81);
}

#getstarted i {
    font-size: 100px;
    color: rgba(0,0,0,0.8);
    position: relative;
    top: -52%;
    cursor: pointer;
}

    #getstarted i:hover {
        opacity: 1;
    }

#getstarted video {
    width: 200%;
}

#getstarted .modal-content {
    background-color: transparent;
    border: none;
}

#getstarted button {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}

    #getstarted button:hover {
        background-color: rgb(115,223,43);
        color: white;
    }

#getstarted h1 {
    font-weight: bold;
}

@media (min-width: 350px) {
    #getstarted h1 {
        font-size: 60px;
    }

    #getstarted p {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    #getstarted h1 {
        font-size: 80px;
    }

    #getstarted p {
        font-size: 25px;
    }
}

/* Ignore
#getstarted i{
	font-size: 100px;
	color: rgba(0,0,0,0.8);
	position: relative;
	top: -52%;
	cursor: pointer;
}

#getstarted i:hover{
	opacity: 1;
}

#getstarted video{
	width: 200%;
}

#getstarted .modal-content{
	background-color: transparent;
	border: none;
}

#exampleModalVideo .modal-body{
	background-color: none;
	border: none;
} */

/* Introduction */
@media (min-width: 350px) {
    .header3 {
        font-weight: bold;
        font-size: 60px;
        color: rgb(33,51,104);
    }

    .header4 {
        font-size: 25px;
        color: rgb(237,22,81);
    }
}

@media (min-width: 992px) {
    .header3 {
        font-weight: bold;
        font-size: 80px;
        color: rgb(33,51,104);
    }

    .header4 {
        font-size: 30px;
        color: rgb(237,22,81);
    }
}

/* Ignore
.inner{
	overflow: hidden;
}

.inner img{
	transition: all 1.5s ease;
}

.inner:hover img{
	transform: scale(1.5);
} */

#introduction h5 {
    font-weight: bold;
}

#introduction button {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}

    #introduction button:hover {
        background-color: rgb(115,223,43);
        color: white;
    }

/* NumberChart */
#numberchart h1 {
    font-weight: bold;
}

#numberchart p {
    font-weight: bold;
    font-size: 24px;
}

@media (min-width: 350px) {
    #numberchart i {
        font-size: 130px;
    }
}

@media (min-width: 992px) {
    #numberchart i {
        font-size: 150px;
    }
}
/*-------------------- End of Home --------------------*/
/*-------------------- About Us --------------------*/
#aboutusbg {
    background-color: rgb(229,229,229);
}
/* Heading */
.img-aboutusbgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/IMG_6154.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#aboutusheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#aboutusheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of About Us --------------------*/
/*-------------------- Our Expertise --------------------*/
#ourexpertisebg {
    background-color: rgb(229,229,229);
}

.img-ourexpertisebgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/IMG_6191_4668x2253.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#ourexpertiseheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#ourexpertiseheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of Our Expertise --------------------*/
/*-------------------- Our Network --------------------*/
#ournetworkbg {
    background-color: rgb(229,229,229);
}

.img-ournetworkbgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/airport1752x868.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#ournetworkheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#ournetworkheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of Our Network --------------------*/
/*-------------------- Shipping Guide --------------------*/
#shippingguidebg {
    background-color: rgb(229,229,229);
}

.img-shippingguidebgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/packhelp-V3YnFyZSG5Q-unsplash.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#shippingguideheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#shippingguideheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of Shipping Guide --------------------*/
/*-------------------- Contact Us --------------------*/
#contactusbg {
    background-color: rgb(229,229,229);
}

.img-contactusbgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/turned-on-black-iphone-7-displaying-hello-1275929_2868x1600y.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#contactusheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#contactusheading p {
    font-weight: bold;
    font-size: 32px;
}

.cotentBtn {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}
    .cotentBtn:hover {
        background-color: rgb(115,223,43);
        color: white;
    }

#content button {
    border-color: rgb(33,51,104);
    border-width: 0.25em;
    border-radius: 3em;
    background-color: rgb(237,22,81);
    color: white;
    font-family: "arial black", gadget, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}

#content button:hover {
    background-color: rgb(115,223,43);
    color: white;
}
/*-------------------- End of Contact Us --------------------*/
/*-------------------- News --------------------*/
#newsbg {
    background-color: rgb(229,229,229);
}

.img-newsbgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/absolutvision-WYd_PkCa1BY-unsplash.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#newsheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#newsheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of News --------------------*/
/*-------------------- Tracking --------------------*/
#trackingbg {
    background-color: rgb(229,229,229);
}

.img-trackingbgp {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/Resource/en/img/cssimg/34730.jpg);
    background-size: cover;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
}

#trackingheading h1 {
    font-weight: bold;
    font-size: 80px;
}

#trackingheading p {
    font-weight: bold;
    font-size: 32px;
}
/*-------------------- End of Tracking --------------------*/
/*-------------------- Privacy Policy + Terms & Conditions --------------------*/
#privacypolicybg {
    background-color: rgb(229,229,229);
}

#tandcbg {
    background-color: rgb(229,229,229);
}
/*-------------------- End of Privacy Policy + Terms & Conditions --------------------*/



@media screen and (max-width: 800px) {
    #ournetworkheading h1 {
        font-size: 55px;
    }

    #ournetworkheading p {
        font-size: 28px;
    }

    #ourexpertiseheading h1{
        font-size:55px;
    }

    #ourexpertiseheading p {
        font-size: 28px;
    }

    #aboutusheading h1{
        font-size: 55px;
    }
    #aboutusheading p{
        font-size: 28px;
    }

    #shippingguideheading h1{
        font-size: 55px;
    }
    #shippingguideheading p {
        font-size: 28px;
    }

    #contactusheading h1 {
        font-size: 55px;
    }
    #contactusheading p {
        font-size: 28px;
    }

    #newsheading h1{
        font-size: 55px;
    }
    #newsheading p{
        font-size: 28px;
    }

    #trackingheading h1 {
        font-size: 55px;
    }

    #trackingheading p {
        font-size: 28px;
    }
}