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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: fixed;
    z-index: 10;
}

/* ----- Home carousel----- */
.carohead .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* --------------NAVBAR-------------- */

.navbg-desktop {
    background-color: #20446b;

}

.navbg-mobile {
    background-color: #20446b;
    width: 150px;
    padding: 15px 15px 5px;
}


.navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-toggler {
    border: 3px solid white;
    background-color: #0C5098;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.nav-name {
    color: #fff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.750);
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link {
    color: #fff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.750);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-nav {
    gap: 89px;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 165px;
    }
}
/* --------------HOME-MAIN-------------- */
.home {
    color: #FF8C42;
    background-color: #5B7C99;
    padding: 50px 50px;
}

.headings {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.headings .h1 {
    font-family: Georama, sans-serif;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 52px;
}

.home .text-home {
    padding: 50px 0px;
}


.home .text-home p {
    color: #FFFF;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

/* --------------ABOUT-US-------------- */

.aboutus {
    color: #0C5098;
    background-color: #CFE8EF;
    padding: 50px 50px;

}

.aboutus-text {
    padding: 50px 0;

}

.aboutus-text .h5 {

    color: #3C4142;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}


.shape-top {
    width: 0;
    height: 0;
    border-top: 100px solid #5b7c99;
    border-left: 100vw solid transparent;
    background: #cfe8ef;
}

.shape-bottom {
    width: 0;
    height: 0;
    border-bottom: 100px solid #5b7c99;
    border-left: 100vw solid transparent;
    background: #cfe8ef;
}

.aboutus .headings .h1 {
    font-family: Georama, sans-serif;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 52px;
    color: #0C5098;
}

/* --------------MEDIA QUERIES NAV BAR-------------- */

@media (max-width: 990px) {
    .navbar-nav {
        padding-top: 10px;
        gap: 5px;
    }
}

/* -----BRODER IMAGES----- */
.tri-border img {
    margin-bottom: -1px;
}

.tri-border {
    background-color: #5b7c99;

}

.tri-border1 img {
    margin-bottom: -1px;
}

.tri-border1 {
    background-color: #CFE8EF;

}

.tri-border2 {
    background-color: #5b7c99;
}

.tri-border2 img {
    margin-bottom: -1px;
}

.projects {
    color: #FF8C42;
    background-color: #5B7C99;
    padding: 50px 50px 50px;

}

/* ----PROJECT---- */

.projects .project-text {
    color: #FFFF;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.projects .headings .h1 {
    font-family: Georama, sans-serif;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 52px;
    color: #FF8C42;
}

/* ----PROJECT CAROUSEL----- */



.project-carousel .carousel-control-next {
    height: 30px;
    width: 30px;
    background-color: #CFE8EF;
    top: -40px
}

.project-carousel .carousel-control-prev {
    height: 30px;
    width: 30px;
    background-color: #CFE8EF;
    top: -40px;
    right: 40px;
    left: auto;

}

.project-carousel .carousel-indicators button {

    width: 21px;
    height: 20px;
    background-color: #CFE8EF;

}

.project-carousel .carousel-indicators {
    margin-bottom: -50px;
}

.project-carousel .d-block {
    border-radius: 80px 0px 0px
}


.listgroup {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.carouseltext {

    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding-top: 20px;

}


.projects .headings {
    font-family: Georama, sans-serif;
    padding-bottom: 50px;
    padding-top: 25px;
}






/* -------CONTACT------ */

.alert-warn {
    border: 2px dashed red;
    background-color: rgb(245, 173, 173);
}

.contact {
    color: #0C5098;
    background-color: #CFE8EF;
    padding: 50px 50px 100px;

}

.contact .contact-text .h5 {
    color: #3C4142;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}



.contact .contact-text-heading {
    color: #3C4142;
    font-family: Georama, sans-serif;

}

.contact .contact-p {
    color: #3C4142;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-label {
    color: #3C4142;
    font-family: 'Montserrat', sans-serif;

}

.form-select {
    color: #3C4142;
    font-family: 'Montserrat', sans-serif;
}

form {
    padding-left: 30px;
}

.divider {
    position: relative;


}

.divider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #5b7c99;
    border-radius: 5px;
}


.contact .success-msg {
    color: #3C4142;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* ----MEDIA QUIRIES FOR CONTACT---- */

@media (max-width: 768px) {
    .divider:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #5b7c99;
        margin-top: 20px;
        border-radius: 5px;

    }

    form {
        padding-top: 40px;
        padding-left: 0px;
    }

}

/* ----FOOTTER----- */
.footter {
    
    background-color: #5b7c99;
    padding: 9px 20px;

}

.footter .h5 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
}