/*Home page*/

body {
    color: #000;
    background: #F5F5F5;
}

.main-content {
    font-size: 16px;
    line-height: 26px;
    color: black;
}

.nav .nav-item {
    position: relative;
}

.nav.nav-pills .nav-link:hover::after {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.av-container {
    font-size: 16px;
    line-height: 26px;
}

.av-container h1 {
    letter-spacing: 0.01em;
}

.tell-us p {
    color: rgba(0, 0, 0, 0.8);
}

.tell-us-form .btn {
    max-width: 100%;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.dropdown-toggle::after {
    background-image: url(../images/expand_circle_down.svg);
    width: 38px;
    height: 37px;
    border: 0;
    right: 20px;
    position: absolute;
}


.b-box p {
    margin-bottom: 0;
    color: #0C327D;
}



@media (min-width: 768px) {
  
}

@media (min-width: 992px) {
   
}

.service-box {
    text-align: center;
}

.service-box p {
    margin-top: 1rem;
}
.service-box span img {
    height: 40px;
}
.service-box span {
    background: rgba(84, 84, 84, 0.2);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.filter-blue path {
    fill: red;
}

.legecy-box {
    position: relative;
    min-height: 270px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}

.legecy-box .bg-image {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.legecy-content {
    color: #ffffff;
    z-index: 1;
}

.legecy-content span {
    font-size: 96px;
    display: block;
    line-height: 1.1;
}

.blog-card h5 {
    font-size: 26px;
    line-height: 36px;
    display: -webkit-box;
    padding-right: 5%;
    
}

.blog-card .blog-time {
    font-size: 14px;
    line-height: 18px;
}

.blog-card p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p br {
    display: none;
}


/*# About us page start */

.pages-banner {
   
}

.about-content p {
    margin-bottom: 2rem;
}
.about-content p:last-child{
    margin-bottom: 0;
}
.management-box .card-body .card-title {
    color: #000000;
}

.management-box .card-body .card-text {
    color: #000000;
}

.globe-employee {
    height: 300px;
    background: radial-gradient(circle at 47% 22%, rgb(12, 50, 125) 35%, rgb(12, 50, 125, 0.1) 95.2%), url(../images/employee-01.png) right, url(../images/employee-02.png);
    background-repeat: no-repeat;
    background-color: #0C327D;
    background-size: contain;
}

.globe-count span {
    font-size: 94px;
    line-height: 122px;
    color: #A2C1FF;
}

.globe-count p {
    font-size: 44px;
    line-height: 57px;
    color: #F5F5F5;
}


/*# News page start */

.news-banner {
    background-image: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.2) 67.2%), url(../images/news-banner.jpg);
}

.blog-detail h1 {
    color: #1B1B1B;
    font-size: 48px;
    text-transform: none;
    margin-bottom: 1.5rem;
}

.blog-detail .blog-card p {
    font-size: 18px;
    color: #1B1B1B;
    margin-bottom: 2rem;
}

.blog-detail h5 {
    font-size: 24px;
}

.blog-detail p {
    font-size: 16px;
}


/*# Network page start */

.scrollspy-example {
    overflow: auto;
}

.network-wrappper {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.network-wrappper h4:first-child {
    margin-top: 0;
}

.network-wrappper h4 {
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.network-wrappper p {
    margin-bottom: 2rem;
}

.network-wrappper ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.network-wrappper ul li {
    padding-left: 23px;
    position: relative;
    padding-bottom: 16px;
}

.network-wrappper ul li::before {
    content: '';
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #0C327D;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 9px;
}

.country-address address {
    margin-top: 1.5rem;
}

.country-address label {
    font-size: 14px;
    text-transform: uppercase;
}

.download-links .bi-download {
    font-size: 22px;
    margin-right: 15px;
}

.download-links .btn {
    margin-bottom: 15px;
}

.other-office h4 {
    text-transform: none;
}


/*Left tabbing stylesheet*/

.left-tabbing {
    background: #0C327D;
    padding-top: 6rem;
}

.left-tabbing h2 {
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #F5F5F5;
    text-align: left;
    font-size: 32px;
    padding-left: 54px;
}

.left-tabbing .list-group-item {
    background: none;
    border: 1px solid #0C327D;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #F5F5F5;
    padding: 15px;
    display: flex;
    border-radius: 0;
    align-items: center;
}

.left-tabbing .list-group-item.active,
.left-tabbing .list-group-item:hover {
    background: #214CA0;
    border: 1px solid #5785DF;
    margin: inherit;
}

.left-tabbing .flag-logo {
    margin-right: 10px;
}


/*Services page start*/

.freight-list li strong {
    font-size: 22px;
    display: contents;
}

.freight-list li {
    margin-bottom: 1rem;
}

.logistics-block {
    width: 100%;
}

.logistics-block .legecy-content span {
    font-size: 40px;
}

.logistics-block .legecy-box {
    min-height: 278px;
}

/* default form */
.form-default .form-control, .form-default .form-select {
    height: 60px;
    background-color: #F2F2F2;
    border-radius: 10px;
    border: 0px none;
    color: #818181;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-default .form-textarea{
    padding-top: 20px;
    height: auto;
    resize: none;
    min-height: 144px;
}
.textarea-div{
    border-radius: 20px;
}
p.info {
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #ABABAB;
    color: #818181;
    margin: 0 30px;  ;
}
.div-sep{
    height: 1px;
    background-color: #ABABAB;

}
.form-default input[type=submit], .form-default .btn-blue{
    min-width: 158px;
    color: #fff;
    background: #0C327D;
    height: 45px;
}
.form-default input[type=submit]:hover, .form-default .btn-blue:hover{
    background-color: #0a58ca;
}
.bg-light-low{
    background: #f2f2f2 !IMPORTANT;
}

/* contact */
.contact-us .address{
    padding-left: 50px;
    display: flex;
    align-items: stretch;
}
.contact-us .address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-us .address ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.contact-us .address ul li span {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-us .address ul li a{
    color:#0C327D ;
    text-decoration: underline;
}
.contact-us {
    background-repeat: no-repeat;
    position: relative;
}
.contact-us  .bg{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.contact-us  .bg img {
    height: 100%;
}


