@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

#nav-bar {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background: #DE1D24;
    padding: 12px !important;
}

.navbar-brand {
    color: #fff !important;
    font-size: 32px;
    font-weight: 600;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    float: right;
    text-align: left;
}

.navbar-nav li a.active {
    color: #fff !important;
}

.navbar-nav li a:hover {
    color: #86060B !important;
}


.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
}

.navbar div.social i {
    padding: 0 3px;
    font-size: 22px;
    color: #fff;
}

.navbar div.social a:hover {
    color: #86060B;
}


@media (max-width: 1400px) {
    .collapse {
        padding-left: 50px !important;
    }
}

@media (max-width: 991px) {
    .collapse {
        padding-left: 0px !important;

    }

    .navbar-nav li {
        padding: 0 0px;
    }
    

    .navbar div.social {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 580px) {
    nav div.container {
        padding-right: 30px;
    }
}

#banner {
    margin-bottom: 20px;
}

#banner img {
    width: 100%;
}


#banner .carousel-indicators {
    padding-bottom: 60px;
}

#banner h5 {
    font-size: 28px;
    padding-bottom: 50px;
}


@media (max-width: 768px) {

    #banner .carousel-indicators {
        padding-bottom: 30px;
    }
}


@media (max-width: 425px) {
    #banner h5 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    #banner .carousel-indicators {
        padding-bottom: 10px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    #banner .carousel-indicators {
        padding-bottom: 60px;
        margin-bottom: 0;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    #banner h5 {
        font-size: 21px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}

#about-us {
    padding: 6% 0;
    background: #F5F5F5;
}

#about-us h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    font-size: 38px;
    position: relative;
}

#about-us h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}

#about-us p {
    color: #565d71;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 19px;
}

#about-us img {
    height: auto;
    max-width: 100%;
    display: block;
}


@media (min-width: 420px) and (max-width: 991px) {
    #about-us .container h2 {
        font-size: 25px;
    }

    #about-us p {
        margin: 12px;
    }

    #about-us h2::before {
        width: 50px;
    }
}

@media (max-width: 420px) {
    #about-us .container h2 {
        font-size: 20px;
        padding-top: 10px;
    }

    #about-us p {
        padding-top: 5px;
        font-size: 15px;
        margin: 20px;
    }

    #about-us .container h2::before {
        width: 50px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    #about-us img {
        width: 100%;
        margin: 0 auto;
    }
    #about-us  .container .row {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
}

#services {
    padding: 6% 0;
    color: #000;
    background: #fff
}

#services .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}


#services .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#service .container .col-lg-3 {
    transition: 0.5s;
    cursor: pointer;
}

#services .container .col-lg-3:hover {
    transform: scale(1.07);
}

#services .content_one h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 38px;
    position: relative;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 20px;

}

#services .content_one h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}

#services .content_one p {
    color: #565d71;
    margin-bottom: 15px;
    font-size: 15px;

}


#services .content_one .service-col .content {
    background: #fff;
    padding: 20px 5px;
    box-shadow: 0 0 5px rgb(39, 77, 120, 0.2);
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
}

#services .content_one .service-col .content h4 {
    font-size: 18px;
    margin-top: 5px;

}


@media (min-width: 991px) and (max-width: 1400px) {
    #services .row .col-lg-3 {
        width: 33%
    }
}

@media (min-width: 420px) and (max-width: 991px) {
    #services .content_one h2 {
        font-size: 25px;
        display: flex;
        justify-content: center;
    }

    #services .content_one p {
        font-size: 16px;
    }

    #services .row .service-col .content p {
        font-size: 15px;
    }

    #services .content_one h2::before {
        width: 50px;
    }
}

@media (max-width: 420px) {
    #services .content_one h2 {
        font-size: 20px;
    }

    #services.content_one p {
        font-size: 13px;
    }

    #services .content_one h2::before {
        width: 50px;
    }
}

#team {
    padding: 5% 0;
    background: #f5f5f5;
}

#team .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#team .container h2 {
    font-size: 38px;
    font-weight: 500;
    padding-top: 20px;
    position: relative;
}

#team .container h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}

#team .container p {
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 20px;
    color: #565d71;
}

#team .user {
    display: flex;
    text-align: left;
    gap: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}

#team .user:hover {
    transform: scale(1.04);
}

#team .user img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#team .user h5 {
    font-size: 17px;
}

#team .user span {
    color: gray;
    font-size: 14px;
}


#team .user i {
    background: transparent;
    color: #DE1D24;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}

#team .user i:hover {
    background: #DE1D24;
    color: #fff;
}

@media (min-width: 420px) and (max-width: 991px) {
    #team .container h2 {
        font-size: 25px;
        display: flex;
        justify-content: center;
    }

    #team .container p {
        font-size: 17px;
    }

    #team .container h2::before {
        width: 50px;
    }

}

@media (max-width: 420px) {
    #team .container h2 {
        font-size: 20px;
    }

    #team .container p {
        font-size: 15px;
    }

    #team .user .details {
        align-items: center;
        text-align: center;
        justify-content: center;

    }

    #team .container h2::before {
        width: 50px;
    }
}

/* 

#gtp-changes-wrapper {
    padding: 5% 0;
    color: #000;
}

#gtp-changes-wrapper .container-changes {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#gtp-changes-wrapper .container-changes h2 {
    font-weight: 500;
    font-size: 32px;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gtp-changes-wrapper .container-changes h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}

#gtp-changes-wrapper .container-changes h4 {
    padding-top: 50px;
    padding-bottom: 10px;
}

#gtp-changes-wrapper .container-changes .list-group-changes {
    width: 100%;
}

#gtp-changes-wrapper .container-changes li {
    font-size: 15px;
}

#gtp-changes-wrapper .container-changes p {
    font-size: 15px;
    width: 100%;
}

#gtp-changes-wrapper .container-changes a {
    color: #DE1D24;
}

@media (max-width: 420px) {
    #gtp-changes-wrapper .container-changes h2 {
        font-size: 20px;
    }

    #gtp-changes-wrapper .container-changes h2::before {
        width: 50%;
    }

    #gtp-changes-wrapper .container-changes h4 {
        font-size: 16px;
    }

    #gtp-changes-wrapper .container-changes .list-group-changes li {
        font-size: 14px;
    }

    #gtp-changes-wrapper .container-changes p {
        font-size: 13px;
    }
}

@media (min-width: 420px) and (max-width: 991px) {
    #gtp-changes-wrapper .container-changes h2 {
        font-size: 25px;
    }

    #gtp-changes-wrapper .container-changes h2::before {
        width: 50%;
    }

    #gtp-changes-wrapper .container-changes h4 {
        font-size: 20px;
    }

    #gtp-changes-wrapper .container-changes .list-group-changes p {
        font-size: 16px;
    }

    #gtp-changes-wrapper .container-changes .list-group-changes li {
        font-size: 16px;
    }
} */


#useful-wrapper {
    padding: 5% 0;
    color: #000;
}

#useful-wrapper .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#useful-wrapper .container h2 {
    font-weight: 500;
    font-size: 32px;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#useful-wrapper .container h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}

#useful-wrapper .container h4 {
    padding-top: 50px;
    padding-bottom: 10px;
}


#useful-wrapper .container .list-group {
    width: 100%;
}

#useful-wrapper .container li {
    font-size: 15px;
}

#useful-wrapper .container p {
    font-size: 15px;
    width: 100%;
}

#useful-wrapper .container a {
    color: #DE1D24;
}


@media (max-width: 420px) {
    #useful-wrapper .container h2 {
        font-size: 20px;
    }

    #useful-wrapper .container h2::before {
        width: 50%;
    }

    #useful-wrapper .container h4 {
        font-size: 16px;
    }

    #useful-wrapper .container .list-group li {
        font-size: 14px;
    }

    #useful-wrapper .container p {
        font-size: 13px;
    }
}

@media (min-width: 420px) and (max-width: 991px) {
    #useful-wrapper .container h2 {
        font-size: 25px;
    }

    #useful-wrapper .container h2::before {
        width: 50%;
    }


    #useful-wrapper .container h4 {
        font-size: 20px;
    }

    #useful-wrapper .container .list-group p {
        font-size: 16px;
    }

    #useful-wrapper .container .list-group li {
        font-size: 16px;
    }

}

#contact {
    padding: 6% 0;
    background: #f5f5f5;
}

#contact .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#contact .container h2 {
    font-weight: 500;
    font-size: 32px;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .container h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #DE1D24;
}


#contact input::placeholder,
textarea::placeholder {
    opacity: 0.5;
}

#contact textarea::placeholder {
    opacity: 0.5;
}


#contact .details {
    box-shadow: 0 0 5px #565d71;
    padding: 20px;
}


#contact .details label {
    color: #565d71;
    display: flex;
}


#contact .details .button {
    text-align: center;
    margin: 20px 0;
}

#contact .details .button .submit {
    padding: 12px 30px;
    margin-top: 10px;
    border: 2px solid #DE1D24;
    color: #565d71;
}

#contact .details .button .submit:hover {
    background: #DE1D24;
    color: #fff;
}

@media (min-width: 420px) and (max-width: 991px) {
    #contact .container h2 {
        font-size: 25px;
    }

    #contact .container h2::before {
        width: 50px;
    }

}

@media (max-width: 420px) {
    #contact .container h2 {
        font-size: 20px;
    }

    #contact .container h2::before {
        width: 50px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    #contact .col-7 {
        width: 100%;
        height: 250px;
    }
}


#footer {
    padding-top: 2%;
}

#footer .row {
    justify-content: center;
}

#footer .container .footer-col_one h4 {
    font-size: 20px;
}

#footer .container .footer-col_one span {
    color: #565d71;
}

#footer .container .footer-col_one p {
    padding-top: 10px;
    line-height: 0.5px;
    color: #565d71;
}

#footer .container .footer-col_one p a {
    color: #565d71;
    text-decoration: none;
}

#footer .container .footer-col_two h4 {
    font-size: 20px;
    color: black;
    padding-bottom: 10px;
}

#footer .container .footer-col_two p {
    line-height: 5px;
    padding-top: 1px;
    color: #565d71;
}

#footer .container .footer-col_two p:hover {
    color: #DE1D24;
}

#footer .container .footer-col_two span {
    color: #565d71;

}


@media (min-width: 992px) and (max-width: 1199px) {

    #footer .container h4 {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #footer .container .row .col-lg-3 p {
        line-height: 15px;
        margin-bottom: 5px;
        padding-bottom: 5px;

    }

}

@media (min-width: 768px) and (max-width: 991px) {
    #footer .container .row .col-lg-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }
}


/* @media(max-width:767px) {
    #footer .container .footer-col_two .social {
        padding-top: 0px;
    }
} */

/* #footer .container .footer-col_two .social {
    float: right;
    padding-top: 100px
}

#footer .container .footer-col_two .social i {
    margin-top: 20px;
    background: #DE1D24;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
}

#footer .container .footer-col_two .social i:hover {
    background: #C70701;

} */

#footer .footer-bottom {
    background: #DE1D24;
    color: #fff;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
}

#footer .footer-bottom p {
    padding: 8px 30px 0 0;

}

@media (max-width: 420px) {
    #footer .footer-bottom p {
        padding: 6px 20px 0 0;
        font-size: 9px;
    }
}

#buttonUp {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
    font-size: 1.8rem;
    color: white;
    background-color: #DE1D24;
    padding: 5px;
    z-index: 99;
    cursor: pointer;
}

#buttonUp:hover {
    color: #E15F41;
}

.success{
    color: white;
    font-weight: bold;
    background-color: darkseagreen;
}

.alert-danger {
    background-color: indianred;
}
