@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

h1{
    font-size: 48px;
}
.bg1{
    background: #50acc7;
    min-height: 80px;
}
.bg2{
    background:#4991ab;
}
.bg3{
    background: #3ea1bc;
}

.bg4{
    background: #4e8ba4;
}

.bg5{
    background: #538ea6;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.tx-14{
    font-size: 14px;
}

.link{
    color:white;
    text-decoration: none;
    margin-bottom:10px;
}

.form-group{
    margin-bottom:10px;
}
.form-control{
    border-radius: 10px;
    border:1px solid #5991a9;
    padding:10px 10px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.hr-white{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.42), rgba(0, 0, 0, 0));
}
input{
    border:none !important;
}
textarea{
    border:none !important;
}
.social{
    font-size: 50px;
}
.icons{
    width:100px;
}
.text-25{
    font-size: 20px;
}

.text-white{
    color:white;
}
.text-center{
    text-align: center;
}

.nav_text{
    text-decoration: none;
}

.logo{
    width:200px;
}

.ico-big{
    font-size: 50px;
    color:#568fa8;
}

.cta{
     padding:10px 25px;
     border-radius: 10px;
     border:1px solid #50acc7;
     color:white;
     background: #50acc7;
     transition: 0.25s;
     text-decoration: none;
 }
.cta:hover{
    padding:10px 25px;
    border-radius: 10px;
    border:1px solid #000000;
    color: #000000;
    background: none;
    transition: 0.25s;
    text-decoration: none;
}

.cta_header{
    border:1px solid #fff;
    background: white;
    padding:10px 25px;
    color:black;
    text-decoration: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: 0.25s;
}
.cta_header:hover{
    padding:10px 25px;
    border-radius: 10px;
    border:1px solid #fffdfd;
    color:white;
    background: #50acc7;
    transition: 0.25s;

}


