@charset "utf-8";
/* CSS Document */

/* Updates January 2024 */
.header-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    box-shadow: 0px 2px 10px #0000004d;
    -webkit-transform: translateZ(0);
}
body > main {
    margin-top: 102px !important;
}

@media only screen and (max-width: 1024px) {
    .card-body {
        padding: 0.5rem;
    }
}

@media only screen and (max-width: 991px) {
    body > main {
        margin-top: 120px !important;
    }
}
@media only screen and (max-width: 767px) {
    body > main {
        margin-top: 160px !important;
    }
}

.main-sub {
    margin-top: 150px !important;
}
@media only screen and (max-width: 991px) {
    .main-sub {
        margin-top: 160px !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-sub {
        margin-top: 200px !important;
    }
}

.card-title {
    min-height: 70px;
}

@media only screen and (max-width: 1140px) {
    .card-title {
        min-height: 70px;
        font-size: 20px !important;
    }
}

/* End of updates */

body {
    font-family: "Raleway", sans-serif;
    background-color: #fefefe;
}
header {
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #13527e;
}
a,
a:hover {
    text-decoration: none;
}
p a,
p a:hover,
p a:visited {
    color: #13527e;
}
.btn-link,
.btn-link:hover {
    color: #13527e;
}
.or,
.or:hover {
    color: #fff !important;
}
.telephone {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #1f85c5;
}
@media (max-width: 767px) {
    .mobile-background-black {
        background-color: hsla(0, 0%, 0%, 0.5);
    }
}
.mobile-background-black {
    background-color: hsla(0, 0%, 0%, 0.5);
}
@media (min-width: 992px) {
    .navbar-brand {
        display: none;
    }
    .white-nav {
        padding: 0;
    }
    .first-item {
        padding-left: 0 !important;
    }
}
.carousel-item {
    transition: -webkit-transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out !important;
}
.carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
    -o-transition: -o-transform 1.2s ease-in-out !important;
    transition: transform 1.2s ease-in-out !important;
}
.slide1 {
    background-image: url(images/photo-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide2 {
    background-image: url(images/photo-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide3 {
    background-image: url(images/photo-us-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide4 {
    background-image: url(images/photo-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide5 {
    background-image: url(images/photo-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide6 {
    background-image: url(images/photo-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide7 {
    background-image: url(images/photo-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.white-text,
.white-text h2 {
    font-size: 24px;
    color: #ffffff;
}
.btn-primary,
.btn-primary:hover {
    background-color: #13527e;
    border-color: #13527e;
}
footer {
    background-color: #1f85c5;
    color: #fff;
    font-size: 14px;
}
.websitesbymark {
    color: #fff;
    font-size: 12px;
}
.internal-page {
    border-bottom: 1px solid #f0f0f0;
}
.bd {
    border-color: #f7f7f7;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #ddd;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ddf;
    color: #000;
}
.btn-link {
    text-align: left;
}
.slider-text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0px;
}
@media (min-width: 992px) {
    .slider-text {
        font-size: 24px;
    }
}
.carousel-caption {
    top: auto;
    bottom: 0px;
    padding-bottom: 4px;
    padding-top: 8px;
    width: 100%;
    left: 0px;
    right: 0px;
}
