@font-face {
    font-family: "Helvetica_Neue";
    src: url(HelveticaNeue.ttc);
    font-weight: normal;
}
@font-face {
    font-family: "Apple Symbols";
    src: url(Apple_Symbols.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "DidoLtH-Roman";
    src: url(DidotLH-Roman.otf);
    font-weight: normal;
}

:root{
    --black: black;
    --pallete_blue: #286189;
    --white: white;
    --blur: rgba(0, 0, 0, 0.7);
}

.nav-item.active a{
    color: var(--pallete_blue);
}
.nav-item{
    margin-left: 0.5vw;
    margin-top: 69px;
    font-family: "Helvetica_Neue";
    align-content: center;
 
}

.zoominzoomout {
    animation: zizo 1s ease;
}

@keyframes zizo {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.5, .5);
    }
    100% {
        transform: scale(1, 1);
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #777;
    border: 1px solid #000000;
}

.magicon{
    width: 100px;
    background-color: white;
}

.carousel-inner{
    height: auto;
}
.carouselimg{
    height: 530px;
    /* padding-left: 30%; */
}

#cmottobox{
    text-align: center;
    background-color:#286189;
    height: 4em;
    color: white;
    display: flex;
    justify-content:center;
    
}
#cmottobox h3{
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    
}
.aboutus{
    text-align: center;
    font-family: "Apple Symbols";
    font-size: 20px;
    color: #707070;
}
#aboutustxt{
    font-size: 30px;
    margin-bottom: 20px;
}
.underline{
  
    display: block;
    width: 80px;
    height: 1px;
    background: #000000;
    margin: 20px auto;

}
.inforeq{
    background-color:#286189;
    height:380px;
    color: white;
    font-weight: bold;   
}
input[type=textbox]{
    height: 150px;
    width: 100%;
    background-color: #286189;  
    color: white;
    border: 2px solid white;
}

::placeholder { 
    color:white;
}
 
body{
    overflow-x: hidden; 
}
.container-fluid {
    margin-left: 10px;
}

.img_wrap {
   border: 1px solid black;
    margin-top: 30px;
    height:auto
}

.img_description {
    font-size: 25px;
    font-weight: 500;
    text-align: justify;
}

.form form {
    display: flex;
    flex-flow: column;
    margin-top: 4em;
    padding-top: 4em;
    background-color: var(--pallete_blue);
    color: var(--white);
    font-size: 1.1em;
    gap: 2em;
}

form .form_row {
    display: flex;
    flex-flow: row;
    gap: 2em;
}

form .form_row .form_left {
    margin-left: 1.5em;
}

form .form_row .form_right {
    margin-right: 1.5em;
}

form .form_row .form_left,
form .form_row .form_right {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

form .form_row input[type = "text"],
form .form_row input[type = "numeric"],
form .form_row textarea[type = "text"] {
    width: 100%;
    font-size: 1.1em;
    color: white;
    background: transparent;
    border: none;
    border: none;
    border-bottom: 1px solid #eceff4;
    outline: none;
    color: #eceff4;
}

form .form_box {
    margin: 0em 1.5em;
}

form .form_row button {
    background-color: transparent;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    border: 2px solid var(--white);
    color: var(--white);
    margin-left: 1.5em;
    margin-bottom: 1em;
    padding: 0.5em;
    cursor: pointer;
}

footer .footerdiv {
    display: flex;
    flex-flow: row;
}

footer .footerimage {
    flex: 0.8;
}

footer img {
    width: 4.7em;
    height: 5.7em;
}

footer .footertext {
    display: flex;
    flex: 1.2;
    flex-direction: column;
    align-items: center;
    width: 40%;
    margin-right: 25%;
}

@media (max-width: 300px) {
    .inforeq{
        height: 520px;
    }
    #cmottobox{
        height: 200px;
    }
    
}
@media (max-width: 512px) {
    .inforeq{
        height: 450px;
    }
    #cmottobox{
        height: 80px;
        padding-top: 0;
    }
}
@media (max-width: 280px) {
    .inforeq{
        height: 520px;
    }
    #cmottobox{
        height: 120px;
    }
    
}

@media (max-width: 900px) {
    .form form {
        gap: 1em;
    }

    form .row {
        display: flex;
        flex-flow: column;
        gap: 1em;
    }

    form .row .left,
    form .row .right {
        display: flex;
        width: 75%;
        margin-left: 1.5em;
        flex-direction: column;
        gap: 1em;
    }

    form .row input[type = "text"], form .row input[type = "numeric"], form .row textarea[type = "text"] {
        width: 100%;
        font-size: 1em;
    }

    form .row input[type = "text"], form .row input[type = "numeric"] {
        height: 1.2em;
    }

    form .row textarea[type = "text"] {
        height: 3em;
    }
}

@media (max-width: 550px) {
    .carouselimg{
        width: 75%;
        height: 500px;
        /* padding-left: 30%; */
    }
}

@media (max-width: 450px) {
    footer .footerimage {
        flex: 0.6;
    }

    footer img {
        width: 4.5em;
        height: 5.5em;
    }

    footer .footertext {
        width: 100%;
        margin-right: 15%;
    }

    footer .footertext b {
        font-size: 0.7em;
    }

    footer .footertext div {
        font-size: 0.75em;
    }
}

@media (max-width: 250px) {
    form .row input[type = "text"], form .row input[type = "numeric"], form .row textarea[type = "text"] {
        width: 100%;
        font-size: 0.8em;
    }
}