.navigation{
    top: 0;
}





#hero {
    width: 100%;
    height: 100vh;
    background: url("../images/tele.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }







.getinvolved{
    width: 100%;
    height: auto;
    margin: 200px auto;
    /* background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-position: center; */
}









/* footer{
    position: absolute;
    bottom: 0;
} */

.map{
    margin: 100px 0 0 0;
}

iframe{
    border: none;
    width: 100%;
    height: 500px;
}















.contacts{
    width: 100%;
    height: auto;
    background-color: #01314d;
    padding: 10px;
}

.containercontact {
    width: 80%;
    height: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    left: 25%;
    transform: translateX(-25%);
    padding: 20px 0 0 0;
}

.containercontact .size{
    margin:  auto;
    width: 50%;
    height: auto;
}

.containercontact .size img{
    height: 60vh;
    width: 100%;
    margin: 60px 0 0 0;
    object-fit: cover;
}

.containercontact h1 {
    text-align: left;
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
}

.containercontact .contact-form{
    text-align: left;
}

.containercontact input[type="text"],
.containercontact input[type="email"],
.containercontact textarea {
    width: 75%;
    padding: 10px;
    margin: 5px 0;
    font-size: 15px;
    background-color: #0082ce;
    border: none;
    color: #fff;
}

.containercontact textarea {
    resize: vertical;
    height: 300px;
}

.containercontact button {
    background-color: #0082ce;
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0 0 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.containercontact button:hover {
    background-color: #0082ce;
}

.containercontact button:active {
    background-color: #004eaa;
}

.containercontact p{
    color: #fff;
    font-size: 20px;
    width: 75%;
    margin: 0 0 20px 0;
}


/* footer{
    position: absolute;
    bottom: 0;
} */


iframe{
    border: none;
    width: 100%;
    height: 500px;
    margin: 0 0 100px 0;
}







.contacts .success{
    padding: 10px 0;
}








.dropdown{
    background-color: #0082ce;
    border: none;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
























.socials{
    width: 100%;
    height: auto;
    text-align: center;
    color: #212121;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 30px 20px 0 20px;
    margin: 100px 0 100px 0;
}

.socials .links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    margin: 50px 0 0 0;
}


.socials h1{
    font-size: 40px;
}

.socials h2{
    font-size: 25px;
    font-weight: 600;
}

.socials .links .one{
    width: 20%;
    height: 100%;
}

.socials i{
   font-size: 100px;
    margin: 50px 0 0 0;
}

























.con{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 50px 0;
}

.con .size h1{
    color: #000;
    font-size: 30px;
}

.con .containercontact {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    left: 25%;
    transform: translateX(-25%);
    padding: 20px 0 0 0;
}

.con .containercontact .size img{
    height: 60vh;
    width: 100%;
    margin: 60px 0 0 0;
    object-fit: cover;
}


.con .containercontact input[type="text"],
.con .containercontact input[type="email"],
.con .containercontact textarea {
    width: 95%;
    padding: 10px;
    margin: 5px 0;
    font-size: 15px;
    border: none;
    color: #000;
}

.con textarea{
    color: black;
}

.con .containercontact textarea {
    resize: vertical;
    height: 150px;
}

.con .containercontact input[type="submit"] {
    background-color: #0082ce;
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0 0 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.conn .containercontact input[type="submit"] {
    background-color: #0082ce;
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0 0 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.con .containercontact button:hover {
    background-color: #0056b3;
}

.con .containercontact button:active {
    background-color: #004eaa;
}

.con .containercontact p{
    color: #000;
    font-size: 15px;
    width: 95%;
    margin: 0 0 20px 0;
}

.form-control{
    width: 150px;
    background-color: #00cbb4;
    border: none;
}

.conn .containercontact textarea {
    resize: vertical;
    height: 150px;
}





















@media (max-width: 1600px){
    .containercontact {
        max-width: 95%;
        height: 800px;
    }

    .newcontact {
        height: 1100px;
    }
}




@media (max-width: 1380px){   
    .containercontact {
        height: 800px;
    }

    .newcontact {
        height: 1100px;
    }

    .containercontact .size{
        width: 50%;
        height: 100%;
        /* background-color: #fff; */
    }

    .containercontact .contact{
        width: 100%;
        height: 100%;
        padding: 40px 0 0 0;
    }

    .containercontact .image{
        width: 100%;
        height: 500px;
        margin: auto;
    }

    .containercontact .size img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }





    
    .socials h2{
        font-size: 18px;
    }
    
    .socials .links .one{
        width: 20%;
        height: 100%;
    }
    
    .socials i{
       font-size: 70px;
        margin: 50px 0 0 0;
    }
    
}


@media (max-width: 1250px){
    .quickstats{
        height: 1000px;
    }
}




@media (max-width: 1000px){
    .containercontact .random img{
        width: 100%;
        height: 500px;
        margin: auto;
    }

    .containercontact {
        flex-wrap: wrap;
        height: auto;
    }

    .containercontact .size{
        width: 100%;
        height: 100%;
    }

    .containercontact .contact{
        width: 100%;
        height: 100%;
        padding: 40px 0;
    }

    .containercontact .image{
        width: 100%;
        height: 70%;
        margin: auto;
    }

    .containercontact input[type="text"],
    .containercontact input[type="email"],
    .containercontact textarea {
        width: 95%;
    }


    .containercontact p{
        width: 95%;
    }

}

@media(max-width: 900px){
    .socials h2{
        font-size: 15px;
    }
    
    .socials .links .one{
        width: 20%;
        height: 100%;
    }
    
    .socials i{
       font-size: 50px;
        margin: 30px 0 0 0;
    }
}



@media (max-width: 800px){
    .quickstats {
        height: 1300px;
    }






    

    .socials{
        width: 100%;
        height: auto;
        text-align: center;
        color: #212121;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        padding: 30px 20px 0 20px;
        margin: 100px 0 100px 0;
    }

    .socials .links{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin: 50px 0 0 0;
    }


    .socials h1{
        font-size: 40px;
    }

    .socials h2{
        font-size: 25px;
    }

    .socials .links .one{
        width: 50%;
        height: 100%;
    }

    .socials i{
    font-size: 100px;
        margin: 15px 0 25px 0;
    }
}


@media (max-width: 550px){
    .quickstats {
        height: 1350px;
    }

    .quickstats h1{
        font-size: 35px;
    }

    .quickstats .stats .s .nummm .num{
        font-size: 30px;
    }
    
    .quickstats .stats .s .nummm .plus{
        font-size: 30px;
    }

    .quickstats .stats h5{
        font-size: 20px;
    }

    .quickstats .stats p{
        font-size: 13px;
    }
}



@media (max-width: 500px){
    .containercontact h1{
        font-size: 40px;
    }
}   

