
.header{
    position: sticky;
    z-index: 10;
    height: 155px;
    width: 100%;
}

.header .first-line, .header .second-line{
    display: block;
    width: 95%;
    margin: auto;
}

.header .first-line a, .header .second-line a{
    text-decoration: none;
    color: #3d4043;
}

.header .first-line{
    height: 35px;
    font-size: 16px;
    font-weight: 600;
}

.header .first-line a{
    padding: 10px 0 0 10px;
    float: right;
}

.header .first-line a:hover{
    color: #52b5fb;
}

.header .second-line{
    text-transform: uppercase;
    height: 120px;
}

.header img{
    max-width: 200px;
}

.header .second-line .menu-dropdown-content{
    margin-top: 20px;
    float: right;
}

.header .second-line .menu-dropdown-content a{
    padding: 0 0 0 20px;
}

.header .second-line .menu-dropdown-content a:hover{
    color: #52b5fb;
}

.header .second-line .menu-dropdown-content .free_consultation{
    background-image: linear-gradient(to left, #52b5fb, #1097f7);
    border: 1px solid transparent;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 15px 50px;
    margin: 20px 0 0 40px;
}

.header .second-line .menu-dropdown-content .free_consultation:hover{
    background-image:none;
    background-color: #3d4043;
    border: 1px solid #3d4043;
    color: #ffffffff !important;
    cursor: pointer;
}

.second-line i{
    font-size: 48px;
    float: right;
    display: none;
    margin-top: 10px;
    color: #3d4043;
    background-color: rgba(255,255,255,.5);
    border-radius: 45px;
    padding: 10px 15px;
}


@media only screen and (max-width: 1080px) {
    .second-line i{
        display: block;
    }

    .menu-dropdown-content{
        background-color: #52b5fb;
        color: #ffffff;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 15px;
        height: 100vh;
        overflow: hidden;
        padding-top: 20%;
        display: none;
    }

    .menu-dropdown-content a{
        color: #ffffff !important;
        display: flex;
        flex-direction: column;
        margin: 20px 0;
        font-size: 28px;
    }

    .free_consultation{
        display: none !important;
    }

    .menu-dropdown-content a:hover{
        border-bottom: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 640px) {
    .header{
        height: 80px;
    }
    .second-line i{
        font-size: 32px;
    }
    .second-line img{
        width: 150px;
    }
}


/*-------------footer------------------*/


.footer{
    background-color: #fafafd;
    width: 100%;
    padding: 60px 0 100px 0;
}

.footer .footer-content{
    display: block;
    width: 90%;
    margin: auto;
}

.footer .footer-content img{
    width: 90%;
    padding-bottom: 5px;
}

.footer .foundation-details{
    float: left;
    width: 25%;
    display: block;
    padding-right: 70px;
}

.footer .foundation-details .bold{
    font-weight: 600;
    display: block;
    padding-bottom: 20px;
}

.footer .foundation-details .thin{
    font-weight: 300;
    display: block;
    color: #97a0a9;
}

.footer .menu-subpages{
    display: inline-block;
    width: 50%;
}

.footer .gold-line{
    border-top: 3px solid #ffbc19;
    width: 55%;
    float: left;
    padding: 0;
    margin: 0;
}

.footer .links{
    margin-top: 20px;
}

.footer .explore-foundation{
    display: block;
    float: left;
    width: 50%;
}

.footer .how-we-work{
    display: block;
    float: left;
}

.footer .explore-foundation p, .footer .how-we-work p{
    font-weight: 700;
    font-size: 18px;
}

.footer .explore-foundation ul, .footer .how-we-work ul, .footer .contact-details ul{
    margin: 0;
    padding: 0;
}

.footer .explore-foundation li, .footer .how-we-work li{
    font-size: 15px;
    list-style: none;
    font-weight: 300;
    margin: 2px auto;
}

.footer .explore-foundation a, .footer .how-we-work a, .footer .contact-details a{
    color: #3d4043;
    text-decoration: none;
}

.footer .explore-foundation li a:hover, .footer .how-we-work li a:hover{
    color: #1097f7;  !important;
    border-bottom: 1px solid #1097f7; !important;
    padding-bottom: 1px;
    text-decoration: none;
}

.footer .contact-details{
    display: block;
    float: right;
    width: 15%;
    padding-top: 40px;
}

.footer .contact-details li{
    font-size: 16px;
    list-style: none;
    margin: 2px auto;
}

.footer .contact-details a:hover{
    text-decoration: none;
    color: #1097f7;
}

.footer .contact-details i{
    color: #6cbffb;
    margin-right: 15px;
}

.footer .legal-docs{
    width: 100%;
    display: block;
    float: left;
    padding-top: 80px;
}

.footer .legal-docs ul{
    padding: 0;
    margin-bottom: 10px;
}

.footer .legal-docs ul li{
    display: inline;
    padding-right: 20px;
}

.footer .legal-docs ul a{
    color: #3d4043;
    font-weight: 300;
    text-decoration: none;
}

.footer .legal-docs ul a:hover{
    color: #1097f7;
    text-decoration: none;
}

.footer .legal-line{
    display: block;
    margin: 5px auto 0 auto;
    border-top: 2px solid #1097f7;
    width: 100%;
}

.follow-us{
    padding-top: 10px;
    width: 100%;
    display: block;
}

.follow-us i{
    color: #ffffff;
    background-color:#6cbffb;
    width: 60px;
    height: 60px;
    padding: 14px 16px;
    border-radius: 50%;
    margin-right: 5px;
}

.follow-us i:hover{
    background-color:#1097f7;
}

.follow-us .fa-facebook-f{
    padding-left:19px
}

@media only screen and (max-width: 1680px) {
    .footer .foundation-details .bold{
        font-size: 14px;
    }
    .footer .contact-details{
        width: 20%;
    }
}

@media only screen and (max-width: 1480px) {
    .footer .foundation-details{
        width: 30%;
        padding-right: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .footer .foundation-details{
        width: 40%;
        padding-right: 70px;
    }
    .footer .menu-subpages{
        width: 60%;
    }
    .footer .contact-details{
        width: 100%;
        padding-top: 60px;
    }
    .footer .explore-foundation{
        display: block;
        float: left;
        width: 60%;
    }
}

@media only screen and (max-width: 850px) {
    .footer .foundation-details{
        width: 100%;
        padding-bottom: 50px;
    }
    .footer .foundation-details img{
        width: 45%;
    }
    .footer .menu-subpages{
        width: 100%;
    }
    .footer .legal-docs ul li{
        font-size: 13px;
    }
}

@media only screen and (max-width: 700px) {
    .footer .foundation-details img {
        width: 55%;
    }
}

@media only screen and (max-width: 550px) {
    .footer .foundation-details img {
        width: 60%;
    }
    .footer .explore-foundation p, .footer .how-we-work p{
        font-size: 15px;
    }
    .footer .explore-foundation p, .footer .how-we-work p{
        font-size: 15px;
    }
    .footer .contact-details li{
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .footer .foundation-details{
        width: 80%;
    }
    .footer .foundation-details img{
        width: 90%;
    }
    .footer .foundation-details .bold {
        font-size: 12px;
    }
    .footer .foundation-details {
        font-size: 12px;
    }
}

@media only screen and (max-width: 485px) {
    .footer .explore-foundation{
        margin-bottom: 30px;
    }
}