* {
    box-sizing: border-box;
}
/**#00ccff**/
/*++++++++++++++++++++++++++++++++GRID SYSTEM++++++++++++++++++++++++++++++++*/

/**[class *= "col-"] {
    width: 100%;
    float: left;
}**/

.col-single{
    width:60%;
    float: left;
}
.abt {
    margin-top: 10px;
}

.abt img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width: 20%;
}

.track {
    margin-top: 10px;
}

.track img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 10%;
    width: 20%;
}

#track{
    width: 100%;
    float: left;
    position: absolute;
    top: 250px;
}

.tracking{
    width: 85% !important;
    height: 30px;
    font: 12px/21px Helvetica,arial,freesans,clean,sans-serif;
    padding: 8px 9px 6px;
    border: 1px solid #ecedf3;
    float: left;
}


marquee.roller {
    font-size: medium;
    color: aquamarine;
}

#contact {
    background-color: #fff;
}

.contact {
    margin-top: 10px;
}

#mainNavBar{
    width:150%;
    float:left;
}

ul.navbar-nav > li:hover{
    background: #ff0000;
}

.contact img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width: 20%;
}

.map img {
    max-width: 100%;
    height: auto;
}

h3 {
    font-weight: 400;
    line-height: 1.0;
    font-size: 18px;
    text-align: center;
    font-family: 'Alegreya', sans-serif;
}

h4 {
    padding-left: 10px;
    font-family: 'Alegreya', sans-serif;
}

p {
    padding: 5px 10px 5px 10px;
}

#featured {
    background-color: #fff;
}

#road_fright {
    margin-top: 10px;
    background-color: #FF8C00;
}

#ocean_fright {
    margin-top: 10px;
    background-color: #FF8C00;
}

#image_air img {
    margin-left: 10px;
}

#image_ocean img {
    margin-left: 10px;
}

#image_warehouse img {
    margin-left: 10px;
}

#image_road img {
    margin-left: 10px;
}

hr {
    font-weight: 600;
    background-color: #696969;
}

#logo{
    width:40%;
    float: left;
}

#logo img {
    width: 40%;
    height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

#footer img {
    width: 40%;
    height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    color: #3A3A3A;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

p.coy_brief {
    color: #62666A;
}

#partnerships {
    background-color: #ffffff;
}

#partnerships img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width: 40%;
}

#mk, #fx, #up, #dh {
    border: 1px solid #eee;
    padding: 20px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

/*Mobile [below 600px]*/
@media only screen and (min-width: 0px) {
    .container {
        margin: 0 auto;
        width: 100%;
        float: left;
    }

    .header {

    }

    #first_row {
        margin-top: 0px;
        background-color: #fff;
    }

    #icon-bar {

    }

    marquee.roller {
        font-size: medium;
        color: aquamarine;
    }

    #navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 105%;
        padding-left: 20px;
        background-color: #fff;
        z-index: 100;
    }

    #next_row {
        margin-top: 47px;
    }

    ul li a {
        color: #3a3a3a;
        text-transform: uppercase;
    }

    #bar1, #bar2, #bar3 {
        color: #428bca;
        background-color: #000;
    }

    a.login {
        padding-left: 15px;
        font-weight: bold;
        color: #fff;
    }

    a.login:hover {
        color: #47a540;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    textarea {
        height: 200px !important;
    }

    #quickLinks ul {
        list-style: none;
    }

    #quickLinks ul li {
        padding-left: 60px;
        color: #62666A;
    }

    #quickLinks ul li a {
        color: #62666A;
        text-decoration: none;
    }

    #reachUs table tr td {
        padding-left: 30;
        color: #62666A;
    }

    .reach {
        font-size: 13px;
    }

    #footer {
        background: #F2F2F2;
    }

    #main_footer {
        padding: 27px 0;
        border-top: 1px solid #a7a6a6;
        background: #F2F2F2;
    }

    .scroll-up {
        background-color: #0d263b;
        background-image: url("urn:scrapbook:download:error:https://www.westcitycapitals.com/project/images/to-top.png");
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 15px;
        display: none;
        height: 40px;
        outline: medium none;
        outline-width: medium;
        outline-style: none;
        outline-color: currentcolor;
        position: fixed;
        right: 15px;
        text-indent: -9999px;
        transition: all 0.3s ease 0s;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        width: 40px;
        z-index: 999997;
    }

    .error_msg {
        color: #F00;
    }

    .google {
        float: right;
        margin-top: 70px;
    }

}

/*+++++++Tablets*******/
@media only screen and (min-width: 600px) {

    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }

    .container {
        margin: 0 auto;
        width: 100%;
        float: left;
    }

    .header {

    }

    #first_row {

    }

}

/*++++++++Desktops++++++*/
@media only screen and (min-width: 768px) {

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .container {
        margin: 0 auto;
        width: 100%;
        float: left;
    }

    #navigation {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0px;
        width: 100%;
        background-color: #fff;
    }

    #next_row {
        margin-top: 60px;
    }

    #slide_image {
        z-index: -2px;
    }

    #first_row {
        margin-top: 2px;
        background-color: #fff;
        border-bottom: 1px solid #999;
    }

    #lang {
        color: #fff;
    }

    body {
        width: 100%;
    }

    h3.bold {
        bottom: -26px;
        color: #f6f6f6;
        font-size: 114px;
        height: 90px;
        line-height: 90px;
        position: absolute;
        z-index: -1;
        letter-spacing: normal;
        overflow: hidden;
        font-family: "Poppins", sans-serif;
    }

    #quickLinks ul {
        list-style: none;
    }

    #quickLinks ul li {
        padding-left: 95px;
        color: #62666A;
    }

    #quickLinks ul li a {
        color: #62666A;
        text-decoration: none;
    }

    #reachUs table tr td {
        padding-left: 30px;
        color: #62666A;
    }

    .reach {
        font-size: 14px;
    }

    #footer {
        background: #F2F2F2;
        padding: 10px 20px;
    }

    #main_footer {
        padding: 27px 0;
        border-top: 1px solid #a7a6a6;
        background: #F2F2F2;
        color: #333333;
    }

    .scroll-up {
        background-color: #0d263b;
        background-image: url("urn:scrapbook:download:error:https://www.westcitycapitals.com/statics/images/to-top.png");
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 15px;
        display: none;
        height: 40px;
        outline: medium none;
        outline-width: medium;
        outline-style: none;
        outline-color: currentcolor;
        position: fixed;
        right: 70px;
        text-indent: -9999px;
        transition: all 0.3s ease 0s;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        width: 40px;
        z-index: 999997;
    }

    .google {
        float: right;
        margin-top: 70px;
    }

}

@media only screen and (min-width: 150px) and (max-width: 800px){

    #logo{
        width:60%;
        float: left;
    }

    .col-single{
        width:30%;
        float: left;
        margin-top: -5px;
    }

    #track{
        width: 100%;
        float: left;
        top: 100px;
        z-index: 10;
    }

    .tracking{
        width: 65% !important;
    }

}

@media only screen and (min-width: 600px) and (max-width: 800px){

    #track{
        top: 200px;
        z-index: -1;
    }

    .tracking{
        width: 85% !important;
    }


}