@media (min-width: 992px){
    .container,
    .container-xl,
    .container-xxl {
        padding: 0 40px;
    }
   
}

@media (min-width: 1200px){
    .container,
    .container-xl,
    .container-xxl {
        padding: 0 60px;
    }
}



@media (min-width: 1400px) {
    .container,
    .container-xl,
    .container-xxl {
        max-width: 1920px;
        padding: 0 100px;
    }
    .main-content .fl-row-fixed-width {
        max-width: 1840px;
        padding: 0 60px;
    }
}


/*Toggle menu*/

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


/*toggle menu end*/

h1,
.title,
h2 {
    font-size: 42px;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.text-xl {
    font-size: 64px;
}

.text-sm {
    font-size: 16px;
}

.text-large {
    font-size: 42px;
    line-height: 55px;
}

.bg-black {
    background: #1B1C1D;
}

.bg-blue {
    background: #0C327D;
}

.bg-gray {
    background: #ECECEC
}

.black-color {
    color: #000000
}

.blue-color {
    color: #0C327D;
}

.btn {
    font-size: 16px;
    line-height: 27px;
    max-width: 360px;
    min-height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 240px;
}

#arrow-right {
    margin-right: 15px;
}

.btn:hover #arrow-right path {
    fill: #fff;
}

.arrow-right:before {
    display: flex;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/subdirectory_arrow_right.svg);
    background-repeat: no-repeat;
    left: 0;
    background-position: 16% center;
    pointer-events: none;
}

.arrow-btn {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-decoration: none;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.arrow-btn::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 15 18'%3E%3Cpath d='M9 17.5L7.6 16.075L11.175 12.5H0V0.5H2V10.5H11.175L7.575 6.9L9 5.475L15 11.5L9 17.5Z'/%3E%3C/svg%3E");
    background-color: #0C327D;
    width: 36px;
    height: 36px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    background-position: center;
    border-radius: 100%;
    background-size: 40%;
}

.arrow-btn span {
    margin-left: 3rem;
}

.btn-primary {
    background-color: #0C327D;
    border-color: #0C327D;
}

.btn-secondary {
    background: #FFFFFF;
    border: 1px solid #0C327D;
    color: rgba(12, 50, 125, 1);
}

.btn-secondary:hover {
    background: #0C327D;
    color: #ffffff;
}

.nav-link {
    color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0C327D;
}

.nav-pills .nav-link.active:hover {
    background: #000000!important;
    color: #ffffff;
}

.ptb-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.slick-prev,
.slick-next {
    font-size: 0;
    border: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 100%;
    top: 48px;
    background: #0C327D;
    z-index: 1;
}

.slick-prev {
    left: 0;
    text-align: right;
}

.slick-next {
    right: 0;
    text-align: left;
}

.slick-next::before,
.slick-prev::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pr-slider .slick-slide img {
    display: block;
    height: 140px;
    object-fit: contain;
    width: 100%;
}

.slick-prev::before {
    transform: rotate(-135deg);
}

footer {
    color: #FFFFFF;
}

footer a:hover,
.nav-link:focus,
.nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
}

footer .quickLinks li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    color: #fff;
}

.whatsapp-icon {
    position: absolute;
    right: 0;
    top: 4rem;
    z-index: 9;
    display: none;
}

.whatsapp-icon img {
    width: 40px;
}

.address a,
.address span {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: flex-start;
}

.address svg, .address img{
    margin-right: 1.5rem;
}

.f-b-t {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.back-btn::before {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}


/*Banners*/

.canada-banner,
.singapore-banner,
.india-banner,
.uae-banner,
.iraq-banner,
.otheroffices-banner,
.shipping-banner,
.transportation-banner,
.freight-banner,
.logistics-banner,
.travel-banner {
    height: 239px;
}

.singapore-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/singapore-banner.jpg);
}

.canada-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/canada-banner.png);
}

.india-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/india-banner.jpg);
}

.uae-banner {
    background-image: radial-gradient(circle at 14% 5%, rgb(0, 0, 0) 32%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/uae-banner.jpg);
}

.iraq-banner {
    background-image: radial-gradient(circle at 14% 5%, rgb(0, 0, 0) 32%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/iraq-banner.png);
}

.otheroffices-banner {
    background-image: radial-gradient(circle at 14% 5%, rgb(0, 0, 0) 32%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/other-offices-banner.png);
}

.shipping-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/shipping-banner.png);
}

.transportation-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/transportation-banner.png);
}

.freight-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/freight-banner.png);
}

.logistics-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/logistics-banner.png);
}

.travel-banner {
    background-image: radial-gradient(circle at 8% 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0, 0.2) 102.2%), url(../images/travel-banner.png);
}

/* new */
.bg-light{
    background-color: #F5F5F5;;
}