@import "carousel.css";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

  body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Raleway', sans-serif;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/****
Navigation Starts
****/

.navbar {
    height: 150px;
    background-color: #212121;
}
.navbar-brand {
    color: #ffffff;
}
.navbar-brand img {
    width: 260px;
}
.navbar-collapse {
    padding-right: 15px;
    background-color: #212121;
    z-index: 30;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.nav-item {
    padding: 0 10px 0 10px;
}
.nav-item a {
    font-weight: 600;
    font-size: 16px;
}
.contact-nav-item {
    border: 1px solid #ffffff;
    margin-left: 10px;
}
.navbar-nav .nav-link {
    color: #ffffff !important;
}
.navbar-toggler {
    background-color: transparent;
    border: 1px solid #c8c8c8
}


.post-header {
    height: 350px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-header p {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 90px;
}
/****
Carousel Starts
****/
#myCarousel {
    width: 100%;
    position: absolute;
    top: 0;
}
.carousel-caption {
    bottom: 14rem;
}

/****
Home page starts
****/

.trailing-section {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.home-content-section {
    width: 70%;
    margin-left: 15%;
    margin-top: 55px;
}

/****
Help Section Starts
****/

.help-section {
    height: 550px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-section input {
    font-size: 14px;
}
.help-section textarea {
    font-size: 14px;
}
.contact-form .email-us {
    display: flex;
}
.contact-form .email-us-container {
    display: flex;
    justify-content: center;
}
.contact-form .email-us p:first-child {
    font-weight: 700;
    margin-right: 15px;
}
.contact-form .form-alternative {
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
}
.form-input-label {
    margin-top: 25px;
    font-weight: 700;
}
.message-input input{
    height: 70px;
}
.input-form-header {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.submit-button {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}
.submit-button .btn {
    width: 130px;
    background-color: #212121;
    color: #ffffff;
    border-radius: 0;
}

/****
About Section Starts
****/
.about-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-section-title {
    color: #212121;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.anchor-services {
    width: 70%;
    margin-left: 15%;
}
.anchor-service-set {
    width: 100%;
    margin-left: 5%;
    margin-bottom: 10px;
    height: auto;
    display: flex;
    justify-content: space-between;
    min-height: 50px;
}

.anchor-service-item {
    padding-left: 10px;
    width: 48%;
    background-color: #fbfbfb;
    border-radius: 5px;
    flex: inherit;
    display: flex;
    align-items: center;
}
.service-item-icon {
    width: 10%;
    margin-right: 10px;
}
.service-item-icon img {
    width: 20px;
    height: 20px;
}
.service-item-list {
    width: 90%;
}
.anchor-service-item li {
    list-style: none;
}

/****
Team Section Starts
****/
.team-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.team-member {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.team-member-name p {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.team-section-title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #212121;
}
.team-section-title p {
    text-decoration: underline #000000;
}

/****
Footer Starts
****/

.anchor-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #212121;
    height: 300px;
}
.footer-content {
    height: auto;
    width: 400px;
}
.footer-content .footer-nav .footer-nav-items {
    display: flex;
    flex-direction: row;
    list-style: none;
}
.footer-nav-item {
    padding: 0;
}
.footer-nav-item a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.footer-contact-nav-item {
    border: 1px solid #ffffff;
    margin-left: 10px;
}
.footer-logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo a {
    width: 150px;
    color: #ffffff;
    font-size: 20px;
}
.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
@media only screen and (max-width: 576px) {
    .anchor-service-set {
        display: block;
    }
    .anchor-service-item {
        width: 100%;
        min-height: 45px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .home-content-section {
        width: 84%;
        margin-left: 8%;
    }
}
@media only screen and (max-width: 992px) {
    .anchor-services {
        width: 100%;
        margin-left: 0;
    }
    .anchor-service-set {
        margin-left: 0;
    }
    .home-content-section {
        width: 84%;
        margin-left: 8%;
    }
}
