/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/

html {
    font-family: 'Roboto Condensed';
    color: #fff;
    background: #fff;
    height: 100%;
}

body {
    padding: 0em;
    font-family: 'Quicksand';
    height: 100%;
    overflow-x: hidden;
}

#body-wrapper{
    overflow-x: hidden;
    position: relative;
}

#footer-call {
    color: #fff;
    box-shadow: inherit;
    border: 2px solid;
    border-color: #7273e9;
    line-height: 34px;
    background-color: #7273e9;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    text-align: center;
    letter-spacing: .5px;
    outline: 0;
    height: 36px;
    padding: 0 20px;
    margin-top: 10px;
    margin-left: -5px;
    min-width: 170px;
}

#footer-call .fas{
    margin-left: 5px;
}

footer{
    background-color: #fff;
    width: 100%;
    color: grey;
    height: auto;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.footer-wrapper{
    background-color: #fff;
    width: 100%;
    padding-left: 25%;
    padding-top: 50px;
    height: 260px;
}

.footer-col{
    width: 20%;
    float: left;
    color: #777777;
}

.footer-address{
    color: grey;
    text-align: left;
    margin-top: -15px;
}

.footer-row{
    width: 90%;
    padding-left: 5%;
    padding-top: 0px;
    padding-bottom: 80px;
}

.footer-address .fab{
    padding-left: 10px;
    padding-right: 10px;

}

.footer-address .fa-twitter-square{
    color: #0084b4;
    padding-left: 0px;
}

.footer-address .fa-facebook-square{
    color: #3b5998;
}

.footer-address .fa-linkedin{
    color: #0077B5;
}

.footer-address .fa-whatsapp-square{
    color: #25d366;
}

.footer-bottom{
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
    max-height: 100px;
    font-weight: bold;
    position: absolute;
    z-index: 1001;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.footer-row strong {
    font-size: 22px;
    color: #ddd;
    line-height: 15px;
}

.footer-row li {
    margin-bottom: 3%;

}


.footer-bottom a{
    color: #fff;
}

.footer-bottom p{
    padding-left: 10px;
    padding-right: 10px;
}

.footer-bottom-wrapper{
    height: 40px;
    padding-top: 15px;
}

#footer-bottom-left-col{
    color: #9e9e9e;
}

#footer-bottom-middle-col{
    color: #9e9e9e;
    text-align: center;
}

#footer-bottom-right-col{
    color: #9e9e9e;
    text-align: right;
}



.footer-waves{
    position: relative;
    padding-top: 200px;
}

.footer-waves img{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: auto;
}

.footer-wave-first{
    z-index: 1000;
}

.footer-wave-second{
    z-index: 999;
}

.footer-wave-third{
    z-index: 998;
}





#newsletter{
    width: 50%;
    margin-left: 25%;
    position: relative;
}

#newsletter img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#newsletter .card-panel{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 70px;
    -webkit-box-shadow: 0 12px 26px 0 rgba(178,178,178,.33);
    -moz-box-shadow: 0 12px 26px 0 rgba(178,178,178,.33);
    box-shadow: 0 12px 26px 0 rgba(178,178,178,.33);
}

#newsletter h2{
    font-weight: bold;
    font-size: 25px;
    color: #201b87;
    position: relative;
    z-index: 1;
}






#newsletter-submit{
    color: #fff;
    box-shadow: inherit;
    border: 2px solid;
    border-color: #7273e9;
    line-height: 34px;
    background-color: #7273e9;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    text-align: center;
    letter-spacing: .5px;
    outline: 0;
    height: 36px;
    padding: 0 2rem;
    margin-top: 40px;
}




#body-wrapper > footer > img{
    width: 100%;
    height: auto;
}

.far, .fas{
    color: #2869DA;
    margin-right: 5px;
}


@media only screen and (max-width : 1300px){


    #newsletter {
        width: 60%;
        margin-left: 20%;
    }
}



@media only screen and (max-width : 1150px){


    #newsletter {
        width: 70%;
        margin-left: 15%;
        margin-top: -220px;
    }
}




@media only screen and (max-width : 1000px){


    #newsletter {
        width: 80%;
        margin-left: 10%;
        margin-top: -220px;
    }

}



@media only screen and (max-width : 950px){

    #newsletter {
        margin-top: -260px;
    }
}



@media only screen and (max-width : 850px){

    #newsletter {
        margin-top: -40px;
    }
}




@media only screen and (max-width : 720px){
    #newsletter h2{
        font-size: 23px;
    }
}


@media only screen and (max-width : 650px){


    #newsletter h2{
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}




footer a{
    color: #EEEFF4;
}






@media only screen and (max-width : 1305px){
    .footer-address .fab {

        padding-right: 10px;
    }
}



@media only screen and (max-width : 1251px){


    #footer-last-col{
        width: 100%;
        padding-top: 30px;
    }

    #footer-last-col .footer-address {
        text-align: center;
        margin-left: -50px;
        margin-top: 20px;
    }

    .footer-address .fa-twitter-square {
        padding-left: 15px;
    }

    #footer-call{
        margin-left: 0px;
    }


}





@media only screen and (max-width : 736px){


    #footer-s2-1, #footer-s2-2, #footer-s2-3, #footer-s2-4, #footer-s2-5{
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }


    .footer-row{
        padding-left: 0%;
    }

    #footer-last-col .footer-address {
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }
}





@media only screen and (max-width : 640px){

    #footer-bottom-left-col, #footer-bottom-middle-col, #footer-bottom-right-col{
        width: 100%;
        text-align: center;
    }


}




@media only screen and (max-width : 1040px){


    .footer-row .col.s9{
        width: 100%;
    }

    #footer-s3{
        width: 100%;
    }

    .footer-address{
        text-align: center;
        padding-top: 50px;
    }
}


@media only screen and (max-width : 630px){

    #footer-row-s3-1, #footer-row-s3-2, #footer-row-s3-3, #footer-row-s3-4{
        width: 50%;
    }
}

@media only screen and (max-width : 550px){

    #footer-row-s3-1, #footer-row-s3-2, #footer-row-s3-3, #footer-row-s3-4{
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
}






@media screen and (max-width: 737px) {
    .footer-bottom {
        font-size: 13px;

    }

}

