@font-face {
    font-family: GothamBook;
    src: url("../fonts/Gotham Book Regular.otf");
}

body {
    font-family: "GothamBook";
}

a {
    color: #00a4e6;;
}

h1.page-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #173c81;
    margin-bottom: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    line-height: 34px;
}

h2 {
    font-size: 30px;
    color: #173c81;
    margin-bottom: 18px;
}

h4 {
    font-size: 22px;
    color: #00a4e6;
    margin-bottom: 30px;
}

header.blog-header {
    padding-bottom: 0;
}

#top-right div {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

#top-right div:first-of-type {
    margin-top: 30px;
}

#top-right div#phone {
    display: block;
    color: #00a4e6;
    font-size: 26px;
    line-height: 30px;
}

#top-right div#phone img {
    margin-top: -5px;
    margin-right: 5px;
}


.nav-scroller ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 5px;
    padding-right: 0px;
    margin: 0 15px;
    text-transform: uppercase;
    border-bottom: 3px solid #ffffff;
}

.nav-scroller ul li a:hover,
.nav-scroller ul li a.active {
    border-bottom: 3px solid #00a4e6;
}

.swiper-container {
    max-height: 778px;
    min-width: auto;
    overflow: hidden;
}

.carousel .carousel-item,
.swiper-wrapper .swiper-slide {
    max-height: 778px;
    min-width: auto;
    overflow: hidden;
}

#myCarousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

#customer-login-wrapper {
    background: #173c81;
    color: #ffffff;
    margin: 13px 0;
    text-align: center;
    padding: 13px 0;
}

#customer-login-wrapper h3 {
    margin-bottom: 0;
}

#customer-login-wrapper h3 a {
    color: #ffffff;
}

#customer-login-wrapper h3 a:hover {
    text-decoration: none;
}

#mission-text {
    margin: 40px auto;
}

#mission-text h3 {
    font-size: 28px;
    color: #173c81;
    line-height: 40px;
}

#mission-text .more-link a {
    font-size: 18px;
    color: #00a4e6;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 0;
}

#mission-text .more-link a:hover {
    color: #00a4e6;
    text-decoration: none;
}

#supply-model-wrapper {
    background: #173c81;
    color: #ffffff;
    margin: 15px 0;
    text-align: center;
    padding: 25px 0;
}

#supply-model-wrapper h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0 0;
}

#supply-model-wrapper img {
    transition: transform .5s; /* Animation */
    cursor: pointer;
}

#supply-model-wrapper img:hover {
    transform: scale(1.3);
}

#footer-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer-menu {
    margin-top: 25px;
}

#footer-menu ul li {
    position: relative;
}

#footer-menu ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 1;
    padding: 10px 0 5px;
    padding-right: 0px;
    margin: 0 20px;
    margin-right: 20px;
    text-transform: uppercase;
    display: block;
}

#footer-menu ul li a img {
    visibility: hidden;
    position: absolute;
    left: -55px;
}

#footer-menu ul li a:hover img,
#footer-menu ul li a.active img {
    visibility: visible;
}

#contact-details-wrapper {
    margin-top: 25px;
}

#contact-details-wrapper p {
    color: #000000;
    font-size: 18px;
    line-height: 34px;
}

#contact-details-wrapper p a {
    color: #000000;
}

#contact-details-wrapper p span {
    color: #00a4e6;
}

#copyright-wrapper {
    padding: 50px 0;
    color: #000000;
    font-size: 14px;
}

#copyright-wrapper a {
    color: #000000;
    font-size: 14px;
    padding-left: 46px;
}

#copyright-wrapper a.active,
#copyright-wrapper a:hover {
    color: #00a4e6;
}

#carouselExampleIndicators .carousel-item.active img {
    cursor: auto;
}

.carousel-caption {
    height: auto;
    width: 255px;
    position: absolute;
    right: auto;
    top: 25%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 35px;
    padding-right: 35px;
    font-size: 22px;
    line-height: 34px;
}

.carousel-caption p {
    margin-bottom: 0;
    color: #fff;
}

.carousel-caption2 {
    position: absolute;
    right: 15%;
    bottom: 135px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    display: none;
}

.carousel-caption2 h5 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3), 2px 2px 2px rgba(206,89,55,0);
}

.carousel-indicators li {
    background: url("../images/non-active-bullet.png") no-repeat;
    background-color: transparent;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-indicators .active {
    background: url("../images/active-bullet.png") no-repeat;
    background-color: transparent;
}

#content-wrapper {
    border-top: 27px solid #173c81;
    padding-top: 60px;
}

.fa-caret-right {
    color: #173c81;
}

.light-blue {
    color: #00a4e6;
}

ul.list-unstyled.light-blue li {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

#our-supply-model img {
    margin-bottom: 15px;
}

.terms-and-conditions p,
.privacy-policy p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.terms-and-conditions h2,
.privacy-policy h2 {
    margin-top: 50px;
}

.privacy-policy h1.page-title {
    margin-top: 0;
}

.terms-and-conditions h3 {
    font-size: 26px;
}

.privacy-policy h4 {
    margin-bottom: 5px;
}

#contactForm label {
    font-size: 20px;
    line-height: 24px;
}

.form-control.error {
    border: 1px solid red;
}

#contactForm label.error {
    font-size: 12px;
    color: red;
}

.btn-primary {
    color: #fff;
    background-color: #173c81;
    border-color: #173c81;
    border-radius: 0;
}

#login-form-wrapper {
    border: 4px solid #173c81;
    margin-bottom: 50px;
}

#login-form-wrapper h3 {
    margin-left: -15px;
    padding: 10px;
    background: #173c81;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-right: -15px;
}

#login-form-wrapper h3 img {
    margin-right: 50px;
}

#login-form {
    margin-top: 27px;
}

#login-form .btn.btn-primary {
    text-transform: uppercase;
    font-size: 18px;
    width: 147px;
}

.table.blue-table {
    border: 2px solid #173c81;
}

.table.blue-table td,
.table.blue-table th {
    border: 2px solid #173c81;
}

.table.blue-table #top-row {
    background: #173c81;
    color: #ffffff;
}

.table.blue-table #top-row {
    background: #173c81;
    color: #ffffff;
}

.table.blue-table #bottom-row th {
    font-size: 14px;
    background: rgb(152, 152, 152);
    border: none;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.table.blue-table #bottom-row th a {
    color: #000;
    display: block;
    padding: 10px 15px;
}

.table.blue-table #bottom-row th a:hover,
.table.blue-table #bottom-row th a.active {
    text-decoration: none;
    background: #DAD35F;
    color: #000;
}

.table.table-striped.inner-table th {
    background: #C0C0C0;
}

.table.table-striped.inner-table th,
.table.table-striped.inner-table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

td.blue-td {
    background: #173c81;
}

#customer-info-page .col-form-label {
    font-size: 14px;
    font-weight: bold;
}

#pdf-naming p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
}

#mobile-menu-wrapper {
    display: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*Swiper*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: background-image 1s ease-in-out;
}
.main-slider .slider-bg-position {
    background-size: cover!important;
    background-position: center center!important;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
    background-image: none!important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.main-slider h2 {
    color: #fff;
    font-size: 54px;
    line-height: 59px;
    padding: 0 19%;
    text-transform: uppercase;
}
.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.9)
}
.main-slider .swiper-pagination-bullet-active {
    background: #0297ff
}

/* Responsive Styles */
@media only screen and (max-width: 1180px) {
    #mobile-menu-wrapper {
        display: block;
    }

    #top-right div#main-menu {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .carousel-caption2 {
        bottom: 30px;
    }

    #footer-menu ul li a img {
        left: -35px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-scroller ul li a {
        font-size: 16px;
        margin-right: 0px;
    }

    .carousel-caption {
        width: 340px;
    }

    #supply-model-wrapper .offset-md-2 {
        flex: 100%;
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    #footer-menu {
        margin-top: 40px;
    }

    #contact-details-wrapper {
        margin-top: 40px;
    }

    .copyright {
        display: block;
    }

    #copyright-wrapper a {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption p {
        font-size: 16px;
        line-height: 28px;
    }

    .carousel-caption {
        width: 340px;
        padding: 20px;
    }

    .carousel-caption2 h5 {
        font-size: 26px;
    }

    #mission-text h3 {
        font-size: 20px;
        line-height: 34px;
    }

    #supply-model-wrapper .col-md-4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer-menu ul li a {
        margin-left: 74px;
    }

    #footer-menu ul li a img {
        left: 0;
    }

    #customer-info-page .col-form-label {
        text-align: left !important;
    }
}

@media only screen and (max-width: 640px) {
    #customer-login-wrapper h3 a {
        font-size: 18px;
    }

    .carousel-caption {
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .carousel-caption2 {
        display: block;
    }

}

@media only screen and (max-width: 576px) {
    .swiper-container {
        height: 535px;
        background: rgba(0, 0, 0, 0.7);
    }

    .swiper-wrapper .swiper-slide {
        height: 340px;
        overflow: visible;
    }

    .carousel-caption {
        height: 100px;
        bottom: -100px;
        width: 100%;
        display: block;
        top: auto;
        left: 0;
        right: 0;
        background: none;
    }

    .carousel-caption2 {
        left: 0;
        height: 100px;
        padding: 10px 10px 40px 10px;
        background: none;
        width: 100%;
        display: block !important;
        bottom: -200px;
        top: auto;
        right: 0;
    }

    #login-form-wrapper {
        margin-right: 15px;
        margin-left: 15px;
    }
}
