@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Poppins-Black.ttf);
}

:root {
    --body: #212121;
    --blue: #2d67f6;
    --theme: #D71F28;
    --white: #ffffff;
    --gray: #646464;
    --muted: #909ea9;
    --dark: #3b4863;
    --orange: #F35C27;
    --blue-lt: #dbecff;
    --yellow-lt: #ffe9ca;
    --pink-lt: #ffe5f9;
    --green-lt: #edf9ed;
    --red-light: #ffd4d6;
    --shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;;
}

a {
    color: var(--blue);
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #090814;
    background-color: #f4f8ff;
}

main {
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-brand img {
    margin-right: 10px;
    height: 55px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
    border: 0px !important;
}

.sge-nav {
    padding: 0.513rem 0rem;
}

.sge-nav .nav-link {
    padding: .5rem 1rem !important;
    color: #090814;
    font-size: 14px;
    font-weight: 500;
}

.sge-nav .nav-link.active {
    color: var(--theme);
    font-weight: 600;
    background-color: var(--white);
}

.sge-nav .dropdown-toggle::after {
    margin-left: 8px;
    border: solid #090814;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sge-nav .dropdown-menu {
    top: 59px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.sge-nav .dropdown-menu .dropdown-item {
    padding: 0.625rem 1rem;
    font-size: 16px;
    font-weight: 500;
}

.sge-nav .dropdown-menu .dropdown-item:hover {
    color: var(--white);
    background-color: var(--theme);
}

.sge-nav .btn {
    padding: .625rem 1.5rem;
}

.main-page-header {    
    background-size: cover !important;
    position: relative;
}

.main-page-header::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52%;
    height: 100%;
    background-color: rgba(13, 5, 148, 60%);
}

.main-page-header .banner-content {
    position: relative;
    padding: 150px 0px;
    z-index: 9;
}

.main-page-header h1 {
    font-size: 48px;
    line-height: 60px;
}

.inner-page-header {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    background-size: 100% !important;
}

.inner-page-header h1 {
    font-size: 42px;
}

.inner-page-header .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.section-header small {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.section-header .lead {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
}

.inner-section {
    padding: 80px 0px;
}

footer ul li {
    padding: 10px 0px;
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--white);
    opacity: .8;
}

footer ul li .icon-bg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: 40px !important;
    background-color: var(--white);
    border-radius: 100%;
}

footer ul li .icon-bg i {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

footer hr {
    border-color: #fff;
}

.map-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map-box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.info-img {
    background-image: url(../img/map.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-highlight {
    position: relative;
    padding-left: 35px;
}

.about-highlight::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid var(--theme);
}

.founded {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.founded .years {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 1px;
    min-width: 200px;
}

.founded .years span {
    display: block;
    font-size: 140px;
    font-weight: 600;
    line-height: 154px;
    background-color: var(--theme);
    background-image: url(../img/trans-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.founded .text {
    padding-left: 35px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
    color: var(--theme);
    border-left: 5px solid #eee;
}

.partners img {
    width: 100%;
    height: 35px;
    object-fit: contain;
    filter: grayscale(100%);
}

.partners img:hover {
    filter: grayscale(0%);
}

.thumbnail-group {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-group .thumbnail {
    margin: 10px;
    padding: 0px;
    flex: 0 0 auto;
    width: calc(25% - 20px);
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
    border: 1px solid #c5c5c5;
}

.thumbnail-group .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.thumbnail-group .thumbnail:hover img {
    transform: scale(1.2);
}

.thumbnail-group .thumbnail .title {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #eebe9a;
}

.products-card .card-img-top {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.gorchpack-slider {
    height: calc(100vh - 75px); 
    overflow-y: hidden;
}

.carousel.slide .carousel-inner, .carousel.slide .carousel-item {
    height: 100%;
}

.carousel.slide .carousel-caption {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    padding: 40px;
}

.products-details figure {
    /* position: relative;
    padding-top: 50%; */
    overflow: hidden;
}

.products-details figure img {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-list {
    margin: 0px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 30px;
}

.products-list.two {
    display: grid;
    gap: 0px 40px;
    grid-template-columns: 1fr 1fr;
}



/* Helper Class Starts */

.btn {
    font-size: 14px;
    font-weight: 600 !important;
    position: relative;
    overflow: hidden;
    transition: background 400ms;
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.7);
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.btn-theme {
    color: var(--white) !important;
    background-color: var(--theme);
}

.btn-theme:hover, .btn-theme:active, .btn-theme.active, .btn-theme:focus {
    color: var(--white) !important;
    background-color: #a00d15 !important;
}

.btn-outline-theme {
    color: var(--theme);
    background-color: var(--white);
    border: 2px solid var(--theme);
}

.btn-outline-theme:hover, .btn-outline-theme:active, .btn-outline-theme.active, .btn-outline-theme:focus {
    color: var(--white) !important;
    background-color: var(--theme)!important;
}

.bg-theme {
    background-color: var(--theme) !important;
}

.bg-body {
    background-color: var(--body) !important;
}

.bg-muted {
    background-color: var(--muted);
}

.bg-blue-lt {
    background-color: var(--blue-lt);
}

.bg-yellow-lt {
    background-color: var(--yellow-lt);
}

.bg-pink-lt {
    background-color: var(--pink-lt);
}

.border {
    border: 1px solid #dee2e6;
}

.bx-shadow {
    box-shadow: var(--shadow);
}

.form-label {
    font-size: 14px;
    font-weight: 500;
}

.form-control {
    padding: .607rem 1rem;
    font-size: 16px;
    font-weight: 500;
    color: var(--body);
} 

.form-control::-ms-input-placeholder { 
    font-weight: 400;
    color: var(--muted);
}

.form-control::placeholder {
    font-weight: 400;
    color: var(--muted);
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--theme);
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.img-contain {
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}

table th {
    padding: 15px 0px !important;
    font-weight: 600;
}

table td {
    padding: 15px 5px !important;
}

.tx-theme {
    color: var(--theme) !important;
}

.tx-body {
    color: var(--body) !important;
}

.tx-dark {
    color: var(--dark) !important;
}

.tx-gray {
    color: var(--gray) !important;
}

.tx-orange {
    color: var(--orange) !important;
}

.tx-12 {
    font-size: 12px;
}

.tx-13 {
    font-size: 13px;
}

.tx-14 {
    font-size: 14px;
}

.tx-15 {
    font-size: 15px;
}

.tx-16 {
    font-size: 16px;
}

.tx-18 {
    font-size: 18px;
}

textarea {
    resize: none;
}

/* Helper Class Ends */




/* Icons Class Starts */

.icon-bg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background-color: rgba(215,31,40,.15);
}

.icon-bg i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.icon-bg img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.icon-map-pin {
    background: url(../img/map-pin.svg) no-repeat;
}

.icon-phone {
    background: url(../img/phone.svg) no-repeat;
}

.icon-mail {
    background: url(../img/mail.svg) no-repeat;
}

/* Icons Class Ends */



@media (max-width: 575.98px) { 
    .navbar-toggler {
        border: none;
        padding: 0px;
    }
    .navbar-brand {
        font-size: 20px;
        font-weight: 700;
        margin-right: auto;
        margin-left: auto;
    }
    .main-page-header h1 {
        font-size: 26px;
        text-align: center;
        line-height: 38px;
    }
    .main-page-header .lead {
        font-size: 16px;
        text-align: center;
    }
    .main-page-header::after {
        top: 5%;
        left: 2.5%;
        width: 95%;
        height: 90%;
    }
    .main-page-header .banner-content {
        padding: 30px 0px;
    }
    .thumbnail-group {
        margin: 0px;
    }
    .thumbnail-group .thumbnail {
        margin: 10px 0px 10px;
        width: 100%;
    }
    .products-list.two {
        display: block;
    }

    .gorchpack-slider {
        height: 200px;
    }

    .founded {
        flex-wrap: wrap;
    }

    .founded .text {
        margin-top: 30px;
    }
}

@media(min-width: 576px) and (max-width: 767.98px) {
    .thumbnail-group .thumbnail {
        width: calc(50% - 20px);
    }
    .main-page-header h1 {
        font-size: 36px;
        text-align: center;
        line-height: 48px;
    }
    .main-page-header .lead {
        font-size: 18px;
        text-align: center;
    }
    .main-page-header::after {
        top: 15%;
        left: 5%;
        width: 90%;
        height: 70%;
    }

    .gorchpack-slider {
        height: 350px;
    }
}

@media (max-width: 767.98px) { 
    .inner-section {
        padding: 30px 0px;
    }
    .inner-page-header {
        padding: 30px 0px;
        height: auto;
        background-size: cover !important;
    }
    .inner-page-header h1 {
        font-size: 32px;
    }
    .inner-page-header .lead {
        font-size: 16px;
    }

    table th {
        padding: 15px 10px !important;
    }
    
    table td {
        padding: 15px 10px !important;
    }
}

@media (min-width: 768px) {
    .modal-md {
        max-width: 650px;
        width: 100%;
    }
}

@media (max-width: 991.98px) {  
    .sge-nav .dropdown-menu {
        box-shadow: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-page-header h1 {
        font-size: 36px;
        text-align: center;
        line-height: 48px;
    }
    .main-page-header .lead {
        font-size: 18px;
        text-align: center;
    }
    .main-page-header::after {
        top: 15%;
        left: 5%;
        width: 90%;
        height: 70%;
    }
    .inner-page-header {
        padding: 30px 0px;
        height: auto;
        background-size: cover !important;
    }

    .gorchpack-slider {
        height: 420px;
    }


}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-page-header::after {
        width: 70%;
    }
    .map-box iframe {
        width: 468px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .inner-page-header {
        background-size: cover !important;
    }
}

/* https://preview.themeforest.net/item/expoint-courier-logistics-services-html-template/full_screen_preview/51712177 */

